Uses of Interface
de.mid.innovator.srv2api.icw2class.CLOperation
-
Packages that use CLOperation 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. -
-
Uses of CLOperation in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return CLOperation Modifier and Type Method Description CLOperation
ANCallOperation. getOperation()
The operation to be invoked by the action execution.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type CLOperation Modifier and Type Method Description void
ANCallOperation. 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 CLOperation Modifier and Type Method Description CLOperation
BECallEvent. getOperation()
Returns theCLOperation
of the call event. -
Uses of CLOperation in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as CLOperation Modifier and Type Field Description CLOperation
ARG_CLOperationDeclaration. ohOp
operation elementMethods in de.mid.innovator.srv2api.icw2class that return CLOperation Modifier and Type Method Description static CLOperation
CLOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Operation with template and container.static CLOperation
CLOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Operation with stereotype and container.CLOperation
CLParameter. getOwningOperation()
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLOperation Modifier and Type Method Description java.util.List<CLOperation>
CLProperty. getOperation()
java.util.List<CLOperation>
CLArtifact. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
The operations defined for the artifact.java.util.List<CLOperation>
CLClass. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
The operations owned by the class.java.util.List<CLOperation>
CLDataType. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
The operations owned by the data type.java.util.List<CLOperation>
CLInterface. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
References all operations owned by the interface.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLOperation Modifier and Type Method Description void
CLOperation. modifyOperationDeclaration(CLOperation ohOp, java.lang.String strDecl, java.lang.String strName, java.util.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 CLOperation Constructor Description ARG_CLOperationDeclaration(CLOperation ohOp, java.lang.String strDecl, java.lang.String strName, java.util.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 CLOperation Modifier and Type Method Description CLOperation
IACallMessage. getOperation()
The operation which is called by the message.CLOperation
IACreateMessage. getOperation()
The constructor which is called by the message.CLOperation
IADestructMessage. getOperation()
The destructor which is called by the message.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type CLOperation Modifier and Type Method Description void
IACallMessage. setOperation(CLOperation value)
Set the value of View Operation.void
IACreateMessage. setOperation(CLOperation value)
Set the value of View Operation.void
IADestructMessage. 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 CLOperation Modifier and Type Method Description CLOperation
MESimpleConstraint. getBodyConditionOwningOperation()
The operation where this constraint acts as body condition.CLOperation
MESimpleConstraint. getPostconditionOwningOperation()
The operation where this constraint acts as post condition.CLOperation
MESimpleConstraint. getPreconditionOwningOperation()
The operation where this constraint acts as pre condition.
-