Uses of Interface
de.mid.innovator.srv2api.icw2im.IMFeature
-
Packages that use IMFeature 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 IMFeature in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMFeature 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
Methods in de.mid.innovator.srv2api.icw2db with type parameters of type IMFeature Modifier and Type Method Description <T extends IMFeature>
java.util.List<T>DBView. getViewCompletionFeatures(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends IMFeature>
java.util.List<T>DBView. getViewCompletionFeatures(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getViewCompletionFeatures and filters its return values according to the given stereotype value. -
Uses of IMFeature in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMFeature 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 IMFeature in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMFeature 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.interface
IMStructuralFeature
This is a utility class for IMStructuralFeature that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2im with type parameters of type IMFeature Modifier and Type Field Description java.util.List<IMFeature>
ARG_FeaturesPropagateToViews. seqFeature
list of selected featuresMethods in de.mid.innovator.srv2api.icw2im with type parameters of type IMFeature Modifier and Type Method Description <T extends IMFeature>
java.util.List<T>IMClassifier. getOwnedFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of features of this classifier.<T extends IMFeature>
java.util.List<T>IMKey. getProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Gets all features of thisIMKey
, unique or foreign key.
In DB context, these features are columns; in ER context, these features are attributes.<T extends IMFeature>
java.util.List<T>IMKey. getProperty(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProperty and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2im that return IMFeature Modifier and Type Method Description IMFeature
IMIndexedFeature. getFeature()
Reference to theIMFeature
indexed by thisIMIndexedFeature
.IMFeature
IMKeyFeature. getFeature()
Reference to theIMFeature
used by thisIMKeyFeature
.Method parameters in de.mid.innovator.srv2api.icw2im with type arguments of type IMFeature Modifier and Type Method Description static java.util.List<ELViewEntry>
IMFeatureHelper. propagateToViews(SrvContext srvCtx, java.util.List<? extends IMFeature> seqFeature, java.util.List<? extends ELView> seqView)
Constructor parameters in de.mid.innovator.srv2api.icw2im with type arguments of type IMFeature Constructor Description ARG_FeaturesPropagateToViews(java.util.List<IMFeature> seqFeature, java.util.List<ELView> seqView)
-