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 CLOperationANCallOperation. 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 voidANCallOperation. 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 CLOperationBECallEvent. getOperation()Returns theCLOperationof 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 CLOperationARG_CLOperationDeclaration. ohOpoperation elementMethods in de.mid.innovator.srv2api.icw2class that return CLOperation Modifier and Type Method Description static 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.CLOperationCLParameter. 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 voidCLOperation. 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 CLOperationIACallMessage. getOperation()The operation which is called by the message.CLOperationIACreateMessage. getOperation()The constructor which is called by the message.CLOperationIADestructMessage. 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 voidIACallMessage. 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 CLOperation Modifier and Type Method Description CLOperationMESimpleConstraint. getBodyConditionOwningOperation()The operation where this constraint acts as body condition.CLOperationMESimpleConstraint. getPostconditionOwningOperation()The operation where this constraint acts as post condition.CLOperationMESimpleConstraint. getPreconditionOwningOperation()The operation where this constraint acts as pre condition.
-