Uses of Interface
de.mid.innovator.srv2api.icw2class.CLClass
-
Packages that use CLClass 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.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. -
-
Uses of CLClass in de.mid.innovator.srv2api.icw2ac
Subinterfaces of CLClass in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ACActivity
An activity specifies the coordination of executions of subordinate behaviors using a control and data flow model. -
Uses of CLClass in de.mid.innovator.srv2api.icw2be
Subinterfaces of CLClass in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interface
BEBehavior
Behavior is a specification of how its context classifier changes state over time.interface
BEOpaque
The semantics of the behavior is determined by the implementation. -
Uses of CLClass in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLClass in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLAssocClass
A model element that has both association and class properties.interface
CLComponent
A component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interface
CLDevice
A device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interface
CLExecEnv
An 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.interface
CLNode
A node is a computational resource which artifacts may be deployed for execution on.interface
CLTemplateParameterAbleClass
Methods in de.mid.innovator.srv2api.icw2class that return CLClass Modifier and Type Method Description static CLClass
CLClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Class with template and container.static CLClass
CLClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Class with stereotype and container.CLClass
CLClassifier. getOwnClass()
The class that owns this classifier.CLClass
CLOperation. getOwnClass()
CLClass
CLProperty. getOwnClass()
CLClass
CLReception. getOwnClass()
-
Uses of CLClass in de.mid.innovator.srv2api.icw2ia
Subinterfaces of CLClass in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interface
IAInteraction
An interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements. -
Uses of CLClass in de.mid.innovator.srv2api.icw2sm
Subinterfaces of CLClass in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interface
SMProtocolStateMachine
A protocol state machine is always defined in the context of a classifier.interface
SMStateMachine
State machines can be used to express the behavior of part of a system.
-