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 interfaceCLBehavioralFeatureA behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.interfaceCLConnectorSpecifies a link that enables communication between two or more instances.interfaceCLOperationAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceCLPortA 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.interfaceCLPropertyA property is a structural feature.interfaceCLReceptionA reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.interfaceCLStructureEntry
-