Uses of Interface
de.mid.innovator.srv2api.icw2class.CLTemplateAbleElement
Packages that use CLTemplateAbleElement
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.
Package for Business Process Model and Notation (BPMN).
Business resource modeling package.
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.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2ac
Subinterfaces of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceAn activity specifies the coordination of executions of subordinate behaviors using a control and data flow model. -
Uses of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2be
Subinterfaces of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2beModifier and TypeInterfaceDescriptioninterfaceBehavior is a specification of how its context classifier changes state over time.interfaceThe semantics of the behavior is determined by the implementation. -
Uses of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2bp
Subinterfaces of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceAn interface defines a set of operations that are implemented by services. -
Uses of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2br
Subinterfaces of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2brModifier and TypeInterfaceDescriptioninterfaceAn actor specifies a role played by a user or any other system that interacts with the subject. -
Uses of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceAn artifact is the specification of a physical piece of information that is used or produced by a software development process or by deployment and operation of a system.interfaceA model element that has both association and class properties.interfaceAn association describes a set of tuples whose values refer to typed instances.interfaceA classifier can have behavior specifications defined in its namespace.interfaceThe purpose of a class is to specify a classification of objects and to specify the features that characterize the structure and behavior of those objects.interfaceA classifier is a classification of instances - it describes a set of instances that have features in common.interfaceA collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interfaceA communication path is an association between two deployment targets which they are able to exchange signals and messages through.interfaceA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceA data type is a type whose instances are only identified by their value.interfaceThis is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interfaceA deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interfaceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interfaceThis is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interfaceAn enumeration is a data type whose values are enumerated in the model as enumeration literals.interfaceAn execution environment is a node that offers an execution environment for specific types of components that are deployed on it in the form of executable artifacts.interfaceAn interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interfaceA node is a computational resource which artifacts may be deployed for execution on.interfaceA primitive type defines a predefined data type, without any relevant substructure (it has no parts).interfaceA signal is a specification of send request instances communicated between objects.interfaceThis is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interfaceinterfaceinterfaceA use case is the specification of a set of actions performed by a system.Fields in de.mid.innovator.srv2api.icw2class declared as CLTemplateAbleElementModifier and TypeFieldDescriptionARG_TemplateBoundElement.ohTemplatetemplate elementARG_TemplateElement.ohTmpltemplate elementARG_TemplateParameterList.ohTmpltemplate elementMethods in de.mid.innovator.srv2api.icw2class that return CLTemplateAbleElementModifier and TypeMethodDescriptionstatic CLTemplateAbleElementCLTemplateAbleElementHelper.createTemplateBoundElement(SrvContext srvCtx, CLTemplateAbleElement ohTemplate, List<ARG_TemplateBoundParameter> seqPar) CLTemplateParameter.getTemplate()The element that owns this template parameter.CLTemplateBinding.getTemplateAbleSource()CLTemplateBinding.getTemplateAbleTarget()Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLTemplateAbleElementModifier and TypeMethodDescriptionstatic CLTemplateAbleElementCLTemplateAbleElementHelper.createTemplateBoundElement(SrvContext srvCtx, CLTemplateAbleElement ohTemplate, List<ARG_TemplateBoundParameter> seqPar) Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLTemplateAbleElementModifierConstructorDescriptionARG_TemplateBoundElement(CLTemplateAbleElement ohTemplate, List<ARG_TemplateBoundParameter> seqPar) ARG_TemplateElement(CLTemplateAbleElement ohTmpl, String strName, List<ARG_TemplateElementParameter> seqPar, int idModel) ARG_TemplateParameterList(CLTemplateAbleElement ohTmpl, String strTmpl, List<CLTemplateParameter> seqPar, List<String> seqParName) -
Uses of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2ia
Subinterfaces of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2iaModifier and TypeInterfaceDescriptioninterfaceAn interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements. -
Uses of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2im
Subinterfaces of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2imModifier and TypeInterfaceDescriptioninterfaceThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType. -
Uses of CLTemplateAbleElement in de.mid.innovator.srv2api.icw2sm
Subinterfaces of CLTemplateAbleElement 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.