Class NextStateInfo
java.lang.Object
com.technia.dsx.threedspace.lifecycle.NextStateInfo
Represents information about the next available lifecycle states for an
object.
Contains the object ID, current maturity state, policy, and a list of possible next states that the object can transition to.
- Since:
- 2023-03-31
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidvoidsetMaturityState(String maturityState) voidsetNextStates(List<String> nextStates) voidtoString()
-
Constructor Details
-
NextStateInfo
public NextStateInfo()
-
-
Method Details