Uses of Interface
de.mid.innovator.srv2api.icw2meta.MM2DerivationItem
Packages that use MM2DerivationItem
-
Uses of MM2DerivationItem in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return MM2DerivationItemModifier and TypeMethodDescriptionstatic MM2DerivationItemMM2DerivationItemHelper.createConceptItem(SrvContext srvCtx, ELElement item) Creates a conceptMM2DerivationItem.static MM2DerivationItemMM2DerivationItemHelper.createRelationItem(SrvContext srvCtx, ELElement item) Creates a relationMM2DerivationItem.static MM2DerivationItemMM2DerivationItemHelper.createStrengthItem(SrvContext srvCtx, ELElement item) Creates a strengthMM2DerivationItem.MM2DerivationRel.getRelItem()The relationMM2DerivationItemof thisMM2DerivationRel.MM2DerivationRel.getSourceItem()The sourceMM2DerivationItemof thisMM2DerivationRel.MM2DerivationRel.getTargetItem()The targetMM2DerivationItemof thisMM2DerivationRel.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MM2DerivationItemModifier and TypeMethodDescriptionMM2Classification.getInvalidDerivation()All derivation items with invalid classifications.MM2DerivationRule.getOwnedDerivationItem(K_CONTROL_OPTION... behaviourFlags) All items owned by thisMM2DerivationRule.MM2Classification.getValidDerivation()All derivation items with valid classifications.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MM2DerivationItemModifier and TypeMethodDescriptionvoidMM2DerivationRel.setRelItem(MM2DerivationItem value) Set the value of Foreign Key RelItem.voidMM2DerivationRel.setSourceItem(MM2DerivationItem value) Set the value of Foreign Key SourceItem.voidMM2DerivationRel.setTargetItem(MM2DerivationItem value) Set the value of Foreign Key TargetItem.