Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMProtocolStateMachine
Packages that use SMProtocolStateMachine
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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 SMProtocolStateMachineModifier and TypeMethodDescriptionCLPort.getProtocol()All protocol state machines using this port.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type SMProtocolStateMachineModifier and TypeMethodDescriptionCLBehavioredClassifier.getOwnedProtocolStateMachine(K_CONTROL_OPTION... behaviourFlags) References protocol state machines owned by a classifier.CLInterface.getProtocol(K_CONTROL_OPTION... behaviourFlags) -
Uses of SMProtocolStateMachine in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return SMProtocolStateMachineModifier and TypeMethodDescriptionstatic SMProtocolStateMachineSMProtocolStateMachineHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Protocol State Machine with template and container.static SMProtocolStateMachineSMProtocolStateMachineHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Protocol State Machine with stereotype and container.SMProtocolConformance.getGeneralMachine()References the generalSMProtocolStateMachinein theSMProtocolConformancerelationship.SMProtocolConformance.getSpecificMachine()References the specializingSMProtocolStateMachinein theSMProtocolConformancerelationship.Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type SMProtocolStateMachineModifier and TypeMethodDescriptionSMStateMachine.getGeneral()The general protocol state machineSMStateMachine.getGeneral(MMStereotype stereotype) The method calls getGeneral and filters its return values according to the given stereotype value.SMProtocolStateMachine.getSpecific()The specific protocol state machine.SMProtocolStateMachine.getSpecific(MMStereotype stereotype) 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 SMProtocolStateMachineModifier and TypeMethodDescriptionvoidSMStateMachine.setGeneral(List<? extends SMProtocolStateMachine> values) Set the value of View General.