Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMState
-
Packages that use SMState Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. -
-
Uses of SMState in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type SMState Modifier and Type Method Description <T extends SMState>
java.util.List<T>ACObjectNode. getInState(java.lang.Class<T> returnType)
All current states of theACObjectNode
.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type SMState Modifier and Type Method Description void
ACObjectNode. setInState(java.util.List<? extends SMState> values)
Set the value of Foreign Key InState. -
Uses of SMState in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return SMState Modifier and Type Method Description SMState
MESimpleConstraint. getInvariantOwningState()
SMState
MEConstraint. getNamespaceState()
The state owning this constraint.SMState
MESimpleConstraint. getOwningState()
The state owning this constraint. -
Uses of SMState in de.mid.innovator.srv2api.icw2sm
Subinterfaces of SMState in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interface
SMFinalState
interface
SMRegularState
-