Uses of Interface
de.mid.innovator.srv2api.icw2im.IMClassifier
-
Packages that use IMClassifier 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 IMClassifier in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interfaceDBColumnSetinterfaceDBTableinterfaceDBViewMethods in de.mid.innovator.srv2api.icw2db that return IMClassifier Modifier and Type Method Description IMClassifierDBTable. getLeadingEntity()Returns the leadingEREntityof this table. -
Uses of IMClassifier in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceBI2CubeIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceBIHierarchyRoleDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceERAttributeSetinterfaceEREntityAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceERRelationshipinterfaceERViewAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type IMClassifier Modifier and Type Method Description <T extends IMClassifier>
java.util.List<T>BI2HierarchyLevel. getDBColumnSets(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get all DB elements which have a mapping dependency to thisBI2HierarchyLevel.<T extends IMClassifier>
java.util.List<T>BI2HierarchyLevel. getDBColumnSets(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDBColumnSets and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2er with type arguments of type IMClassifier Modifier and Type Method Description voidBI2HierarchyLevel. setDBColumnSets(java.util.List<? extends IMClassifier> values)Set the value of View DBColumnSets. -
Uses of IMClassifier in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interfaceIMAssociationAssociation between two classifiers.interfaceIMCLDataTypeThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType.interfaceIMSemanticDataTypeA type which describes the semantic of its stored value.interfaceIMSequenceSubclass ofIMSemanticDataTypewith automatic unique value.Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMClassifier Modifier and Type Method Description <T extends IMClassifier>
java.util.List<T>IMConstraint. getConstrainedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets all classifiers which are directly assigned by thisIMConstraintor contain aIMPropertyassigned by this constraint.<T extends IMClassifier>
java.util.List<T>IMConstraint. getConstrainedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMClassifier>
java.util.List<T>IMConstraintAssign. getConstrainedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets all classifiers constrained by thisIMConstraintAssign, directly or indirectly via owned properties or used data types.<T extends IMClassifier>
java.util.List<T>IMConstraintAssign. getConstrainedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMClassifier>
java.util.List<T>IMKeyRelationship. getKeyClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns a list of two elements.<T extends IMClassifier>
java.util.List<T>IMKeyRelationship. getKeyClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getKeyClassifier and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2im that return IMClassifier Modifier and Type Method Description IMClassifierIMConstraintAssign. getDirectlyConstrainedClassifier()TheIMClassifierof thisIMConstraintAssign.IMClassifierIMFeature. getOwningClassifier()Reference to the classifier of thisIMFeature.IMClassifierIMKey. getOwningClassifier()IMClassifierIMTrigger. getOwningClassifier()Reference to the classifier of thisIMTrigger.IMClassifierIMKeyRelationship. getUniqueKeyClassifier()The classifier of the referencedIMUniqueKey.Methods in de.mid.innovator.srv2api.icw2im with parameters of type IMClassifier Modifier and Type Method Description <T extends IMProperty>
java.util.List<T>IMFeature. getKeyRelationshipPropertyRecursive(java.lang.Class<T> returnType, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags)List of foreign key properties, referencing this unique key property indirectly.<T extends IMProperty>
java.util.List<T>IMFeature. getKeyRelationshipPropertyRecursive(java.lang.Class<T> returnType, MMStereotype stereotype, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getKeyRelationshipPropertyRecursive and filters its return values according to the given stereotype value.
-