Uses of Interface
de.mid.innovator.srv2api.icw2im.IMIndex
-
Packages that use IMIndex 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.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of IMIndex in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMIndex in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBIndex
-
Uses of IMIndex in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMIndex Modifier and Type Method Description <T extends IMIndex>
java.util.List<T>IMFeature. getIndex(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends IMIndex>
java.util.List<T>IMFeature. getIndex(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getIndex and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2im that return IMIndex Modifier and Type Method Description IMIndex
IMIndexedFeature. getOwningIMIndex()
Reference to theIMIndex
of thisIMIndexedFeature
.
-