Uses of Interface
de.mid.innovator.srv2api.icw2class.CLParameterAble
Packages that use CLParameterAble
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.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of CLParameterAble in de.mid.innovator.srv2api.icw2ac
Subinterfaces of CLParameterAble 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 CLParameterAble in de.mid.innovator.srv2api.icw2be
Subinterfaces of CLParameterAble 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 CLParameterAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLParameterAble in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceA behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.interfaceAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceA reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.Methods in de.mid.innovator.srv2api.icw2class that return CLParameterAbleModifier and TypeMethodDescriptionCLParameter.getOwningParameterAble()CLParameterSet.getOwningParameterAble()TheCLParameterAbleowning this parameter set. -
Uses of CLParameterAble in de.mid.innovator.srv2api.icw2ia
Subinterfaces of CLParameterAble 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 CLParameterAble in de.mid.innovator.srv2api.icw2sm
Subinterfaces of CLParameterAble 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.