Uses of Interface
edu.ksu.cis.projects.bogor.module.value.IValueComparator

Packages that use IValueComparator
edu.ksu.cis.projects.bogor.module.state Provides for Bogor state. 
edu.ksu.cis.projects.bogor.module.value Provides for Bogor values. 
 

Uses of IValueComparator in edu.ksu.cis.projects.bogor.module.state
 

Methods in edu.ksu.cis.projects.bogor.module.state with parameters of type IValueComparator
 void StateValueVisitor.setValueComparator(IValueComparator vc)
          Set the value comparator.
 

Uses of IValueComparator in edu.ksu.cis.projects.bogor.module.value
 

Methods in edu.ksu.cis.projects.bogor.module.value with parameters of type IValueComparator
 int IComparableNonPrimitiveExtValue.compare(IValueComparator vc, IComparableNonPrimitiveExtValue other)
          Compares this value with another value using a given value comparator.
 int IComparablePrimitiveExtValue.compare(IValueComparator vc, IComparablePrimitiveExtValue other)
          Compares this value with another value using a given value comparator.
 void ValueVisitor.setValueComparator(IValueComparator vc)
           
 void IExtValue.visit(IValueComparator vc, boolean depthFirst, Set<IValue> seen, LinkedList<IValue> workList, IValueVisitorAction vva)
           Visits this value and all reachable values from this value.