Uses of Interface
de.mid.innovator.srv2api.icw2be.BEBehavior
Packages that use BEBehavior
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
The Interaction package describes the concepts needed to express interactions.
This packagage contains elements representing the logical model.
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.icw2acModifier and TypeInterfaceDescriptioninterfaceAn 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 BEBehaviorMethods in de.mid.innovator.srv2api.icw2ac that return BEBehaviorModifier and TypeMethodDescriptionANCallBehavior.getBehavior()The behavior called by this node.ACDecisionBehavior.getDecisionInput()ACDecisionNode.getDecisionInput()ACObjectFlow.getSelBehavior()The selection behavior which selects tokens from a source object node.ACObjFlowBehavior.getSelectionBE()A behavior that selects tokens from a source object node.ACObjNodeSelBehavior.getSelectionBE()ACObjectNode.getSelectionBehavior()The selection behavior which selects tokens for outgoing object flows.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 BEBehaviorModifier and TypeMethodDescriptionvoidACObjectFlow.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 -
Uses of BEBehavior in de.mid.innovator.srv2api.icw2be
Subinterfaces of BEBehavior in de.mid.innovator.srv2api.icw2beModifier and TypeInterfaceDescriptioninterfaceThe semantics of the behavior is determined by the implementation.Fields in de.mid.innovator.srv2api.icw2be declared as BEBehaviorMethods in de.mid.innovator.srv2api.icw2be with parameters of type BEBehaviorModifier and TypeMethodDescriptionvoidBEBehavior.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 BEBehaviorModifierConstructorDescriptionARG_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 BEBehaviorModifier and TypeMethodDescription<T extends BEBehavior>
List<T> CLConnector.getBehavior(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BEBehavior>
List<T> CLBehavioralFeature.getMethod(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) 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 BEBehaviorModifier and TypeMethodDescriptionCLBehavioredClassifier.getClassifierBehavior()A behavior specification that specifies the behavior of the classifier itself.CLParameter.getOwningBehavior()Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type BEBehaviorModifier and TypeMethodDescriptionvoidCLConnector.setBehavior(List<? extends BEBehavior> values) Set the value of Foreign Key Behavior.voidCLBehavioralFeature.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.icw2iaModifier and TypeInterfaceDescriptioninterfaceAn 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 BEBehaviorModifier and TypeMethodDescriptionIABehaviorExecSpec.getBehavior()The behavior of this behavior execution specification.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type BEBehaviorModifier and TypeMethodDescriptionvoidIABehaviorExecSpec.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 BEBehaviorModifier and TypeMethodDescriptionMESimpleConstraint.getOwningBehavior()TheBEBehaviorowning this rule constraint.MESimpleConstraint.getPostconditionOwningBehavior()TheBEBehaviorowning this post condition.MESimpleConstraint.getPreconditionOwningBehavior()TheBEBehaviorowning this pre condition. -
Uses of BEBehavior in de.mid.innovator.srv2api.icw2sm
Subinterfaces of BEBehavior in de.mid.innovator.srv2api.icw2smModifier and TypeInterfaceDescriptioninterfaceA protocol state machine is always defined in the context of a classifier.interfaceState 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 BEBehaviorModifier and TypeMethodDescription<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