Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELStructFeature
-
Packages that use ELStructFeature 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.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ELStructFeature in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ELStructFeature Modifier and Type Method Description ELStructFeatureANStructuralFeature. getStructuralFeature()Structural feature to be read.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ELStructFeature Modifier and Type Method Description voidANStructuralFeature. setStructuralFeature(ELStructFeature value)Set the value of Foreign Key StructuralFeature. -
Uses of ELStructFeature in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELStructFeature in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description 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.interfaceCLStructureEntryMethods in de.mid.innovator.srv2api.icw2class that return ELStructFeature Modifier and Type Method Description ELStructFeatureCLSlot. getDefiningFeature()The structural feature that specifies the values that the slot can have.Methods in de.mid.innovator.srv2api.icw2class with parameters of type ELStructFeature Modifier and Type Method Description voidCLSlot. setDefiningFeature(ELStructFeature value)Set the value of Foreign Key DefiningFeature. -
Uses of ELStructFeature in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELStructFeature in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interfaceDBColumnThis is a utility class for DBColumn that provides static methods for creation or other purposes.interfaceDBTableColumninterfaceDBViewColumn -
Uses of ELStructFeature in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELStructFeature in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interfaceELM2AttributeThis is a utility class for ELM2Attribute that provides static methods for creation or other purposes.interfaceELPropertyThis is a utility class for ELProperty that provides static methods for creation or other purposes. -
Uses of ELStructFeature in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELStructFeature in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceERAttributeAnERAttributeis a property of anEREntity.interfaceERRoleinterfaceERUsedAttributeinterfaceERViewAttributeAnERViewAttributedescribes a column of anERView. -
Uses of ELStructFeature in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELStructFeature in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interfaceIMPropertyThis is a utility class for IMProperty that provides static methods for creation or other purposes.interfaceIMStructuralFeatureThis is a utility class for IMStructuralFeature that provides static methods for creation or other purposes. -
Uses of ELStructFeature in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELStructFeature in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interfaceMM2Attribute
-