Uses of Interface
de.mid.innovator.srv2api.icw2be.BEBehavior

Packages that use BEBehavior
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 packages specify 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
 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
 BEBehavior ARG_ACBehavior.oh
           
 

Methods in de.mid.innovator.srv2api.icw2ac that return BEBehavior
 BEBehavior ANCallBehavior.getBehavior()
          The behavior called by this node.
 BEBehavior ACDecisionNode.getDecisionInput()
          Behavior which provides input to guard specifications on edges outgoing from the decision node.
 BEBehavior ACDecisionBehavior.getDecisionInput()
          Behavior which provides input to guard specifications on edges outgoing from the decision node.
 BEBehavior ACObjectFlow.getSelBehavior()
          The selection behavior which selects tokens from a source object node.
 BEBehavior ACObjNodeSelBehavior.getSelectionBE()
          A behavior which selects tokens for outgoing edges.
 BEBehavior ACObjFlowBehavior.getSelectionBE()
          A behavior that selects tokens from a source object node.
 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
 void ACObjectNode.modifyBehaviorForSelection(BEBehavior oh)
          Assigns a selection behavior to the node.
 void ACObjectFlow.modifyBehaviorForSelection(BEBehavior oh)
          Assigns a selection behavior to the flow.
 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 ACDecisionNode.setDecisionInput(BEBehavior value)
          Set the value of View DecisionInput.
 void ACObjectFlow.setSelBehavior(BEBehavior value)
          Set the value of View SelBehavior.
 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
ARG_ACBehavior(BEBehavior oh)
           
 

Uses of BEBehavior in de.mid.innovator.srv2api.icw2be
 

Subinterfaces of BEBehavior in de.mid.innovator.srv2api.icw2be
 interface BEOpaque
          The semantics of the behavior is determined by the implementation.
 

Fields in de.mid.innovator.srv2api.icw2be declared as BEBehavior
 BEBehavior ARG_BEBehaviorDeclaration.ohBE
          behavior element
 

Methods in de.mid.innovator.srv2api.icw2be with parameters of type BEBehavior
 void BEBehavior.modifyBehaviorDeclaration(BEBehavior ohBE, String strDecl, String strName, 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
ARG_BEBehaviorDeclaration(BEBehavior ohBE, String strDecl, String strName, 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
<T extends BEBehavior>
List<T>
CLConnector.getBehavior(Class<T> returnType)
          The set of behaviors that specify the valid interaction patterns across the connector.
<T extends BEBehavior>
List<T>
CLBehavioralFeature.getMethod(Class<T> returnType)
          A behavioral description that implements the behavioral feature.
<T extends BEBehavior>
List<T>
CLBehavioredClassifier.getOwnedBehavior(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          References behavior specifications owned by a classifier.
 

Methods in de.mid.innovator.srv2api.icw2class that return BEBehavior
 BEBehavior CLBehavioredClassifier.getClassifierBehavior()
          A behavior specification that specifies the behavior of the classifier itself.
 BEBehavior CLParameter.getOwningBehavior()
          The behavior owning this parameter.
 

Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type BEBehavior
 void CLConnector.setBehavior(List<? extends BEBehavior> values)
          Set the value of Foreign Key Behavior.
 void CLBehavioralFeature.setMethod(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
 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
 BEBehavior IABehaviorExecSpec.getBehavior()
          The behavior of this behavior execution specification.
 

Methods in de.mid.innovator.srv2api.icw2ia with parameters of type BEBehavior
 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
 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
 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
<T extends BEBehavior>
List<T>
SMRegularState.getDoActivity(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          An optional behavior that is executed while being in the state.
<T extends BEBehavior>
List<T>
SMRegularState.getEntry(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>
List<T>
SMRegularState.getExit(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
 BEBehavior SMTransition.getEffect()
          Specifies an optional behavior to be performed when the transition fires.