Uses of Interface
de.mid.innovator.srv2api.icw2im.IMFeature
Packages that use IMFeature
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
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.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
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.icw2dbModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for DBColumn that provides static methods for creation or other purposes.interfaceinterfaceMethods in de.mid.innovator.srv2api.icw2db with type parameters of type IMFeatureModifier and TypeMethodDescriptionDBView.getViewCompletionFeatures(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DBView.getViewCompletionFeatures(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.icw2erModifier and TypeInterfaceDescriptioninterfaceAnERAttributeis a property of anEREntity.interfaceinterfaceinterfaceAnERViewAttributedescribes a column of anERView. -
Uses of IMFeature in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMFeature in de.mid.innovator.srv2api.icw2imModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for IMProperty that provides static methods for creation or other purposes.interfaceThis 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 IMFeatureModifier and TypeFieldDescriptionARG_FeaturesPropagateToViews.seqFeaturelist of selected featuresMethods in de.mid.innovator.srv2api.icw2im with type parameters of type IMFeatureModifier and TypeMethodDescriptionIMClassifier.getOwnedFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of features of this classifier.IMKey.getProperty(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.IMKey.getProperty(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 IMFeatureModifier and TypeMethodDescriptionIMIndexedFeature.getFeature()Reference to theIMFeatureindexed by thisIMIndexedFeature.IMKeyFeature.getFeature()Reference to theIMFeatureused by thisIMKeyFeature.Method parameters in de.mid.innovator.srv2api.icw2im with type arguments of type IMFeatureModifier and TypeMethodDescriptionstatic List<ELViewEntry> IMFeatureHelper.propagateToViews(SrvContext srvCtx, List<? extends IMFeature> seqFeature, List<? extends ELView> seqView) Constructor parameters in de.mid.innovator.srv2api.icw2im with type arguments of type IMFeatureModifierConstructorDescriptionARG_FeaturesPropagateToViews(List<IMFeature> seqFeature, List<ELView> seqView)