Uses of Interface
de.mid.innovator.srv2api.icw2class.CLFeature
-
Packages that use CLFeature Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of CLFeature in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLFeature in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLBehavioralFeature
A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.interface
CLConnector
Specifies a link that enables communication between two or more instances.interface
CLOperation
An operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interface
CLPort
A port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.interface
CLProperty
A property is a structural feature.interface
CLReception
A reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.interface
CLStructureEntry
-