Uses of Interface
de.mid.innovator.srv2api.icw2im.IMIndexedFeature
Packages that use IMIndexedFeature
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
-
Uses of IMIndexedFeature in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMIndexedFeature in de.mid.innovator.srv2api.icw2db -
Uses of IMIndexedFeature in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMIndexedFeatureModifier and TypeMethodDescription<T extends IMIndexedFeature>
List<T> IMFeature.getIndexedFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of indexed features of thisIMFeature.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of indexed features of thisIMIndex.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeatureIncluded(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of included indexed features of thisIMIndex.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeatureIncluded(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedIndexedFeatureIncluded and filters its return values according to the given stereotype value.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeatureRegular(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of regular indexed features of thisIMIndex.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeatureRegular(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedIndexedFeatureRegular and filters its return values according to the given stereotype value.