Uses of Interface
de.mid.innovator.srv2api.icw2class.CLOperation
Packages that use CLOperation
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.
-
Uses of CLOperation in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return CLOperationModifier and TypeMethodDescriptionANCallOperation.getOperation()The operation to be invoked by the action execution.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type CLOperationModifier and TypeMethodDescriptionvoidANCallOperation.setOperation(CLOperation value) Set the value of Foreign Key Operation. -
Uses of CLOperation in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return CLOperationModifier and TypeMethodDescriptionBECallEvent.getOperation()Returns theCLOperationof the call event. -
Uses of CLOperation in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as CLOperationMethods in de.mid.innovator.srv2api.icw2class that return CLOperationModifier and TypeMethodDescriptionstatic CLOperationCLOperationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Operation with template and container.static CLOperationCLOperationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Operation with stereotype and container.CLParameter.getOwningOperation()Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLOperationModifier and TypeMethodDescriptionCLProperty.getOperation()CLArtifact.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) The operations defined for the artifact.CLClass.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) The operations owned by the class.CLDataType.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) The operations owned by the data type.CLInterface.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) References all operations owned by the interface.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLOperationModifier and TypeMethodDescriptionvoidCLOperation.modifyOperationDeclaration(CLOperation ohOp, String strDecl, String strName, List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel) Modifies the declaration of this operation with all parameters.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLOperationModifierConstructorDescriptionARG_CLOperationDeclaration(CLOperation ohOp, String strDecl, String strName, List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel) -
Uses of CLOperation in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return CLOperationModifier and TypeMethodDescriptionIACallMessage.getOperation()The operation which is called by the message.IACreateMessage.getOperation()The constructor which is called by the message.IADestructMessage.getOperation()The destructor which is called by the message.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type CLOperationModifier and TypeMethodDescriptionvoidIACallMessage.setOperation(CLOperation value) Set the value of View Operation.voidIACreateMessage.setOperation(CLOperation value) Set the value of View Operation.voidIADestructMessage.setOperation(CLOperation value) Set the value of View Operation. -
Uses of CLOperation in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return CLOperationModifier and TypeMethodDescriptionMESimpleConstraint.getBodyConditionOwningOperation()The operation where this constraint acts as body condition.MESimpleConstraint.getPostconditionOwningOperation()The operation where this constraint acts as post condition.MESimpleConstraint.getPreconditionOwningOperation()The operation where this constraint acts as pre condition.