Uses of Interface
de.mid.innovator.srv2api.icw2be.BEBehavior
-
Packages that use BEBehavior 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.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.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.icw2ia The Interaction package describes the concepts needed to express interactions.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 BEBehavior in de.mid.innovator.srv2api.icw2ac
Subinterfaces of BEBehavior in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ACActivity
An activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.Fields in de.mid.innovator.srv2api.icw2ac declared as BEBehavior Modifier and Type Field Description BEBehavior
ARG_ACBehavior. oh
Methods in de.mid.innovator.srv2api.icw2ac that return BEBehavior Modifier and Type Method Description BEBehavior
ANCallBehavior. getBehavior()
The behavior called by this node.BEBehavior
ACDecisionBehavior. getDecisionInput()
BEBehavior
ACDecisionNode. getDecisionInput()
BEBehavior
ACObjectFlow. getSelBehavior()
The selection behavior which selects tokens from a source object node.BEBehavior
ACObjFlowBehavior. getSelectionBE()
A behavior that selects tokens from a source object node.BEBehavior
ACObjNodeSelBehavior. getSelectionBE()
BEBehavior
ACObjectNode. getSelectionBehavior()
The selection behavior which selects tokens for outgoing object flows.BEBehavior
ACObjectFlow. getTransBehavior()
The transformation behavior which changes or replaces data tokens flowing along the edge.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type BEBehavior Modifier and Type Method Description void
ACObjectFlow. modifyBehaviorForSelection(BEBehavior oh)
Assigns a selection behavior to the flow.void
ACObjectNode. modifyBehaviorForSelection(BEBehavior oh)
Assigns a selection behavior to the node.void
ACObjectFlow. modifyBehaviorForTransformation(BEBehavior oh)
Assigns a transformation behavior to the flow.void
ACDecisionNode. modifyDecisionInput(BEBehavior oh)
Assigns a decision behavior to the node.void
ANCallBehavior. setBehavior(BEBehavior value)
Set the value of Foreign Key Behavior.void
ACDecisionBehavior. setDecisionInput(BEBehavior value)
Set the value of Foreign Key DecisionInput.void
ACDecisionNode. setDecisionInput(BEBehavior value)
Set the value of View DecisionInput.void
ACObjectFlow. setSelBehavior(BEBehavior value)
Set the value of View SelBehavior.void
ACObjFlowBehavior. setSelectionBE(BEBehavior value)
Set the value of Foreign Key SelectionBE.void
ACObjNodeSelBehavior. setSelectionBE(BEBehavior value)
Set the value of Foreign Key SelectionBE.void
ACObjectNode. setSelectionBehavior(BEBehavior value)
Set the value of View SelectionBehavior.void
ACObjectFlow. setTransBehavior(BEBehavior value)
Set the value of View TransBehavior.Constructors in de.mid.innovator.srv2api.icw2ac with parameters of type BEBehavior Constructor Description ARG_ACBehavior(BEBehavior oh)
-
Uses of BEBehavior in de.mid.innovator.srv2api.icw2be
Subinterfaces of BEBehavior in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interface
BEOpaque
The semantics of the behavior is determined by the implementation.Fields in de.mid.innovator.srv2api.icw2be declared as BEBehavior Modifier and Type Field Description BEBehavior
ARG_BEBehaviorDeclaration. ohBE
behavior elementMethods in de.mid.innovator.srv2api.icw2be with parameters of type BEBehavior Modifier and Type Method Description void
BEBehavior. modifyBehaviorDeclaration(BEBehavior ohBE, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, int idStereoPar, int idModel)
Modifies the declaration of this behavior with all parameters.Constructors in de.mid.innovator.srv2api.icw2be with parameters of type BEBehavior Constructor Description ARG_BEBehaviorDeclaration(BEBehavior ohBE, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, int idStereoPar, int idModel)
-
Uses of BEBehavior in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type BEBehavior Modifier and Type Method Description <T extends BEBehavior>
java.util.List<T>CLConnector. getBehavior(java.lang.Class<T> returnType)
<T extends BEBehavior>
java.util.List<T>CLBehavioralFeature. getMethod(java.lang.Class<T> returnType)
A behavioral description that implements the behavioral feature.<T extends BEBehavior>
java.util.List<T>CLBehavioredClassifier. getOwnedBehavior(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
References behavior specifications owned by a classifier.Methods in de.mid.innovator.srv2api.icw2class that return BEBehavior Modifier and Type Method Description BEBehavior
CLBehavioredClassifier. getClassifierBehavior()
A behavior specification that specifies the behavior of the classifier itself.BEBehavior
CLParameter. getOwningBehavior()
Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type BEBehavior Modifier and Type Method Description void
CLConnector. setBehavior(java.util.List<? extends BEBehavior> values)
Set the value of Foreign Key Behavior.void
CLBehavioralFeature. setMethod(java.util.List<? extends BEBehavior> values)
Set the value of Foreign Key Method. -
Uses of BEBehavior in de.mid.innovator.srv2api.icw2ia
Subinterfaces of BEBehavior in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interface
IAInteraction
An interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements.Methods in de.mid.innovator.srv2api.icw2ia that return BEBehavior Modifier and Type Method Description BEBehavior
IABehaviorExecSpec. getBehavior()
The behavior of this behavior execution specification.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type BEBehavior Modifier and Type Method Description void
IABehaviorExecSpec. setBehavior(BEBehavior value)
Set the value of Foreign Key Behavior. -
Uses of BEBehavior in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return BEBehavior Modifier and Type Method Description BEBehavior
MESimpleConstraint. getOwningBehavior()
BEBehavior
MESimpleConstraint. getPostconditionOwningBehavior()
BEBehavior
MESimpleConstraint. getPreconditionOwningBehavior()
-
Uses of BEBehavior in de.mid.innovator.srv2api.icw2sm
Subinterfaces of BEBehavior in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interface
SMProtocolStateMachine
A protocol state machine is always defined in the context of a classifier.interface
SMStateMachine
State machines can be used to express the behavior of part of a system.Methods in de.mid.innovator.srv2api.icw2sm with type parameters of type BEBehavior Modifier and Type Method Description <T extends BEBehavior>
java.util.List<T>SMRegularState. getDoActivity(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
An optional behavior that is executed while being in the state.<T extends BEBehavior>
java.util.List<T>SMRegularState. getEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state.<T extends BEBehavior>
java.util.List<T>SMRegularState. getExit(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state.Methods in de.mid.innovator.srv2api.icw2sm that return BEBehavior Modifier and Type Method Description BEBehavior
SMTransition. getEffect()
Specifies an optional behavior to be performed when the transition fires.
-