Uses of Interface
de.mid.innovator.srv2api.icw2im.IMStructuralFeature
-
Packages that use IMStructuralFeature Package Description 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.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. -
-
Uses of IMStructuralFeature in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMStructuralFeature 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 IMStructuralFeature in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMStructuralFeature in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceERAttributeAnERAttributeis a property of anEREntity.interfaceERRoleinterfaceERUsedAttributeinterfaceERViewAttributeAnERViewAttributedescribes a column of anERView. -
Uses of IMStructuralFeature in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMStructuralFeature 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.Fields in de.mid.innovator.srv2api.icw2im with type parameters of type IMStructuralFeature Modifier and Type Field Description java.util.List<IMStructuralFeature>ARG_IMStructuralFeatureMerge. seqMethod parameters in de.mid.innovator.srv2api.icw2im with type arguments of type IMStructuralFeature Modifier and Type Method Description voidIMProperty. merge(java.util.List<? extends IMStructuralFeature> seq)This method merges several properties of the same concrete classERAttributeorDBTableColumn.
The modified property keeps all information about this input property.Constructor parameters in de.mid.innovator.srv2api.icw2im with type arguments of type IMStructuralFeature Constructor Description ARG_IMStructuralFeatureMerge(java.util.List<IMStructuralFeature> seq)
-