com.ibm.carma.model.util
Class ActionsIdentifierComparator
java.lang.Object
com.ibm.carma.model.util.ActionsIdentifierComparator
- All Implemented Interfaces:
- java.util.Comparator<Action>
public class ActionsIdentifierComparator
- extends java.lang.Object
- implements java.util.Comparator<Action>
Compares a set of action identifiers from CARMA Action objects to determine
the order in which the action objects should be sorted.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
equals |
COPYRIGHT
public final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ActionsIdentifierComparator
public ActionsIdentifierComparator()
compare
public int compare(Action action1,
Action action2)
- Specified by:
compare in interface java.util.Comparator<Action>