Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMProtocolStateMachine
-
Packages that use SMProtocolStateMachine Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.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 SMProtocolStateMachine in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return SMProtocolStateMachine Modifier and Type Method Description SMProtocolStateMachine
CLPort. getProtocol()
All protocol state machines using this port.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type SMProtocolStateMachine Modifier and Type Method Description java.util.List<SMProtocolStateMachine>
CLBehavioredClassifier. getOwnedProtocolStateMachine(K_CONTROL_OPTION... behaviourFlags)
java.util.List<SMProtocolStateMachine>
CLInterface. getProtocol(K_CONTROL_OPTION... behaviourFlags)
-
Uses of SMProtocolStateMachine in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return SMProtocolStateMachine Modifier and Type Method Description static SMProtocolStateMachine
SMProtocolStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Protocol State Machine with template and container.static SMProtocolStateMachine
SMProtocolStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Protocol State Machine with stereotype and container.SMProtocolStateMachine
SMProtocolConformance. getGeneralMachine()
SMProtocolStateMachine
SMProtocolConformance. getSpecificMachine()
Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type SMProtocolStateMachine Modifier and Type Method Description java.util.List<SMProtocolStateMachine>
SMStateMachine. getGeneral(K_CONTROL_OPTION... behaviourFlags)
The general protocol state machinejava.util.List<SMProtocolStateMachine>
SMStateMachine. getGeneral(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getGeneral and filters its return values according to the given stereotype value.java.util.List<SMProtocolStateMachine>
SMProtocolStateMachine. getSpecific(K_CONTROL_OPTION... behaviourFlags)
The specific protocol state machine.java.util.List<SMProtocolStateMachine>
SMProtocolStateMachine. getSpecific(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getSpecific and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2sm with type arguments of type SMProtocolStateMachine Modifier and Type Method Description void
SMStateMachine. setGeneral(java.util.List<? extends SMProtocolStateMachine> values)
Set the value of View General.
-