Interface StructureState
- All Known Implementing Classes:
StructureState,StructureStateUtilsTest.TestStructureState
public interface StructureState
Interface that defines structure state; it may be used in different objects to indicate for which milestone given
object was introduced.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAfter(StructureState structureState) Checks if instance of given structure state is after structure state passed in method.
-
Method Details
-
isAfter
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
-