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 Type
    Method
    Description
    boolean
    isAfter(StructureState structureState)
    Checks if instance of given structure state is after structure state passed in method.
  • Method Details

    • isAfter

      boolean isAfter(StructureState structureState)
      Checks if instance of given structure state is after structure state passed in method.
      Parameters:
      structureState - StructureState
      Returns:
      true if instance of given structure state is after structure state passed in method, false otherwise