Interface StructureState
-
- All Known Implementing Classes:
StructureState,StructureStateUtilsTest.TestStructureState
public interface StructureStateInterface that defines structure state; it may be used in different objects to indicate for which milestone given object was introduced.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAfter(StructureState structureState)Checks if instance of given structure state is after structure state passed in method.
-
-
-
Method Detail
-
isAfter
boolean isAfter(StructureState structureState)
Checks if instance of given structure state is after structure state passed in method.- Parameters:
structureState-StructureState- Returns:
trueif instance of given structure state is after structure state passed in method,falseotherwise
-
-