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 interface
DBColumn
This is a utility class for DBColumn that provides static methods for creation or other purposes.interface
DBTableColumn
interface
DBViewColumn
-
Uses of IMStructuralFeature in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMStructuralFeature in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
ERAttribute
AnERAttribute
is a property of anEREntity
.interface
ERRole
interface
ERUsedAttribute
interface
ERViewAttribute
AnERViewAttribute
describes 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 interface
IMProperty
This 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. seq
Method parameters in de.mid.innovator.srv2api.icw2im with type arguments of type IMStructuralFeature Modifier and Type Method Description void
IMProperty. merge(java.util.List<? extends IMStructuralFeature> seq)
This method merges several properties of the same concrete classERAttribute
orDBTableColumn
.
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)
-