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 interfaceACActivityAn 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 BEBehaviorARG_ACBehavior. ohMethods in de.mid.innovator.srv2api.icw2ac that return BEBehavior Modifier and Type Method Description BEBehaviorANCallBehavior. getBehavior()The behavior called by this node.BEBehaviorACDecisionBehavior. getDecisionInput()BEBehaviorACDecisionNode. getDecisionInput()BEBehaviorACObjectFlow. getSelBehavior()The selection behavior which selects tokens from a source object node.BEBehaviorACObjFlowBehavior. getSelectionBE()A behavior that selects tokens from a source object node.BEBehaviorACObjNodeSelBehavior. getSelectionBE()BEBehaviorACObjectNode. getSelectionBehavior()The selection behavior which selects tokens for outgoing object flows.BEBehaviorACObjectFlow. 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 voidACObjectFlow. modifyBehaviorForSelection(BEBehavior oh)Assigns a selection behavior to the flow.voidACObjectNode. modifyBehaviorForSelection(BEBehavior oh)Assigns a selection behavior to the node.voidACObjectFlow. modifyBehaviorForTransformation(BEBehavior oh)Assigns a transformation behavior to the flow.voidACDecisionNode. modifyDecisionInput(BEBehavior oh)Assigns a decision behavior to the node.voidANCallBehavior. setBehavior(BEBehavior value)Set the value of Foreign Key Behavior.voidACDecisionBehavior. setDecisionInput(BEBehavior value)Set the value of Foreign Key DecisionInput.voidACDecisionNode. setDecisionInput(BEBehavior value)Set the value of View DecisionInput.voidACObjectFlow. setSelBehavior(BEBehavior value)Set the value of View SelBehavior.voidACObjFlowBehavior. setSelectionBE(BEBehavior value)Set the value of Foreign Key SelectionBE.voidACObjNodeSelBehavior. setSelectionBE(BEBehavior value)Set the value of Foreign Key SelectionBE.voidACObjectNode. setSelectionBehavior(BEBehavior value)Set the value of View SelectionBehavior.voidACObjectFlow. 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 interfaceBEOpaqueThe semantics of the behavior is determined by the implementation.Fields in de.mid.innovator.srv2api.icw2be declared as BEBehavior Modifier and Type Field Description BEBehaviorARG_BEBehaviorDeclaration. ohBEbehavior elementMethods in de.mid.innovator.srv2api.icw2be with parameters of type BEBehavior Modifier and Type Method Description voidBEBehavior. 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 BEBehaviorCLBehavioredClassifier. getClassifierBehavior()A behavior specification that specifies the behavior of the classifier itself.BEBehaviorCLParameter. getOwningBehavior()Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type BEBehavior Modifier and Type Method Description voidCLConnector. setBehavior(java.util.List<? extends BEBehavior> values)Set the value of Foreign Key Behavior.voidCLBehavioralFeature. 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 interfaceIAInteractionAn 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 BEBehaviorIABehaviorExecSpec. 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 voidIABehaviorExecSpec. 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 BEBehaviorMESimpleConstraint. getOwningBehavior()BEBehaviorMESimpleConstraint. getPostconditionOwningBehavior()BEBehaviorMESimpleConstraint. getPreconditionOwningBehavior() -
Uses of BEBehavior in de.mid.innovator.srv2api.icw2sm
Subinterfaces of BEBehavior in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interfaceSMProtocolStateMachineA protocol state machine is always defined in the context of a classifier.interfaceSMStateMachineState 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 BEBehaviorSMTransition. getEffect()Specifies an optional behavior to be performed when the transition fires.
-