public class StepIdentifierImpl extends java.lang.Object implements StepIdentifier
Constructor and Description |
---|
StepIdentifierImpl(java.util.List<StepContextId> context) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StepIdentifier o) |
boolean |
equals(java.lang.Object o) |
java.util.List<StepContextId> |
getContext() |
int |
hashCode() |
java.lang.String |
toString() |
public StepIdentifierImpl(java.util.List<StepContextId> context)
public java.util.List<StepContextId> getContext()
getContext
in interface StepIdentifier
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(StepIdentifier o)
compareTo
in interface java.lang.Comparable<StepIdentifier>