Uses of Class
de.mid.innovator.m2msdk.util.msg.M2MException
Packages that use M2MException
Package
Description
The package contains classes that can serve as applications in the workflow.
The package contains classes that can serve as applications for Innovator in the workflow.
The package contains classes that can serve as applications for JavaBeans in the workflow.
The package contains classes that can serve as engines in the workflow.
The package contains classes that can serve as Innovator specific engines in the workflow.
The package contains all models that are used within M2M-SDK.
The package contains the configuration model of the model transformation and the workflow.
The package contains the custom configuration model of the model transformation and workflow sequence.
The package contains the dispatchers for access to properties of model elements.
The package contains the Innovator model.
The package contains the classes to access dynamically the referenced model element of a model element.
The package contains the classes to access dynamically the referenced model elements of a model element.
The package contains the classes to access dynamically the primitive properties of a model element.
The package contains the functions of Innovator for the model transformation.
The package contains the glues of Innovator model.
The package contains the embeddings of the model transformation.
The package contains the anchors of the model transformation.
The package contains the productions of Innovator model.
The package contains the hooks of Innovator model.
The package contains the property access of Innovator model.
The package contains the JavaBeans model.
The package contains the property access of JavaBeans model.
The package contains the log model.
The package contains the option model.
The package contains the parameters of the model transformation and workflow.
The package contains the progress model.
The package contains the text model.
The package contains the model transformation model.
The package contains the conflict management and resolution of the model transformation.
The package contains the functions of the model transformation and also the parser for recognizing functions and property descriptors in string expressions.
The package contains the parser for expressions and the syntax of the supported expressions.
The package contains the glues of the model transformation.
The package contains the interfaces of the model transformation.
The package and its subpackage contains the patterns of the model transformation.
The package contains the embeddings of the model transformation.
The package contains the anchors of the model transformation.
The package contains the embeddings of the model transformation.
The package contains the productions of the model transformation.
The package contains the source match of the model transformation.
The package contains the matches of the model transformation.
The package contains the property access of the model transformation.
The package contains the variation points which vary the behavior of a class by
adding additional constraints as descriptive variation points or by
adding additional assignments as functional variation points.
The package contains the undefined model.
The package contains the workflow model.
The package contains the workspace model.
The package contains classes that can serve as frames and dialogs in the workflow.
The package contains icons and icon handling .
The package contains the models, renderer and enumerations be used in frames and dialogs.
The package contains classes that can be used from applications as well as from server.
The package contains classes that can be used from applications as well as from server.
-
Uses of M2MException in de.mid.innovator.m2msdk.application
Methods in de.mid.innovator.m2msdk.application that throw M2MExceptionModifier and TypeMethodDescriptionClassRegister.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ConfigurationReader.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ConfigurationWriter.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) LogWriter.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) MappingElementReaderBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) MappingElementWriterBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ModelConfigurationImporterReader.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) OptionReader.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) OptionWriter.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) RepositoryShutdown.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) RepositoryStartOrCreate.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) SourceWriter.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) StoreRWBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ClientEnvironment.replaceEnv(OptionModelInterface iOption, String iValue) Replace in a given value the values of environment variables.ClientEnvironment.replaceEnv(String iValue) Replace in a given value the values of environment variables.voidApplicationInterface.run(SessionInterface session) Run the application.voidClassRegister.run(SessionInterface session) voidConfigurationReader.run(SessionInterface iSession) voidConfigurationWriter.run(SessionInterface iSession) voidLogWriter.run(SessionInterface iSession) voidMappingElementWriterBase.run(SessionInterface session) voidModelConfigurationImporterReader.run(SessionInterface iSession) voidOptionReader.run(SessionInterface iSession) voidOptionWriter.run(SessionInterface iSession) voidRelationModelWriter.run(SessionInterface iSession) voidRepositoryShutdown.run(SessionInterface iSession) voidRepositoryStartOrCreate.run(SessionInterface iSession) voidSourceReader.run(SessionInterface iSession) voidSourceWriter.run(SessionInterface iSession) voidStoreReader.run(SessionInterface iSession) voidStoreWriter.run(SessionInterface iSession) voidTargetReader.run(SessionInterface iSession) voidTargetWriter.run(SessionInterface iSession) voidWorkflowRunner.run(SessionInterface iSession) voidClassRegister.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidConfigurationReader.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidConfigurationWriter.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidLogWriter.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidMappingElementReaderBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidMappingElementWriterBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidModelConfigurationImporterReader.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidOptionReader.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidOptionWriter.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidRepositoryShutdown.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidRepositoryStartOrCreate.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidSourceWriter.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidStoreRWBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidWorkflowRunner.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) Constructors in de.mid.innovator.m2msdk.application that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.application.innovator
Methods in de.mid.innovator.m2msdk.application.innovator that throw M2MExceptionModifier and TypeMethodDescriptionvoidRegisterClassApplicationInnovator.execute(SessionInterface session) InnovatorModelCreate.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) InnovatorModelDelete.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) InnovatorModelImportAOB.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) InnovatorModelRestoreFromZip.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) InnovatorModelSaveToZip.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) InnovatorRepositoryRestoreFromZip.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) InnovatorRepositorySaveToZip.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) InnovatorRepositoryStatus.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) InnovatorRepositoryWorkflowBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ParameterStoreBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) SourceWriterInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) TargetWriterInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) voidInnovatorModelCreate.run(SessionInterface iSession) voidInnovatorModelDelete.run(SessionInterface iSession) voidInnovatorModelImportAOB.run(SessionInterface iSession) voidInnovatorModelRestoreFromZip.run(SessionInterface iSession) voidInnovatorModelSaveToZip.run(SessionInterface iSession) voidInnovatorRepositoryCreate.run(SessionInterface iSession) ParametersvoidInnovatorRepositoryRestoreFromZip.run(SessionInterface iSession) voidInnovatorRepositorySaveToZip.run(SessionInterface iSession) voidInnovatorRepositoryShutdown.run(SessionInterface iSession) ParametersvoidInnovatorRepositoryStart.run(SessionInterface iSession) ParametersvoidInnovatorRepositoryStatus.run(SessionInterface iSession) ParametersvoidInnovatorRepositoryWorkflowBase.run(SessionInterface iSession) voidSourceReaderInnovator.run(SessionInterface iSession) voidSourceWriterInnovator.run(SessionInterface session) voidTargetReaderInnovator.run(SessionInterface iSession) voidTargetWriterInnovator.run(SessionInterface session) voidInnovatorModelCreate.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidInnovatorModelDelete.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidInnovatorModelImportAOB.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidInnovatorModelRestoreFromZip.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidInnovatorModelSaveToZip.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidInnovatorRepositoryRestoreFromZip.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidInnovatorRepositorySaveToZip.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidInnovatorRepositoryStatus.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidInnovatorRepositoryWorkflowBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidParameterStoreBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidSourceWriterInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidTargetWriterInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) -
Uses of M2MException in de.mid.innovator.m2msdk.application.javabeans
Methods in de.mid.innovator.m2msdk.application.javabeans that throw M2MExceptionModifier and TypeMethodDescriptionvoidRegisterClassApplicationJavaBeans.execute(SessionInterface session) SourceReaderJavaBeans.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) voidSourceReaderJavaBeans.run(SessionInterface session) voidSourceReaderJavaBeans.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) -
Uses of M2MException in de.mid.innovator.m2msdk.engine
Methods in de.mid.innovator.m2msdk.engine that return M2MExceptionMethods in de.mid.innovator.m2msdk.engine that throw M2MExceptionModifier and TypeMethodDescriptionDeleteStore.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) LogCleaner.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) OptionSetter.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) SourceCleaner.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) voidDeleteStore.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidLogCleaner.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidOptionSetter.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidSourceCleaner.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) -
Uses of M2MException in de.mid.innovator.m2msdk.engine.innovator
Methods in de.mid.innovator.m2msdk.engine.innovator that throw M2MExceptionModifier and TypeMethodDescriptionInnovatorLastMappingTimestampPersistency.getLastMappingTimeStamp()booleanInnovatorLastMappingTimestampPersistency.persistCurrentTimeStamp()Constructors in de.mid.innovator.m2msdk.engine.innovator that throw M2MExceptionModifierConstructorDescriptionInnovatorLastMappingTimestampPersistency(WorkspaceInterface workspace, String sMappingId) -
Uses of M2MException in de.mid.innovator.m2msdk.model
Methods in de.mid.innovator.m2msdk.model that throw M2MExceptionModifier and TypeMethodDescriptionGet class of type and with simple name.Class<?> Class<?> Get class of type and with simple name.Class<?> Class<?> Constructors in de.mid.innovator.m2msdk.model that throw M2MExceptionModifierConstructorDescriptionClientSession(SessionInterface localSession, LookNFeel lookNFeel) Create a client session based on an existing session. -
Uses of M2MException in de.mid.innovator.m2msdk.model.configuration
Methods in de.mid.innovator.m2msdk.model.configuration that throw M2MExceptionModifier and TypeMethodDescriptionvoidConfigurationInterface.addItem(ConfigurationItemIF iItem) Add the configuration item to the model.voidConfigurationModel.addItem(ConfigurationItemIF item) ConfigurationItemIF.addNewChild(String iName, ConfigurationTag iType, ConfigurationItemIF after, ConfigurationItemIF before, boolean bCheckOnly) Add a new child with a name and type.voidConfigurationInterface.addOrRemoveCustomer(boolean bCustomerMode) Remove or add the customer items depending on the value of the customer mode parameter.voidConfigurationModel.addOrRemoveCustomer(boolean bCustomerMode) ConfigurationItemIF.addParameter(String iName, String iValue, boolean bCheckOnly) Add a new parameter with name.ConfigurationItemIF.copy(ConfigurationItemIF newParent, boolean bCheckOnly) Copy this configuration item including all transitively owned children, options and parameters.ConfigurationInterface.createConfigurationItem(ConfigurationItemIF iParent, org.jdom2.Element xmlElement, boolean bCustomer, boolean bCheckOnly) Create a configuration item from an XML element in this model.ConfigurationModel.createConfigurationItem(ConfigurationItemIF iParent, org.jdom2.Element xmlElement, boolean bCustomer, boolean bCheckOnly) ConfigurationItemIF.expand()Expand this configuration item and its complete content so that all references are instantiated.ConfigurationItemIF.getBySymbolicName(String value) Get the configuration items which have the given symbolic name.Get the configuration items which have the given tag proposal.ConfigurationItemIF.getChildren()Get the list of children of this item.ConfigurationItemIF.getClassName()Get the name of the class.ConfigurationItemIF.getComment()Get the name comment of a configuration item.ConfigurationItemIF.getConfigurationItems(ConfigurationTag searchTag, ConfigurationItemSearchMode mode) ConfigurationItemIF.getDefOwnedParameterValue(ParameterTemplate t) Get the parameter value of a certain parameter.ConfigurationItemIF.getDefOwnedParameterValueBoolean(ParameterTemplate pt) ConfigurationItemIF.getDisplayName()Get a displayable name of the configuration item.org.jdom2.DocumentConfigurationInterface.getDocument(ConfigurationTag tag) Get content of configuration as a document.org.jdom2.DocumentConfigurationModel.getDocument(ConfigurationTag tag) org.jdom2.ElementConfigurationItemIF.getElement(boolean iCustomer) Get XML element containing the item, its parameters and options and its children.ConfigurationItemIF.getIcon()Get the icon of the configuration item.ConfigurationInterface.getInsert(ConfigurationItemIF inserted, boolean bCreate, boolean bCheckOnly) Get insert for an inserted item.ConfigurationModel.getInsert(ConfigurationItemIF inserted, boolean bCreate, boolean bCheckOnly) Get the configuration items using the given id.ConfigurationInterface.getModification(ConfigurationItemIF original, boolean bCreate, boolean bCheckOnly) Get modified item of an original item.ConfigurationModel.getModification(ConfigurationItemIF original, boolean bCreate, boolean bCheckOnly) ConfigurationItemIF.getName()Get the name attribute of a configuration item.ConfigurationItemIF.getOwnedParameter(String name) Get the owned parameter with the given name.ConfigurationItemIF.getOwnedParameters()Get all owned parameters.ConfigurationItemIF.getOwnedParameters(String name) Get the owned parameter with the given name.ConfigurationItemIF.getParametersTransitive()Get all transitive parameters of this item.ConfigurationItemIF.getParametersTransitive(String name) Get all transitive parameters of this item with given name.ConfigurationItemIF.getPath()Get the qualified path of a configuration item.ConfigurationInterface.getRoot(ConfigurationTag tag) Get the root of the configuration.ConfigurationModel.getRoot(ConfigurationTag tag) ConfigurationItemIF.getValue()Get value of configuration item.booleanConfigurationInterface.hasChanged(ConfigurationTag tag) Has model transformation configuration content changed since last save or load?booleanConfigurationModel.hasChanged(ConfigurationTag tag) voidConfigurationInterface.initialize(org.jdom2.Document configuration, org.jdom2.Document workflow, org.jdom2.Document templates, org.jdom2.Document customer, boolean bExpand) Initialize the model configuration based on given documents.voidConfigurationModel.initialize(org.jdom2.Document configuration, org.jdom2.Document workflow, org.jdom2.Document templates, org.jdom2.Document customer, boolean bExpand) booleanConfigurationItemIF.isCustomer()Is the item defined by customer?booleanConfigurationItemIF.isEnabled()Is the item enabled for transformation?booleanConfigurationItemIF.isValid()Is the item valid?voidConfigurationInterface.removeItem(ConfigurationItemIF iItem) Remove the configuration item from the model.voidConfigurationModel.removeItem(ConfigurationItemIF iItem) voidConfigurationItemIF.setChildren(ConfigurationItems iList, boolean bCheckOnly) Set the list of children.voidConfigurationItemIF.setClassName(String iClassName, boolean bCheckOnly) Set the name of the class.voidConfigurationItemIF.setComment(String iComment, boolean bCheckOnly) set the comment attribute of a configuration item.voidConfigurationItemIF.setCustomer(boolean iCustomer, boolean bCheckOnly, boolean bForce) The item is defined by customer or not.voidConfigurationItemIF.setEnabled(boolean iEnabled, boolean bCheckOnly) Enable or disable the item.voidSet the id of a configuration item.voidvoidConfigurationItemIF.setParent(ConfigurationItemIF iParent, boolean bCheckOnly) Set the parent of this item.voidConfigurationItemIF.setValid(boolean iValid, boolean bCheckOnly) Set the item valid or invalid.voidSet the value of the configuration item.voidConfigurationItemIF.validate()Validate item and check for validity of itself and its parameters. -
Uses of M2MException in de.mid.innovator.m2msdk.model.customer
Methods in de.mid.innovator.m2msdk.model.customer that throw M2MExceptionModifier and TypeMethodDescriptionInsert.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) Modification.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) voidInsert.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModification.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.dispatcher
Methods in de.mid.innovator.m2msdk.model.dispatcher that throw M2MExceptionModifier and TypeMethodDescriptionDispatchDescriptorBase.getKnownNames(MappingElementIF iElement) DispatchDecriptorBasicObject.getObject(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) DispatcherObject.getObject(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) DispatchDecriptorBasicObjects.getObjects(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) DispatcherObjects.getObjects(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) DispatchDecriptorBasicPropertyGetSet.getProperty(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) DispatcherPropertyGetSet.getProperty(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) DispatchDecriptorBasicObject.setObject(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) DispatcherObject.setObject(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) DispatchDecriptorBasicObjects.setObjects(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) DispatcherObjects.setObjects(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) DispatchDecriptorBasicPropertyGetSet.setProperty(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) DispatcherPropertyGetSet.setProperty(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator
Methods in de.mid.innovator.m2msdk.model.innovator that throw M2MExceptionModifier and TypeMethodDescriptionvoidInnovatorMetaElementDescriptor.addTemplate(String identifier, String innovatorElementType, String specification) voidInnovatorMetaElementDescriptor.addTemplateDescriptor(String identifier, String innovatorElementType, String profileName, String specification) voidInnovatorMetaElementDescriptor.addTemplateDescriptor(String identifier, String innovatorElementType, String nameProfileStereotype, String nameStereotype, String nameProfileTemplate, String nameTemplate) MappingElementInnovator.createElement(ModelTransformationStepIF step, CreateDescriptorIF createDescriptor, MappingAnchor additionalTargets) voidMappingElementInnovator.delete()InnovatorStereotypeOrTemplateComplex.evaluate(MappingElementIF sourceElement) InnovatorStereotypeOrTemplateComplex.evaluate(MappingElementIF sourceElement, boolean bOptional) InnovatorStereotypeOrTemplateComplex.evaluateAlternative(MappingElementIF sourceElement) voidRegisterClassInnovator.execute(SessionInterface session) de.mid.innovator.templates.VCreateTemplateInnovatorMetaElementDescriptorCache.getCreateTemplate(SessionInterface iSession, de.mid.innovator.model.common.modelstructure.VSystemModel systemModel, String sMetaElementDescription) MappingModelInnovator.getElement(MappingElementIF element) MetaModelInnovator.getElement(URI uri) CreateDescriptorInnovator.getElementProperty(PropertyDescriptorIF descriptor) CreateDescriptorInnovatorDiagram.getElementProperty(PropertyDescriptorIF descriptor) InnovatorStereotypeOrTemplateComplex.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) Deliver all parameter templates with list of valid values.InnovatorStereotypeOrTemplateComplex.getKnownParameters4Dependency(MappingElementIF me, ConfigurationItemIF item) Deliver all parameter templates with list of valid values.MappingElementInnovator.getMetaModel()MappingElementInnovator.getModel()DispatchDecriptorBasicObjectInnovator.getObject(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) MappingElementInnovator.getObject(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementDispatchDecriptorBasicObjectInnovator.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) MappingElementInnovator.getObjectAOX(String descriptor, PropertyDescriptorList subDescriptors) MappingElementInnovator.getObjectDynamic(de.mid.innovator.model.common.VModelElement el, String descriptor, PropertyDescriptorList subDescriptors) DispatchDecriptorBasicObjectsInnovator.getObjects(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) MappingElementInnovator.getObjects(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListDispatchDecriptorBasicObjectsInnovator.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) MappingElementInnovator.getObjectsAOX(String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListDispatchDecriptorBasicObjectsInnovator.getObjectsCLX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) static de.mid.innovator.model.common.VModelElementListObjectsDynamicHelper.getObjectsDynamicAOX(MappingElementIF mappingElementInnovator, de.mid.innovator.model.common.VModelElement el, PropertyDescriptorList subDescriptors) DispatchDecriptorBasicPropertyGetSetInnovator.getProperty(MappingElementIF mappingElement, String descriptor, PropertyDescriptorList subDescriptors) MappingElementInnovator.getProperty(ExpressionContext expressionContext, String descriptor) MappingElementInnovator.getProperty(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) MappingElementInnovatorDTD.getProperty(ExpressionContext expressionContext, String descriptor) MappingElementInnovator.getPropertyAOXElementProperty(EnumPropertyInnovator innoProp, PropertyDescriptorList subDescriptors) DispatchDecriptorBasicPropertyGetSetInnovator.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.templates.VStereotypeInnovatorMetaElementDescriptorCache.getStereotypeDescriptor(SessionInterface iSession, de.mid.innovator.model.common.modelstructure.VSystemModel systemModel, String sMetaElementDescription) voidInnovatorMetaElementDescriptor.preinit(SessionInterface iSession, de.mid.innovator.model.common.modelstructure.VSystemModel sourceSystemModel, de.mid.innovator.model.common.VModelElement elTargetContainer, boolean bThrowError) voidInnovatorMetaElementDescriptor.preinit(SessionInterface iSession, de.mid.innovator.model.common.VModelElement elTargetContainer) booleanInnovatorMetaElementDescriptor.preinit_inner(SessionInterface iSession, de.mid.innovator.model.common.modelstructure.VSystemModel sourceSystemModel, de.mid.innovator.model.common.VModelElement elTargetContainer) booleanInnovatorMetaElementDescriptor.preinit_inner(SessionInterface iSession, de.mid.innovator.model.common.modelstructure.VSystemModel sourceSystemModel, de.mid.innovator.model.common.VModelElement elTargetContainer, boolean bThrowError) voidInnovatorMetaElementDescriptor.preinit_inner(SessionInterface iSession, de.mid.innovator.model.common.VModel model, boolean bThrowError) MappingElementInnovator.setElementProperty(PropertyDescriptorIF descriptor, PropertyValue value) DispatchDecriptorBasicObjectInnovator.setObject(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) DispatchDecriptorBasicObjectInnovator.setObjectAOX(MappingElementIF mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) DispatchDecriptorBasicObjectsInnovator.setObjects(MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) DispatchDecriptorBasicObjectsInnovator.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) DispatchDecriptorBasicPropertyGetSetInnovator.setProperty(MappingElementIF mappingElement, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) DispatchDecriptorBasicPropertyGetSetInnovator.setPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) voidMetaModelInnovator.setSession(SessionInterface iSession) Constructors in de.mid.innovator.m2msdk.model.innovator that throw M2MExceptionModifierConstructorDescriptionInnovatorMetaElementDescriptor(SessionInterface iSession, String value) MappingModelInnovator(SessionInterface iSession) MappingModelInnovator(SessionInterface iSession, de.mid.innovator.model.common.VModelElement el) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.configuration.importer.helper
Methods in de.mid.innovator.m2msdk.model.innovator.configuration.importer.helper that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.dynamicObject
Methods in de.mid.innovator.m2msdk.model.innovator.dynamicObject that throw M2MExceptionModifier and TypeMethodDescriptionObject_DTD.getKnownNames(MappingElementIF iElement) Object_Dynamic.getKnownNames(MappingElementIF iElement) de.mid.innovator.model.common.VModelElementObject_Association.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Commented.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_DataModel.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_DerivedSDT.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_DTD.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Dynamic.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Feature.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_ForeignKey.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_ForeignKeyAble.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_General.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_GeneralizationSet.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_KeyFromForeignKey.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Logic.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_OriginProperty.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_PartnerRole.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Relationship.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Role.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Section.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Source.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Specific.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Stereotype.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Target.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_Type.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementObject_ViewGroupClassifier.getObjectAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) Object_ForeignKey.setObjectAOX(MappingElementIF mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Object_Role.setObjectAOX(MappingElementIF mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Object_Target.setObjectAOX(MappingElementIF mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Object_Type.setObjectAOX(MappingElementIF mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Object_ViewGroupClassifier.setObjectAOX(MappingElementIF mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.dynamicObjects
Methods in de.mid.innovator.m2msdk.model.innovator.dynamicObjects that throw M2MExceptionModifier and TypeMethodDescriptionde.mid.innovator.model.common.VModelElementListObjects_Association.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_AutoMappedModel.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Classifier.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_ClientDependeny.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Commented.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Constrained.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Content.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Context.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Diagram.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Dynamic.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_ForeignKey.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_GeneralDirect.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Generalization.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_GeneralizationSet.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_GeneralTransitive.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_IndexedFeature.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_InState.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_KeyFeature.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_MemberEnd.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_MergedInstance.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Owned.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_OwnedTransitive.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_OwnerTransitive.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_PrimaryKeySequence.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_RaisedException.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Redefined.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Redefining.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Referenced.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Relationship.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Slot.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_Specialization.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_SupplierDependency.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_SystemModels.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_TextValues.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_TypedElement.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_TypeSystem.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_UniqueKeyPropertyOrigin.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_UsedFeature.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_ViewFrom.getObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_OwnerTransitive.getObjectsCLX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) de.mid.innovator.model.common.VModelElementListObjects_SystemModels.getObjectsCLX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) Objects_AutoMappedModel.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_Classifier.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_Commented.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement el, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_Constrained.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement el, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_ForeignKey.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_InState.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_MergedInstance.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_Redefined.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement el, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_Referenced.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement el, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_UniqueKeyPropertyOrigin.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) Objects_UsedFeature.setObjectsAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.dynamicProperty
Methods in de.mid.innovator.m2msdk.model.innovator.dynamicProperty that throw M2MExceptionModifier and TypeMethodDescriptionPropertyInnovator_AOX_Info.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_CompartmentProperty.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_EntityKind.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_IsStereotype.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String sdescriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_KeyKind.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_PositionNode.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_PositionsEdge.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_RTGetSet.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_X.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_Y.getPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement element, String descriptor, PropertyDescriptorList subDescriptors) PropertyInnovator_HistoryInfo.setProperty(MappingElementIF mappingElement, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) PropertyInnovator_AOX_Info.setPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) PropertyInnovator_CompartmentProperty.setPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) PropertyInnovator_PositionsEdge.setPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) PropertyInnovator_RTGetSet.setPropertyValueAOX(MappingElementInnovator mappingElementInnovator, de.mid.innovator.model.common.VModelElement ie, PropertyDescriptorList subDescriptors, PropertyValue value) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.function
Methods in de.mid.innovator.m2msdk.model.innovator.function that throw M2MExceptionModifier and TypeMethodDescriptionvoidMapCompartmentVisibility.evaluate(FVPMode mode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors changed) voidMapEdgePositions.evaluate(FVPMode mode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors changed) voidMapCompartmentVisibility.execute(FVPMode mode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) voidMapEdgePositions.execute(FVPMode mode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) voidMapTextPosition.execute(FVPMode mode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) MapCompartmentVisibility.getNew(MappingElementIF source) MapEdgePositions.getNew(MappingElementIF source) MapTextPosition.getNew(MappingElementIF source) MapCompartmentVisibility.getOld(MappingElementIF target) MapEdgePositions.getOld(MappingElementIF target) MapTextPosition.getOld(MappingElementIF target) MapCompartmentVisibility.getTargetValue(Conflict conflict) MapEdgePositions.getTargetValue(Conflict conflict) MapTextPosition.getTargetValue(Conflict conflict) voidMapCompartmentVisibility.setConfigurationContext(SessionInterface session, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.glue
Methods in de.mid.innovator.m2msdk.model.innovator.glue that throw M2MExceptionModifier and TypeMethodDescriptionbooleanDeleteMappingModelGlueInnovatorDependency.buildModelGlue(SimulateMode iMode, MappingElementIF masterElement, MappingElementIF slaveElement) booleanMappingModelGlueInnovatorDependency.buildModelGlue(SimulateMode iMode, MappingElementIF masterElement, MappingElementIF slaveElement) booleanMappingModelGlueInnovatorProxyAbstractBase.buildModelGlue(SimulateMode iMode, MappingElementIF masterElement, MappingElementIF slaveElement) DeleteMappingModelGlueInnovatorDependency.getGlueFromSource(MappingElementIF sourceElement, TransformationStepSubStepData preStepData) MappingModelGlueInnovatorDependency.getGlueFromSource(MappingElementIF sourceElement, TransformationStepSubStepData preStepData) MappingModelGlueInnovatorProxyExternModel.getGlueFromSource(MappingElementIF masterElement, TransformationStepSubStepData preStepData) MappingModelGlueInnovatorProxyInnovator.getGlueFromSource(MappingElementIF masterElement, TransformationStepSubStepData preStepData) DeleteMappingModelGlueInnovatorDependency.getGlueFromSources(MappingElementList sourceElements) MappingModelGlueInnovatorDependency.getGlueFromSources(MappingElementList sourceElements) MappingModelGlueInnovatorProxyInnovator.getGlueFromSources(MappingElementList sourceElements) DeleteMappingModelGlueInnovatorDependency.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) MappingModelGlueInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) MappingModelGlueInnovatorDependency.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) MappingModelGlueInnovatorProxyAbstractBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) MappingProxyEnvironment.getMapping(SessionInterface session, String identifier, EnumMappingDirectionMode mappingDirection) booleanMappingModelGlueInnovatorProxyInnovator.getRemoteElementProxyState(MappingElementIF slaveElement) DeleteMappingModelGlueInnovatorDependency.getSourcesFromTarget(MappingElementIF te) MappingModelGlueInnovatorDependency.getSourcesFromTarget(MappingElementIF te) MappingModelGlueInnovator.getTargetModelAreaElement(MappingElementIF masterElement) abstract voidvoidvoidvoidMappingProxyEnvironment.init(SessionInterface session, PMSet pmSet) voidDeleteMappingModelGlueInnovatorDependency.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidMappingModelGlueInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidMappingModelGlueInnovatorDependency.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidMappingModelGlueInnovatorProxyAbstractBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.pattern.embedding
Methods in de.mid.innovator.m2msdk.model.innovator.pattern.embedding that throw M2MExceptionModifier and TypeMethodDescriptionvoidPatternEmbeddingInnovatorDiagram.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor resultAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternEmbeddingInnovatorSortOrder.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor resultAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.pattern.embedding.anchors
Methods in de.mid.innovator.m2msdk.model.innovator.pattern.embedding.anchors that throw M2MExceptionModifier and TypeMethodDescriptionModelAnchorInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ModelAnchorInnovatorAbsolutePath.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ModelAnchorInnovatorCustomNavigation.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ModelAnchorInnovatorSourceTarget.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ModelAnchorInnovatorUri.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ModelAnchorInnovatorAbsolutePath.getTargets(MappingElementIF sourceElement, TransformationStepSubStepData subStepData) ModelAnchorInnovatorAssociation.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) ModelAnchorInnovatorAssociationEnd.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) ModelAnchorInnovatorCustomNavigation.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) ModelAnchorInnovatorSourceTarget.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) ModelAnchorInnovatorUri.getTargets(MappingElementIF sourceElement, TransformationStepSubStepData subStepData) voidModelAnchorInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModelAnchorInnovatorAbsolutePath.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModelAnchorInnovatorCustomNavigation.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModelAnchorInnovatorSourceTarget.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModelAnchorInnovatorUri.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.pattern.production
Methods in de.mid.innovator.m2msdk.model.innovator.pattern.production that throw M2MExceptionModifier and TypeMethodDescriptionPatternProductionAbs2RelPositionInnovator.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionAssignmentInnovator.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionBaseInnovator.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionDiagramInnovator.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionDiagramRotationInnovator.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionPathSequence.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionSortOrderInnovator.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionStretchDiaNodePositionsInnovator.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionAbs2RelPositionInnovator.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) PatternProductionAssignmentInnovator.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) PatternProductionBaseInnovator.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) PatternProductionDiagramInnovator.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) PatternProductionDiagramRotationInnovator.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) PatternProductionPathSequence.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) PatternProductionSortOrderInnovator.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) PatternProductionStretchDiaNodePositionsInnovator.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) voidPatternProductionBaseInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternProductionDiagramInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternProductionPathSequence.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternProductionSortOrderInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternProductionSortOrderInnovator.execute(FVPMode mode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) PatternProductionBaseInnovator.getCreateDescriptor(MappingElementIF sourceElement, MappingAnchor targetModelAnchor) PatternProductionPathSequence.getCreateDescriptor(MappingElementIF sourceElement, MappingAnchor targetModelAnchor) PatternProductionBaseInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternProductionDiagramInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternProductionSortOrderInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternProductionStretchDiaNodePositionsInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternProductionSortOrderInnovator.getNew(MappingElementIF source) PatternProductionSortOrderInnovator.getOld(MappingElementIF target) PatternProductionSortOrderInnovator.getTargetValue(Conflict conflict) booleanPatternProductionAbs2RelPositionInnovator.hasConstraints()booleanPatternProductionAssignmentInnovator.hasConstraints()booleanPatternProductionBaseInnovator.hasConstraints()booleanPatternProductionDiagramRotationInnovator.hasConstraints()booleanPatternProductionSortOrderInnovator.hasConstraints()booleanPatternProductionStretchDiaNodePositionsInnovator.hasConstraints()voidPatternProductionAbs2RelPositionInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternProductionAssignmentInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternProductionBaseInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternProductionDiagramInnovator.setConfigurationContext(SessionInterface session, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternProductionDiagramRotationInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternProductionPathSequence.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternProductionSortOrderInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternProductionStretchDiaNodePositionsInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.pattern.targetMatch
Methods in de.mid.innovator.m2msdk.model.innovator.pattern.targetMatch that throw M2MExceptionModifier and TypeMethodDescriptionabstract voidPatternExtendingInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF iSourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) abstract voidPatternHookInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) Overwrite this method to realize Innovator specific behavior.voidPatternTargetHookElementByCreateRedirect.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetHookElementByElementURI.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetHookElementByMappingConfigurationPackage.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetHookPackageByPath.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetMatchAssociationEndInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetMatchAssociationInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetMatchBaseInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF iSourceElement, MappingAnchor anchor, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetMatchCommentAssignInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetMatchInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF iSourceElement, MappingAnchor anchor, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetMatchInnovatorLost.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF iSourceElement, MappingAnchor anchor, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetMatchPathSequence.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternTargetMatchSourceTargetInnovator.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternExtendingInnovator.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor iAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternHookInnovator.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor iAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternTargetMatchBaseInnovator.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor iAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) PatternHookInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetHookElementByCreateRedirect.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetHookElementByElementURI.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetHookElementByMappingConfigurationPackage.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetHookPackageByPath.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetMatchAssociationEndInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetMatchAssociationInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetMatchBaseInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetMatchDiagramInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetMatchInnovator.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetMatchInnovatorLost.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetMatchPathSequence.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) voidPatternTargetHookPackageByPath.preinit(SessionInterface iSession, MappingModelRole modelRole) voidPatternHookInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetHookElementByCreateRedirect.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetHookElementByElementURI.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetHookElementByMappingConfigurationPackage.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetHookPackageByPath.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetMatchAssociationEndInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetMatchAssociationInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetMatchBaseInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetMatchDiagramInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetMatchInnovator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetMatchInnovatorLost.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternTargetMatchPathSequence.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.innovator.property
Methods in de.mid.innovator.m2msdk.model.innovator.property that throw M2MExceptionModifier and TypeMethodDescriptionPropertyInnovatorProperty.filter(MappingElementList filterElements, PropertyValue iValue, ExpressionContext inputList) PropertyInnovatorStereotype.filter(MappingElementList filterElements, PropertyValue iValue, ExpressionContext inputList) PropertyInnovatorElementProxyState.getKnownNames(MappingElementIF iElement) PropertyInnovatorEnumLiteralProperty.getKnownNames(MappingElementIF iElement) PropertyInnovatorLabel.getKnownNames(MappingElementIF iElement) PropertyInnovatorObject.getKnownNames(MappingElementIF iElement) PropertyInnovatorObjects.getKnownNames(MappingElementIF iElement) PropertyInnovatorPath.getKnownNames(MappingElementIF iElement) PropertyInnovatorProperty.getKnownNames(MappingElementIF iElement) PropertyInnovatorStereotype.getKnownNames(MappingElementIF iElement) PropertyInnovatorStringElementReplace.getKnownNames(MappingElementIF iElement) PropertyInnovatorElementProxyState.getRemoteElementProxyState(MappingElementIF element, ExpressionContext ec) PropertyInnovatorElementProxyState.getValue(MappingElementIF element, ExpressionContext ec) PropertyInnovatorEnumLiteralProperty.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyInnovatorFlowText.getValue(MappingElementIF element, ExpressionContext ec) PropertyInnovatorIsStereotypePropertyDefault.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyInnovatorLabel.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyInnovatorPath.getValue(MappingElementIF element, ExpressionContext ec) PropertyInnovatorPathDepth.getValue(MappingElementIF element, ExpressionContext ec) PropertyInnovatorStereotype.getValue(MappingElementIF element, ExpressionContext ec) PropertyInnovatorStereotypeProperty.getValue(MappingElementIF element, ExpressionContext ec) PropertyInnovatorStringElementReplace.getValue(MappingElementIF element, ExpressionContext ec) PropertyInnovatorText.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyJavaFunction.getValue(MappingElementIF element, ExpressionContext ec) PropertyInnovatorEnumLiteralProperty.setValue(MappingElementIF element, PropertyValue value) PropertyInnovatorFlowText.setValue(MappingElementIF el, PropertyValue value) PropertyInnovatorLabel.setValue(MappingElementIF element, PropertyValue value) PropertyInnovatorObject.setValue(MappingElementIF el, PropertyValue value) PropertyInnovatorObjects.setValue(MappingElementIF el, PropertyValue value) PropertyInnovatorProperty.setValue(MappingElementIF el, PropertyValue value) PropertyInnovatorStereotype.setValue(MappingElementIF element, PropertyValue value) PropertyInnovatorStereotypeProperty.setValue(MappingElementIF element, PropertyValue value) PropertyInnovatorText.setValue(MappingElementIF element, PropertyValue value) PropertyJavaFunction.setValue(MappingElementIF element, PropertyValue value) -
Uses of M2MException in de.mid.innovator.m2msdk.model.javabeans
Methods in de.mid.innovator.m2msdk.model.javabeans that throw M2MExceptionModifier and TypeMethodDescriptionMappingElementJavaBeans.createElement(ModelTransformationStepIF step, CreateDescriptorIF createDescriptor, MappingAnchor anchor) voidRegisterClassJavaBeans.execute(SessionInterface session) MappingModelJavaBeans.findInWholeModel(SessionInterface iSession, MappingElementJavaBeans el, Map.Entry<String, String> keyValue) MetaModelJavaBeans.getElement(URI uri) MappingElementJavaBeans.getMetaModel()MappingElementJavaBeans.getModel()MappingElementJavaBeans.getObject(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) MappingElementJavaBeans.getProperty(ExpressionContext expressionContext, String descriptor) JavaBeanReaderJaxB.getRootElement()abstract MappingElementIFReaderClass.getRootElement()The method getRootElement does everything necessary to create a MappingElement and returns it.voidMetaModelJavaBeans.setSession(SessionInterface iSession) Constructors in de.mid.innovator.m2msdk.model.javabeans that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.model.javabeans.property
Methods in de.mid.innovator.m2msdk.model.javabeans.property that throw M2MExceptionModifier and TypeMethodDescriptionPropertyJavaBeansObject.getKnownNames(MappingElementIF iElement) PropertyJavaBeansProperty.getKnownNames(MappingElementIF iElement) PropertyJavaBeansObject.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyJavaBeansProperty.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyJavaBeansPropertyMeta.getValue(MappingElementIF element, ExpressionContext expressionContext) -
Uses of M2MException in de.mid.innovator.m2msdk.model.log
Methods in de.mid.innovator.m2msdk.model.log that throw M2MExceptionModifier and TypeMethodDescriptionMappingElementRepresentant.createElement(ModelTransformationStepIF step, CreateDescriptorIF createDescriptor, MappingAnchor anchor) voidMappingElementRepresentant.delete()org.jdom2.DocumentLogModel.getChangeAsXML()org.jdom2.DocumentLogModelInterface.getChangeAsXML()Get all archived change messages as a XML file content.org.jdom2.DocumentLogModelStub.getChangeAsXML()MappingElementRepresentant.getElementProperty(ExpressionContext expressionContext, PropertyDescriptorIF descriptor) org.jdom2.DocumentLogModel.getErrorAsXML()org.jdom2.DocumentLogModelInterface.getErrorAsXML()Get all archived warnings, errors and fatal error messages as a XML file content.org.jdom2.DocumentLogModelStub.getErrorAsXML()LogModel.getLastLogEvent(LogLevel level) LogModelInterface.getLastLogEvent(LogLevel level) Get all archived log events of a specific level since last call of this method.LogModelSkeleton.getLastLogEvent(LogLevel level) LogModelStub.getLastLogEvent(LogLevel level) LogModel.getLogEvent(LogLevel level) LogModelInterface.getLogEvent(LogLevel level) Get all archived log events of a specific level.LogModelStub.getLogEvent(LogLevel level) MappingElementRepresentant.getMetaModel()MappingElementRepresentant.getModel()MappingElementRepresentant.getObject(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) MappingElementRepresentant.getObjects(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) MappingElementRepresentant.getProperty(ExpressionContext expressionContext, String descriptor) MappingElementRepresentant.getProperty(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) booleanLogModel.hasAborted()booleanLogModelInterface.hasAborted()Has there been an abort exception thrown?booleanLogModelStub.hasAborted()MappingElementRepresentant.setElementProperty(PropertyDescriptorIF descriptor, PropertyValue value) -
Uses of M2MException in de.mid.innovator.m2msdk.model.option
Methods in de.mid.innovator.m2msdk.model.option that throw M2MExceptionModifier and TypeMethodDescriptionvoidvoidAdd valid values for an existing option.voidvoidbooleanOptionModel.existsOption(String iKey) booleanOptionModelInterface.existsOption(String iKey) Checks if option with key exists in this option model or in any imported option model.booleanOptionModelStub.existsOption(String key) booleanOptionModel.getBooleanOption(String iKey) booleanOptionModelInterface.getBooleanOption(String iKey) Get the value of a boolean option.booleanOptionModelStub.getBooleanOption(String key) org.jdom2.DocumentOptionModel.getDocument()org.jdom2.DocumentOptionModelInterface.getDocument()Get content of option model as a document.org.jdom2.DocumentOptionModelStub.getDocument()Get key for existing option from this option model or top option model.Get name for existing option in this option model or in any imported option model.OptionModel.getNames()OptionModelInterface.getNames()Get names for all existing (non-internal) options of this model and imported models.OptionModelStub.getNames()Get the value of an option from this option model or from any imported option model.OptionModel.getStringOption(String iKey) OptionModelInterface.getStringOption(String iKey) Get the value of a string option from this option model or from any imported option model.OptionModelStub.getStringOption(String key) booleanOptionModel.hasChanged()booleanOptionModelInterface.hasChanged()Has option model content changed since last save or load?booleanOptionModelSkeleton.hasChanged()booleanOptionModelStub.hasChanged()OptionModel.importOption(org.jdom2.Document doc) OptionModelInterface.importOption(org.jdom2.Document doc) Import the option model given as document into this option model and return the imported option model.OptionModelSkeleton.importOption(org.jdom2.Document doc) OptionModelStub.importOption(org.jdom2.Document doc) voidOptionModel.initialize(org.jdom2.Document iXMLText) voidOptionModelInterface.initialize(org.jdom2.Document iXMLText) Initialize option model from the XML text.voidOptionModelStub.initialize(org.jdom2.Document text) voidOptionModel.removeOption(String iKey) voidOptionModelInterface.removeOption(String iKey) Remove the option with this key from the option model.voidOptionModelSkeleton.removeOption(String iKey) voidOptionModelStub.removeOption(String iKey) voidOptionModel.setDescription(String iKey, String sDescription) voidOptionModelInterface.setDescription(String iKey, String sDescription) Set the description of the option with the given key.voidOptionModelSkeleton.setDescription(String iKey, String sDescription) voidOptionModelStub.setDescription(String iKey, String sDescription) voidOptionModel.setInternal(String iKey, boolean bInternal) voidOptionModelInterface.setInternal(String iKey, boolean bInternal) Set the option with the given key to be internalvoidOptionModelSkeleton.setInternal(String iKey, boolean bInternal) voidOptionModelStub.setInternal(String iKey, boolean bInternal) voidvoidCreate a new option or modify the properties of an option.void -
Uses of M2MException in de.mid.innovator.m2msdk.model.parameter
Methods in de.mid.innovator.m2msdk.model.parameter that throw M2MExceptionModifier and TypeMethodDescriptionKnownParameterAbleIF.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ParameterReflectionStore.getKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) ParameterReflectionStore.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ParameterTemplate.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ParameterReflectionStore.getParameterValue(String parameterName, SessionInterface session, MappingElementIF source) ParameterLiveAccessorEnum.getValidatedEnumValue(Class<T> cls, SessionInterface iSession, MappingElementIF mappingElement) ParameterLiveAccessor.getValidatedValue(SessionInterface iSession, MappingElementIF sourceElement) ParameterLiveAccessor.getValidatedValueAsStringList(SessionInterface iSession, MappingElementIF sourceElement) ParameterLiveAccessor.getValidatedValueExcludeQuote(SessionInterface iSession, MappingElementIF sourceElement) voidParameterImpl.setConfigurationContext(SessionInterface session, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF item) voidParameterReflectionStore.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidParameterTemplate.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidQualifiedAnchorParameter.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidParameterTemplateItemIF.setItem(SessionInterface iSession, ConfigurationItemIF iItem, ParameterComplex<? extends ParameterTemplate> tagRestrictor) voidParameterTemplateStepReference.setItem(SessionInterface iSession, ConfigurationItemIF iItem, ParameterComplex<? extends ParameterTemplate> tagRestrictor) -
Uses of M2MException in de.mid.innovator.m2msdk.model.progress
Methods in de.mid.innovator.m2msdk.model.progress that throw M2MExceptionModifier and TypeMethodDescriptionProgressModelInterface.getCurrentConfigurationItem()Get the configuration item in model transformation configuration from which the configurable item is currently executed in the current model transformation.ProgressModelStub.getCurrentConfigurationItem()ProgressModelInterface.getCurrentElement()gets the current processed model element.ProgressModelStub.getCurrentElement()org.jdom2.DocumentProgressModel.getDocument()org.jdom2.DocumentProgressModelInterface.getDocument()Get content of progress model as a document.org.jdom2.DocumentProgressModelStub.getDocument()booleanProgressModelInterface.isClientWaiting()The progress model is waiting for new information from engine.booleanProgressModelStub.isClientWaiting()voidProgressModelInterface.setClientWaiting(boolean bWaiting) Tell the progress model, whether the progress client is waiting on new information from server engine.voidProgressModelStub.setClientWaiting(boolean waiting) voidProgressModel.setCurrentConfigurationItem(ConfigurationItemIF iItem) voidProgressModelInterface.setCurrentConfigurationItem(ConfigurationItemIF iItem) Set the configuration item in model transformation configuration from which the configurable item is currently executed in the current model transformation.voidProgressModelStub.setCurrentConfigurationItem(ConfigurationItemIF iItem) voidProgressModel.setCurrentElement(ProgressInfo iInfo) voidProgressModelInterface.setCurrentElement(ProgressInfo iInfo) Set the current element.voidProgressModelSkeleton.setCurrentElement(ProgressInfo iInfo) voidProgressModelStub.setCurrentElement(ProgressInfo iInfo) -
Uses of M2MException in de.mid.innovator.m2msdk.model.text
Methods in de.mid.innovator.m2msdk.model.text that throw M2MExceptionModifier and TypeMethodDescriptionvoidMappingElementText.delete()voidRegisterClassText.execute(SessionInterface session) MetaModelText.getElement(URI uri) CreateDescriptorText.getElementProperty(PropertyDescriptorIF descriptor) MappingElementText.getMetaModel()MappingElementText.getModel()voidMetaModelText.setSession(SessionInterface iSession) Constructors in de.mid.innovator.m2msdk.model.text that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.model.text.pattern.production
Methods in de.mid.innovator.m2msdk.model.text.pattern.production that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.model.text.property
Constructors in de.mid.innovator.m2msdk.model.text.property that throw M2MExceptionModifierConstructorDescriptionPropertyDescriptorLoaderText(SessionInterface iSession, MetaModel iMM) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation
Methods in de.mid.innovator.m2msdk.model.transformation that throw M2MExceptionModifier and TypeMethodDescriptionModelTransformationStepBase.calcAllTargetMatchCandidates(MappingElementIF se, TargetDetectionData target, TransformationStepSubStepData inputSubStepData) Get existing possible target elements for checking source and target according to the tasks in this step.booleanConfigurableItem.checkConstraints(MappingElementIF source, MappingElementList targets, MappingElementList passedElements, MappingElementList bypassedElements) booleanConfigurableItem.checkConstraints(MappingElementIF element, ExpressionContext context) booleanModelTransformationStepBase.checkConstraints(MappingElementIF element, ExpressionContext context) booleanStepGroup.checkConstraints(MappingElementIF element, ExpressionContext context) MappingElementBaseImpl.createElement(ModelTransformationStepIF step, CreateDescriptorIF createDescriptor, MappingAnchor anchor) MappingElementDummy.createElement(ModelTransformationStepIF step, CreateDescriptorIF createDescriptor, MappingAnchor anchor) voidMappingElementBaseImpl.delete()voidMappingElementDummy.delete()ModelTransformationStepBase.detectPatternAnchor(MappingElementIF se, TransformationStepSubStepData inputSubStepData) Uses the embedding pattern to detect the target elements anchor elements for creation of target.voidTargetDetector.detectTargetDataByModel(ModelTransformationStepBase step, TransformationStepSubStepData preStepData, TargetDetectionData targetDetectionData) Detects Target elements for elements stored in targetDetectionDatavoidModelTransformationStepListPreStep.executePerElementPreSteps(MappingElementIF se) booleanModelTransformationStepListSubStep.executeValidatingSubStep(MappingElementIF se, TargetDetectionData target, TransformationStepSubStepData inputSubStepData) voidModelTransformationStepBase.extendModel(WorkModelInterface workModel) ConfigurableItem.getConfigurableItems(ConfigurationTag searchTag, ConfigurationItemSearchMode mode) TransformationStepIterator.getCurrentIteratorValueForStep()abstract MappingElementIFMappingModel.getElement(MappingElementIF element) Get the unique mapping element in this model.MetaModel.getElement(URI uri) Get mapping element by URI from meta modelMappingElementBaseImpl.getElementProperty(ExpressionContext ec, PropertyDescriptorIF descriptor) MappingElementDummy.getElementProperty(ExpressionContext expressionContext, PropertyDescriptorIF descriptor) ModelGlueReaderManager.getGlueElements(MappingElementIF se, TransformationStepSubStepData preStepData) ConfigurableItem.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ModelTransformation.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ModelTransformationStepBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) Reference.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) TransformationStepIterator.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) MappingElementDummy.getMetaModel()MappingElementVirtualIndexed.getMetaModel()MetaModelPool.getMetaModel(String iMetaModelName) MappingElementBaseImpl.getModel()MappingElementDummy.getModel()MetaModel.getModel(MappingElementIF element) Get the mapping model for a mapping element.MappingElementBaseImpl.getObject(ExpressionContext expressionContext, String descriptor) MappingElementBaseImpl.getObject(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) MappingElementDummy.getObject(ExpressionContext expressionContext, String sDescriptor, PropertyDescriptorList subDescriptors) MappingElementBaseImpl.getObjects(ExpressionContext expressionContext, String descriptor) MappingElementBaseImpl.getObjects(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) MappingElementDummy.getObjects(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) ConfigurableItem.getParentItem()<T extends ConfigurableItemIF>
TConfigurableItem.getParentItem(Class<T> parentClassType) ModelTransformationStepBase.getPatternSourceModelCandidateElements()Retrieves from the source model the elements suitable for the current pattern.MappingElementBaseImpl.getProperty(ExpressionContext expressionContext, String descriptor) MappingElementBaseImpl.getProperty(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) MappingElementDummy.getProperty(ExpressionContext expressionContext, String sDescriptor) static ModelTransformationStepListModelTransformationStepBase.getRelevantTransformationStep(ConfigurableItemIF runtimeItem, MappingElementIF sourceElement, String sStepIdentifier, String tagProposal) TransformationStepIterator.getStepIterator()ModelTransformationStepBase.getTargetMatchCandidates(MappingElementIF se, TransformationStepSubStepData preStepData) Try to find the target via glue or via properties from source elements .TargetDetector.getTargets(ModelTransformationStepBase step, MappingElementList listSource, TransformationStepSubStepData preStepData, boolean prefetchExistingTargetCandidates) Try to find the target via glue or via properties from source elements .ModelTransformationAnchorTargetMatchUnit.getTargetsFromTargetMatches(MappingElementIF se, TransformationStepSubStepData preStepData) voidTransformationEnvironment.logCreateMessage(MappingElementIF sourceElement, MappingElementList created) voidTransformationEnvironment.logModifiedMessage(FunctionalVariationPointChangeVectors modified) voidTransformationEnvironment.logWeaveMessage(MappingElementIF sourceElement, MappingElementIF weaveElement) voidTransformationEnvironment.logWouldCreateMessage(MappingElementIF sourceElement, MappingAnchor anchors, MappingElementIF targetDummy) voidTransformationEnvironment.logWouldModifyMessage(FunctionalVariationPointChangeVectors modified) voidTransformationEnvironment.logWouldWeaveMessage(MappingElementIF sourceElement, MappingElementIF candidate) voidModelTransformationStepBase.preinit(SessionInterface iSession) voidConfigurableItem.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidModelTransformation.setConfigurationContext(SessionInterface iSession, MetaModel iSourceMM, MetaModel iTargetMM, ConfigurationItemIF context) voidModelTransformationStepBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidReference.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidStepGroup.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidTransformationStepIterator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidTransformationStepIterator.setCurrentInteratorForStep(ModelTransformationStepIF refStep) MappingElementBaseImpl.setElementProperty(PropertyDescriptorIF descriptor, PropertyValue value) MappingElementDummy.setElementProperty(PropertyDescriptorIF descriptor, PropertyValue value) voidMetaModel.setSession(SessionInterface iSession) voidModelTransformationStepBase.transform()voidModelTransformationStepBase.transformDispatch(MappingElementIF se, TargetDetectionData target, TransformationStepSubStepData inputSubStepData) voidModelTransformationStepBase.transformElementList(MappingElementList candidates, TransformationStepSubStepData preStepData) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.conflict
Methods in de.mid.innovator.m2msdk.model.transformation.conflict that throw M2MExceptionModifier and TypeMethodDescriptionConflictType.detect(MappingElementIF source, MappingElementIF target) Check if this type of conflict occurred between the source and target elements.ConflictType.detect(MappingElementList source, MappingElementList target) Check if this type of conflict occurred between the source and target elements.voidSolutionIF.execute(FVPMode iFVPMode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) Execute a solution for a list of sources and targets in the given mode.ConflictModel.getNumUnresolved(FunctionalVariationPointChangeVectors changed) ConflictModelInterface.getNumUnresolved(FunctionalVariationPointChangeVectors changed) Get number of conflicts of the same conflict type as the next unresolved conflict.SolutionIF.getTargetValue(Conflict conflict) Value of the result of the solution.ConflictModel.getUnresolved(FVPMode iFVPMode, FunctionalVariationPointChangeVectors changed) ConflictModelInterface.getUnresolved(FVPMode iFVPMode, FunctionalVariationPointChangeVectors changed) Get first unresolved conflict.booleanConflict.resolve(FVPMode iFVPMode, FunctionalVariationPointChangeVectors changed) Resolve this conflict with specific source and target elements.voidConflictType.resolve(FVPMode iFVPMode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) Resolve this type of conflict for the addressed mapping elements.booleanConflict.resolveForce(FVPMode iFVPMode, FunctionalVariationPointChangeVectors changed) Resolve this conflict with specific source and target elements and use default solution.booleanConflictType.resolveForce(FVPMode iFVPMode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) Resolve this type of conflict for the addressed mapping elements.voidConflictType.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.function
Methods in de.mid.innovator.m2msdk.model.transformation.function that throw M2MExceptionModifier and TypeMethodDescriptionbooleanConstraintCondition.checkConstraints(MappingElementIF source, MappingElementList targets, MappingElementList passedElements, MappingElementList bypassedElements) booleanConstraintCondition.checkConstraints(MappingElementIF element, ExpressionContext context) voidAddToStore.evaluate(FVPMode mode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors changed) booleanAndFunction.evaluate(MappingElementIF source, MappingElementIF target) booleanAndFunction.evaluate(MappingElementList source, MappingElementList target) booleanCondition.evaluate(MappingElementIF source, MappingElementIF target) booleanCondition.evaluate(MappingElementList sources, MappingElementList targets) booleanConditionIF.evaluate(MappingElementIF source, MappingElementIF target) Evaluate the condition for the given source, target and glue.booleanConditionIF.evaluate(MappingElementList source, MappingElementList target) Evaluate the condition for the given sources and targets.booleanConstraint.evaluate(MappingElementIF element, ExpressionContext context) voidError.evaluate(FVPMode mode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors changed) booleanNotAndFunction.evaluate(MappingElementIF source, MappingElementIF target) booleanNotAndFunction.evaluate(MappingElementList source, MappingElementList target) booleanNotOrFunction.evaluate(MappingElementIF source, MappingElementIF target) booleanNotOrFunction.evaluate(MappingElementList source, MappingElementList target) booleanOrFunction.evaluate(MappingElementIF source, MappingElementIF target) booleanOrFunction.evaluate(MappingElementList source, MappingElementList target) voidRemoveFromStore.evaluate(FVPMode mode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors changed) voidSimpleTransform.evaluate(FVPMode iMode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors changed) booleanXOrFunction.evaluate(MappingElementIF source, MappingElementIF target) booleanXOrFunction.evaluate(MappingElementList source, MappingElementList target) AndFunction.evaluateScore(MappingElementIF source, MappingElementIF target) Condition.evaluateScore(MappingElementIF source, MappingElementIF target) ConditionIF.evaluateScore(MappingElementIF source, MappingElementIF target) Evaluate the condition for the given source, target and glue.NotAndFunction.evaluateScore(MappingElementIF source, MappingElementIF target) NotOrFunction.evaluateScore(MappingElementIF source, MappingElementIF target) OrFunction.evaluateScore(MappingElementIF source, MappingElementIF target) XOrFunction.evaluateScore(MappingElementIF source, MappingElementIF target) AndFunction.evaluateScoreWithConditionCheck(MappingElementIF source, MappingElementIF target) Condition.evaluateScoreWithConditionCheck(MappingElementIF source, MappingElementIF target) ConditionIF.evaluateScoreWithConditionCheck(MappingElementIF source, MappingElementIF target) NotAndFunction.evaluateScoreWithConditionCheck(MappingElementIF source, MappingElementIF target) NotOrFunction.evaluateScoreWithConditionCheck(MappingElementIF source, MappingElementIF target) OrFunction.evaluateScoreWithConditionCheck(MappingElementIF source, MappingElementIF target) XOrFunction.evaluateScoreWithConditionCheck(MappingElementIF source, MappingElementIF target) voidAddToStore.execute(FVPMode mode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) voidError.execute(FVPMode mode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) voidNullTransform.execute(FVPMode mode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) voidRemoveFromStore.execute(FVPMode mode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) voidSimpleTransform.execute(FVPMode iFVPMode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) AndFunction.filter(MappingElementIF referenceElement, MappingElementList filterElements, ExpressionContext context) Condition.filter(MappingElementIF referenceElement, MappingElementList filterElements, ExpressionContext context) ConditionIF.filter(MappingElementIF referenceElement, MappingElementList filterElements, ExpressionContext context) Filter a list of mapping elements with this condition.NotAndFunction.filter(MappingElementIF referenceElement, MappingElementList filterElements, ExpressionContext context) NotOrFunction.filter(MappingElementIF referenceElement, MappingElementList filterElements, ExpressionContext context) OrFunction.filter(MappingElementIF referenceElement, MappingElementList filterElements, ExpressionContext context) XOrFunction.filter(MappingElementIF referenceElement, MappingElementList filterElements, ExpressionContext context) AddToStore.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) Condition.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) Error.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) Operator.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) RemoveFromStore.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) SimpleTransform.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) AddToStore.getNew(MappingElementIF source) Error.getNew(MappingElementIF source) NullTransform.getNew(MappingElementIF source) RemoveFromStore.getNew(MappingElementIF source) SimpleTransform.getNew(MappingElementIF source) AddToStore.getOld(MappingElementIF target) Error.getOld(MappingElementIF target) NullTransform.getOld(MappingElementIF target) RemoveFromStore.getOld(MappingElementIF target) SimpleTransform.getOld(MappingElementIF target) SimpleTransform.getTargetValue(Conflict conflict) voidAddToStore.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidCondition.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidConstraint.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidError.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidOperator.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidRemoveFromStore.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidSimpleTransform.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.function.expressionparser
Methods in de.mid.innovator.m2msdk.model.transformation.function.expressionparser that throw M2MExceptionModifier and TypeMethodDescriptionExpressionParser.getDescriptor(MetaModel mm, ParseItem item) voidExpressionParser.initialize(SessionInterface iSession, String iExpression, MetaModel sourceMM, MetaModel targetMM, boolean bIgnoreParseError) Initialize parser with the given string.voidExpressionParserForParameter.initialize(SessionInterface iSession, String expression, MetaModel lhsMM, MetaModel rhsMM, boolean bIgnoreParseError) de.mid.innovator.m2msdk.model.transformation.function.expressionparser.ParseResultde.mid.innovator.m2msdk.model.transformation.function.expressionparser.ParseResultParse an expression with the known syntax.de.mid.innovator.m2msdk.model.transformation.function.expressionparser.ParseResultvoidPropertyExpressionParser.parse(SessionInterface session, String input) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.glue
Methods in de.mid.innovator.m2msdk.model.transformation.glue that throw M2MExceptionModifier and TypeMethodDescriptionbooleanMappingModelGlue.buildModelGlue(SimulateMode mode, MappingElementIF masterElement, MappingElementIF slaveElement) booleanMappingModelGlue.evaluateConditions(MappingElementIF sourceElement, MappingElementIF targetElement) MappingModelGlue.evaluateScore(MappingElementIF sourceElement, MappingElementIF targetElement) MappingModelGlue.filterElements(MappingElementIF sourceElement, MappingElementList targetElements) MappingModelGlue.getGlueFromSource(MappingElementIF sourceElement, TransformationStepSubStepData preStepData) MappingModelGlue.getGlueFromSources(MappingElementList sourceElements) MappingModelGlueNull.getGlueFromSources(MappingElementList sourceElements) RelationModel.getSourceElementList(SessionInterface session, TransformationEnvironmentIF transformationEnvironmentIF, StepReferenceParameterStructure pcStepReference, GlueSourceInfoMode sourceMode) Retrieves from Relation Model the source elements for a step and glue sourceInfoMode element.MappingModelGlue.getSourcesFromTarget(MappingElementIF targetElement) RelationModel.getTargetElements(TransformationEnvironmentIF transformationEnvironmentIF, Identifier stepIdentifier, MappingElementIF masterElement) booleanRelationModel.isGlueSourceInfoMode(TransformationEnvironmentIF transformationEnvironmentIF, MappingElementIF element, String stepIdentifier, GlueSourceInfoMode mode) Checks the source elements' state from Relation Model.booleanRelationModel.isGlueTargetInfoMode(TransformationEnvironmentIF transformationEnvironmentIF, MappingElementIF element, String stepIdentifier, GlueTargetInfoMode mode) Checks the target elements' state from Relation Model.voidMappingModelGlue.preinitSource(SessionInterface iSession, MappingModel sourceModel) voidMappingModelGlue.preinitTarget(SessionInterface iSession, MappingModel sourceModel) voidMappingModelGlue.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidMappingModelGlueNull.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.interfaces
Methods in de.mid.innovator.m2msdk.model.transformation.interfaces that throw M2MExceptionModifier and TypeMethodDescriptionbooleanMappingModelGlueIF.buildModelGlue(SimulateMode iMode, MappingElementIF masterElement, MappingElementIF slaveElement) Create or update a model glue between slave element and master element.ModelTransformationStepIF.calcAllTargetMatchCandidates(MappingElementIF se, TargetDetectionData target, TransformationStepSubStepData inputSubStepData) booleanConfigurableItemIF.checkConstraints(MappingElementIF sourceElement, MappingElementList targetElement, MappingElementList passedElements, MappingElementList bypassedElements) booleanConfigurableItemIF.checkConstraints(MappingElementIF element, ExpressionContext context) Check if all constraints evaluate to true.PatternProductionIF.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) Create element by the given pattern.MappingElementIF.createElement(ModelTransformationStepIF step, CreateDescriptorIF createDescriptor, MappingAnchor anchor) Create a new element in the same model as this element.voidMappingElementIF.delete()Delete the mapping element.ModelTransformationStepIF.detectPatternAnchor(MappingElementIF se, TransformationStepSubStepData inputSubStepData) Uses the embedding pattern to detect the target elements anchor elements for creation and maintenance of the target.booleanConstraintIF.evaluate(MappingElementIF element, ExpressionContext context) Evaluate constraint to true or false.voidModelExtensionIF.evaluate(WorkModelInterface workModel) Evaluate the model extension in this transformation environment.voidPatternIF.evaluate(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) Evaluate the pattern.booleanConditionAbleIF.evaluateConditions(MappingElementIF sourceElement, MappingElementIF targetElement) Evaluate the conditions for a pair of source and target elements or for a single source element.ConditionAbleIF.evaluateScore(MappingElementIF sourceElement, MappingElementIF targetElement) Evaluate the score of the target element in context of source element.voidExtensionStatementIF.execute(ExtensionStoreElements work) Execute the statement.voidModelTransformationStepIF.extendModel(WorkModelInterface workModel) Extend the source model by applying the model extension of this step.voidPatternIF.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) Filter the given list of patterns.ConditionAbleIF.filterElements(MappingElementIF sourceElement, MappingElementList targetElements) Filter the list target elements according to conditions and current source element.ConfigurableItemIF.getConfigurableItems(ConfigurationTag searchTag, ConfigurationItemSearchMode mode) PatternProductionIF.getCreateDescriptor(MappingElementIF sourceElement, MappingAnchor targetModelAnchor) Get the create descriptor for this production.CreateDescriptorIF.getElementProperty(PropertyDescriptorIF descriptor) Get the property value for a property descriptor of element that is created by this description.MappingElementIF.getElementProperty(ExpressionContext expressionContext, PropertyDescriptorIF descriptor) Get the property value for a property descriptor.MappingModelGlueIF.getGlueFromSource(MappingElementIF sourceElement, TransformationStepSubStepData preStepData) Get glue from source element.MappingModelGlueIF.getGlueFromSources(MappingElementList sourceElements) Get glue from source elements.ConfigurableItemIF.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) Get the list of all acceptable parameter names.TargetMatchClassHelper.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) MappingElementIF.getMetaModel()MetaModelPoolInterface.getMetaModel(String iMetaModelName) Get meta model for the meta model name.MappingElementIF.getModel()Get the model of the element.MappingElementIF.getObject(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) Return the element associated.MappingElementIF.getObjects(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) Return the element associated.ConfigurableItemIF.getParentItem()Get the parent of this item.<T extends ConfigurableItemIF>
TConfigurableItemIF.getParentItem(Class<T> parentClassType) MappingElementIF.getProperty(ExpressionContext expressionContext, String descriptor) Return the property's value.MappingElementIF.getProperty(ExpressionContext expressionContext, String descriptor, PropertyDescriptorList subDescriptors) Return the property.MappingModelGlueIF.getSourcesFromTarget(MappingElementIF targetElement) Get sources of glues of target.AnchorGroupIF.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) Find target elements for this anchor group and the given source element.ModelAnchorIF.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) Find target elements for this anchor and the given source element.booleanPatternProductionIF.hasConstraints()Test if there are constraint at this production.voidTransformationEnvironmentIF.logCreateMessage(MappingElementIF se, MappingElementList created) Log a created model element.voidTransformationEnvironmentIF.logModifiedMessage(FunctionalVariationPointChangeVectors modified) Log modified model elements.voidTransformationEnvironmentIF.logWeaveMessage(MappingElementIF sourceElement, MappingElementIF weaveElement) Log a weaved model element.voidTransformationEnvironmentIF.logWouldCreateMessage(MappingElementIF se, MappingAnchor anchors, MappingElementIF targetDummy) Log a potential creation of a model element.voidTransformationEnvironmentIF.logWouldModifyMessage(FunctionalVariationPointChangeVectors modified) Log a potential modification of model elements.voidTransformationEnvironmentIF.logWouldWeaveMessage(MappingElementIF se, MappingElementIF candidate) Log a potential weave for a mapping element and the candidates to weave with.voidModelTransformationStepIF.preinit(SessionInterface iSession) Initialize the model transformation step.voidPatternIF.preinit(SessionInterface iSession, MappingModelRole modelRole) Preinits the element for later usage.voidMappingModelGlueIF.preinitSource(SessionInterface iSession, MappingModel sourceModel) voidMappingModelGlueIF.preinitTarget(SessionInterface iSession, MappingModel sourceModel) voidConfigurableItemIF.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) Set the configuration context of this configurable item.voidTargetMatchClassHelper.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) MappingElementIF.setElementProperty(PropertyDescriptorIF descriptor, PropertyValue value) Set the property.voidConfigurableItemIF.setParent(ConfigurableItemIF iParent) Set the parent of this item.voidModelTransformationStepIF.transform()Transform the source model by applying this step.voidModelTransformationStepIF.transformDispatch(MappingElementIF sourceElement, TargetDetectionData target, TransformationStepSubStepData subStepData) Transform a single source model element by applying this step.voidModelTransformationStepIF.transformElementList(MappingElementList candidates, TransformationStepSubStepData preStepData) Transforms the given Mapping Element List -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.parameter
Methods in de.mid.innovator.m2msdk.model.transformation.parameter that throw M2MExceptionModifier and TypeMethodDescriptionParameterTemplateIF.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) voidParameterTemplateIF.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.parameter.structures
Methods in de.mid.innovator.m2msdk.model.transformation.parameter.structures that throw M2MExceptionModifier and TypeMethodDescriptionde.mid.innovator.model.common.CardinalityParameterListRangeSelectionStructure.getCardinality(MappingElementIF sourceElement) ParameterStructureBase.getKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) StepReferenceParameterStructure.getKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) ParameterListRangeSelectionStructure.getListRange(MappingElementIF sourceElement, MappingElementList result) StepReferenceParameterStructure.getRelevantTransformationStep(ConfigurableItemIF runtimeItem, SessionInterface iSession, MappingElementIF sourceElement) StepReferenceParameterStructure.getRelevantTransformationStep(ConfigurableItemIF runtimeItem, SessionInterface iSession, MappingElementIF sourceElement, boolean implicitPredecessor) StepReferenceParameterStructure.getRelevantTransformationStep(ModelTransformationIF transformation, SessionInterface iSession, MappingElementIF sourceElement) StepReferenceParameterStructure.getRelevantTransformationStep(ModelTransformationIF transformation, SessionInterface iSession, MappingElementIF sourceElement, boolean implicitPredecessor) StepReferenceParameterStructure.getStepProposals(SessionInterface iSession, MappingElementIF sourceElement) final voidParameterStructureBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.pattern
Methods in de.mid.innovator.m2msdk.model.transformation.pattern that throw M2MExceptionModifier and TypeMethodDescriptionfinal voidPattern.evaluate(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternList.evaluate(SessionInterface session, MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchorElements, MappingElementList inputList, MappingElementList patternSourceOut) voidPatternList.evaluate_subPattern(PatternIF pattern, MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchorElements, MappingElementList inputList, MappingElementList patternSourceOut) booleanPattern.evaluateConditions(MappingElementIF sourceElement, MappingElementIF targetElement) Pattern.evaluateScore(MappingElementIF sourceElement, MappingElementIF targetElement) voidPattern.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) Pattern.filterElements(MappingElementIF sourceElement, MappingElementList targetElements) Pattern.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternHookBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) voidPattern.preinit(SessionInterface iSession, MappingModelRole modelRole) voidPatternList.preinit(SessionInterface iSession, MappingModelRole source) voidPattern.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternHookBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.pattern.embedding
Methods in de.mid.innovator.m2msdk.model.transformation.pattern.embedding that throw M2MExceptionModifier and TypeMethodDescriptionvoidPatternEmbeddingNull.evaluate(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) booleanPatternEmbeddingNull.evaluateConditions(MappingElementIF sourceElement, MappingElementIF targetElement) PatternEmbeddingNull.evaluateScore(MappingElementIF sourceElement, MappingElementIF targetElement) voidPatternEmbeddingDefault.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor resultAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternEmbeddingMultiple.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor resultAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternEmbeddingNull.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternEmbeddingPair.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor resultAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternEmbeddingQualified.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor resultAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) PatternEmbeddingNull.filterElements(MappingElementIF sourceElement, MappingElementList targetElements) PatternEmbeddingDefault.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) voidPatternEmbeddingNull.preinit(SessionInterface session, MappingModelRole modelRole) voidPatternEmbeddingDefault.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternEmbeddingNull.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.pattern.embedding.anchors
Methods in de.mid.innovator.m2msdk.model.transformation.pattern.embedding.anchors that throw M2MExceptionModifier and TypeMethodDescriptionAnchorGroup.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ModelAnchor.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ModelAnchorCustomNavigation.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ModelAnchorSelf.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) AnchorAllGroup.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) AnchorAnyGroup.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) AnchorChoiceGroup.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) ModelAnchor.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) ModelAnchorSelf.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) ModelAnchorSubStep.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) ModelAnchor.getTargetValue(Conflict conflict) ModelAnchorSelf.getTargetValue(Conflict conflict) ModelAnchorSubStep.getTargetValue(Conflict conflict) voidAnchorGroup.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModelAnchor.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModelAnchorCustomNavigation.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModelAnchorSelf.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) Constructors in de.mid.innovator.m2msdk.model.transformation.pattern.embedding.anchors that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.pattern.extension
Methods in de.mid.innovator.m2msdk.model.transformation.pattern.extension that throw M2MExceptionModifier and TypeMethodDescriptionvoidModelExtension.evaluate(WorkModelInterface workModel) voidExtensionGroup.execute(ExtensionStoreElements extensionStoreElements) Execute the statements of the group.voidSetExtension.execute(ExtensionStoreElements work) voidSimpleExtension.execute(ExtensionStoreElements iWork) ExtensionGroup.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) SetExtension.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) SimpleExtension.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) voidSimpleExtension.initialize(SessionInterface iSession, String iExpression, MetaModel sourceMM, MetaModel targetMM, boolean bIgnoreParseError) Init the expression.voidExtensionGroup.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidModelExtension.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidSetExtension.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidSimpleExtension.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.pattern.production
Methods in de.mid.innovator.m2msdk.model.transformation.pattern.production that throw M2MExceptionModifier and TypeMethodDescriptionPatternProductionError.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionNull.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) PatternProductionError.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) PatternProductionNull.createByPattern(ModelTransformationStepIF step, MappingAnchor anchors, MappingElementIF sourceElement) voidPatternProductionError.evaluate(FVPMode iMode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors changed) voidPatternProductionError.evaluateInnovatorSpecific(MappingModelRole modelRole, MappingElementIF iSourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut) voidPatternProductionError.execute(FVPMode iFVPMode, MappingElementList source, MappingElementList target, FunctionalVariationPointChangeVectors changed) PatternProductionError.getCreateDescriptor(MappingElementIF sourceElement, MappingAnchor targetModelAnchor) PatternProductionError.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternProductionError.getNew(MappingElementIF source) PatternProductionError.getOld(MappingElementIF target) PatternProductionError.getTargetValue(Conflict conflict) booleanPatternProductionError.hasConstraints()booleanPatternProductionNull.hasConstraints()voidPatternProductionError.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternProductionNull.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.pattern.sourceMatch
Methods in de.mid.innovator.m2msdk.model.transformation.pattern.sourceMatch that throw M2MExceptionModifier and TypeMethodDescriptionvoidElementFromStore.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternHookElementFromActivePassiveSelection.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternHookElementFromInitialSelection.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternHookElementFromTransformationStep.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternSourceHookElementByElementURI.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternSourceHookPackageByPath.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) ElementFromStore.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternHookElementFromTransformationStep.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternSourceHookElementByElementURI.getKnownParameters(MappingElementIF element, ConfigurationItemIF item) PatternSourceHookPackageByPath.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) voidPatternSourceHookPackageByPath.preinit(SessionInterface iSession, MappingModelRole modelRole) voidElementFromStore.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidPatternHookElementFromTransformationStep.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternSourceHookElementByElementURI.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidPatternSourceHookPackageByPath.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.pattern.targetMatch
Methods in de.mid.innovator.m2msdk.model.transformation.pattern.targetMatch that throw M2MExceptionModifier and TypeMethodDescriptionvoidElementFromActivePassiveSelection.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidElementFromInitialSelection.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidElementFromStore.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchor, MappingElementList iPatternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternTargetMatchAnchor.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor iAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternTargetMatchOwning.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor iAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) voidPatternTargetMatchSource.filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor iAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) ElementFromActivePassiveSelection.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ElementFromInitialSelection.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) ElementFromStore.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) PatternTargetMatchBase.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) voidElementFromActivePassiveSelection.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidElementFromInitialSelection.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidElementFromStore.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidPatternTargetMatchBase.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.property
Methods in de.mid.innovator.m2msdk.model.transformation.property that throw M2MExceptionModifier and TypeMethodDescriptionvoidPropertyDescriptorIF.addSubDescriptor(PropertyDescriptorList iSub) Add a subordinated property descriptor to this property descriptor.voidPropertyDescriptorImpl.addSubDescriptor(PropertyDescriptorList subs) PropertyDescriptorPairItem.buildTransferVector(MappingElementIF sourceElem, MappingElementIF targetElem) booleanPropertyDescriptorPairItem.check(MappingElementIF sourceElem, MappingElementIF targetElem) booleanPropertyTransfer.check(MappingElementIF source, MappingElementIF target, PropertyValue iOld) Check whether there will be a modification if the transfer would be executed.booleanPropertyTransfer.checkApply(MappingElementIF sourceElement, MappingElementIF candidate) Is the candidate a corresponding mapping element for the source regarding to the property transfer?PropertyTransfer.evaluate(MappingElementIF source, MappingElementIF target) Transfer properties from source to target.PropertyDescriptorIF.filter(MappingElementList filterElements, PropertyValue value, ExpressionContext inputList) Mass Filters Elements by PropertyValue.PropertyDescriptorImpl.filter(MappingElementList filterElements, PropertyValue iValue, ExpressionContext ec) PropertyGeneric.filter(MappingElementList filterElements, PropertyValue iValue, ExpressionContext inputList) PropertyTransfer.filter(MappingElementIF referenceElement, MappingElementList filterElements, ExpressionContext ec) Filter the mapping elements so that all elements have the target property of the value of the source property value.PropertyDescriptorLoaderFix.getDescriptor(PropertyTypeIF propertyType) Gets a previous registered Property Descriptor instance identified by propertyType.PropertyCompare.getKnownNames(MappingElementIF iElement) PropertyContext.getKnownNames(MappingElementIF element) PropertyDescriptorIF.getKnownNames(MappingElementIF iElement) Get list of known property names.PropertyDescriptorImpl.getKnownNames(MappingElementIF element) PropertyGeneric.getKnownNames(MappingElementIF element) PropertyIsElementMapped.getKnownNames(MappingElementIF iElement) PropertyIsTargetElementMapped.getKnownNames(MappingElementIF iElement) PropertyListFirstNonEmpty.getKnownNames(MappingElementIF iElement) PropertyListOf.getKnownNames(MappingElementIF iElement) PropertyListRange.getKnownNames(MappingElementIF iElement) PropertyMappedElement.getKnownNames(MappingElementIF iElement) PropertyNumberAvg.getKnownNames(MappingElementIF iElement) PropertyNumberDiff.getKnownNames(MappingElementIF iElement) PropertyNumberDiv.getKnownNames(MappingElementIF iElement) PropertyNumberMax.getKnownNames(MappingElementIF iElement) PropertyNumberMin.getKnownNames(MappingElementIF iElement) PropertyNumberMod.getKnownNames(MappingElementIF iElement) PropertyNumberMul.getKnownNames(MappingElementIF iElement) PropertyNumberSum.getKnownNames(MappingElementIF iElement) PropertyObject.getKnownNames(MappingElementIF element) PropertyObjects.getKnownNames(MappingElementIF element) PropertyOneOf.getKnownNames(MappingElementIF iElement) PropertyOption.getKnownNames(MappingElementIF iElement) PropertyOptionEvaluation.getKnownNames(MappingElementIF iElement) PropertyOptionStringMap.getKnownNames(MappingElementIF iElement) PropertyOriginalElement.getKnownNames(MappingElementIF iElement) PropertyPair.getKnownNames(MappingElementIF iElement) PropertyProperty.getKnownNames(MappingElementIF element) PropertyStore.getKnownNames(MappingElementIF iElement) PropertyStringConcat.getKnownNames(MappingElementIF iElement) PropertyStringContains.getKnownNames(MappingElementIF iElement) PropertyStringFirstNonEmpty.getKnownNames(MappingElementIF iElement) PropertyStringIndexOf.getKnownNames(MappingElementIF iElement) PropertyStringMap.getKnownNames(MappingElementIF iElement) PropertyStringRegexp.getKnownNames(MappingElementIF iElement) PropertyStringRepeat.getKnownNames(MappingElementIF iElement) PropertyStringReplace.getKnownNames(MappingElementIF iElement) PropertyStringStore.getKnownNames(MappingElementIF iElement) PropertyStringSubstring.getKnownNames(MappingElementIF iElement) PropertyStringTrim.getKnownNames(MappingElementIF iElement) PropertySwitch.getKnownNames(MappingElementIF iElement) PropertySwitchBoolean.getKnownNames(MappingElementIF iElement) PropertyDescriptorList.getLinearList()PropertyDescriptorList.getLinearList(boolean isInListOf) static PropertyDescriptorListPropertyDescriptorList.getLinearListFromProperty(PropertyDescriptorIF descriptor) PropertyDescriptorIF.getMetaModel()Get meta model where the property descriptor is used in.PropertyDescriptorImpl.getMetaModel()PropertyTransfer.getNew(MappingElementIF element) Get the new value of the transfer for a source element.PropertyTransfer.getOld(MappingElementIF element) Get the old value of the transfer for a source element.PropertyAnchor.getValue(MappingElementIF element, ExpressionContext ec) PropertyCollect.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyCompare.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyComposite.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyContains.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyContext.getValue(MappingElementIF element, ExpressionContext ec) PropertyDescriptorIF.getValue(MappingElementIF element) PropertyDescriptorIF.getValue(MappingElementIF element, ExpressionContext ec) Read value from item.PropertyDescriptorImpl.getValue(MappingElementIF element) PropertyDescriptorImpl.getValue(MappingElementIF element, ExpressionContext ec) PropertyEquals.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyError.getValue(MappingElementIF element, ExpressionContext ec) PropertyExists.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyFile.getValue(MappingElementIF element, ExpressionContext ec) PropertyFilterName.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyFilterType.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyFix.getValue(MappingElementIF element, ExpressionContext ec) PropertyFunction.getValue(MappingElementIF element, ExpressionContext ec) PropertyFunctionDefinition.getValue(MappingElementIF element, ExpressionContext ec) PropertyFunctionParameter.getValue(MappingElementIF element, ExpressionContext ec) PropertyGeneric.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyHash.getValue(MappingElementIF element, ExpressionContext ec) PropertyIsElementMapped.getValue(MappingElementIF element, ExpressionContext ec) PropertyIsElementPropertyChanged.getValue(MappingElementIF element, ExpressionContext ec) PropertyIsTargetElementMapped.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyLeft.getValue(MappingElementIF element, ExpressionContext ec) PropertyListAggregate.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListContains.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListFirstNonEmpty.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListIndexOf.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListIntersect.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListIsEmpty.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListNotEmpty.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListOf.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListOrderBy.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListRange.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListReverse.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListSize.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListSubtract.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyListUnion.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyLogicAnd.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyLogicNot.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyLogicNotAnd.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyLogicNotOr.getValue(MappingElementIF element, ExpressionContext ec) PropertyLogicOr.getValue(MappingElementIF element, ExpressionContext ec) PropertyLogicValue.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyLogicXOr.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyMappedElement.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyNull.getValue(MappingElementIF element, ExpressionContext ec) PropertyNumberAvg.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyNumberDiff.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyNumberDiv.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyNumberMax.getValue(MappingElementIF element, ExpressionContext ec) PropertyNumberMin.getValue(MappingElementIF element, ExpressionContext ec) PropertyNumberMod.getValue(MappingElementIF element, ExpressionContext ec) PropertyNumberMul.getValue(MappingElementIF element, ExpressionContext ec) PropertyNumberSum.getValue(MappingElementIF element, ExpressionContext ec) PropertyObject.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyObjects.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyOneOf.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyOption.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyOptionEvaluation.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyOptionStringMap.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyOriginalElement.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyPair.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyProperty.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyReject.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyRight.getValue(MappingElementIF element, ExpressionContext ec) PropertySelect.getValue(MappingElementIF element, ExpressionContext ec) PropertyStereotypeProperty.getValue(MappingElementIF element, ExpressionContext ec) PropertyStore.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyStringConcat.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringContains.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringFirstNonEmpty.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyStringFormat.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringIndexOf.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyStringIsEmpty.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringLength.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringLower.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringMap.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringMatches.getValue(MappingElementIF element, ExpressionContext expressionContext) PropertyStringMessage.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringRegexp.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringRepeat.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringReplace.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringReverse.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringStore.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringSubstring.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringTrim.getValue(MappingElementIF element, ExpressionContext ec) PropertyStringUpper.getValue(MappingElementIF element, ExpressionContext ec) PropertySwitch.getValue(MappingElementIF element, ExpressionContext ec) PropertySwitchBoolean.getValue(MappingElementIF element, ExpressionContext ec) PropertyTerms.getValue(MappingElementIF element, ExpressionContext ec) PropertyDescriptorIF.getValueAsString(MappingElementIF element, ExpressionContext el) Read value as String from itemPropertyDescriptorImpl.getValueAsString(MappingElementIF element, ExpressionContext el) PropertyDescriptorIF.getValues(MappingElementList elements) Read values from items.PropertyDescriptorImpl.getValues(MappingElementList elements) PropertyGeneric.getValues(MappingElementList elements) PropertyListFirstNonEmpty.getValues(MappingElementList elements) PropertyObjects.getValues(MappingElementList elements) PropertyDescriptorIF.setValue(MappingElementIF el, PropertyValue iValue) Set value for item.PropertyDescriptorImpl.setValue(MappingElementIF el, PropertyValue iValue) PropertyError.setValue(MappingElementIF el, PropertyValue iValue) PropertyFix.setValue(MappingElementIF el, PropertyValue iValue) PropertyFunctionDefinition.setValue(MappingElementIF el, PropertyValue iValue) PropertyFunctionParameter.setValue(MappingElementIF el, PropertyValue iValue) PropertyGeneric.setValue(MappingElementIF el, PropertyValue value) PropertyInformationPurpose.setValue(MappingElementIF el, PropertyValue value) PropertyLeft.setValue(MappingElementIF el, PropertyValue iValue) PropertyOption.setValue(MappingElementIF element, PropertyValue value) PropertyOptionStringMap.setValue(MappingElementIF el, PropertyValue value) PropertyRelationModel.setValue(MappingElementIF el, PropertyValue iValue) PropertyRight.setValue(MappingElementIF el, PropertyValue iValue) PropertyStereotypeProperty.setValue(MappingElementIF el, PropertyValue value) PropertyStringStore.setValue(MappingElementIF element, PropertyValue value) PropertyTerms.setValue(MappingElementIF el, PropertyValue iValue) Constructors in de.mid.innovator.m2msdk.model.transformation.property that throw M2MExceptionModifierConstructorDescriptionPropertyDescriptorLoader(SessionInterface iSession, MetaModel iMM) Register all property types and their providers.PropertyDescriptorLoaderFix(SessionInterface iSession, MetaModel iMM) Register all property types and their providers. -
Uses of M2MException in de.mid.innovator.m2msdk.model.transformation.variationPoint
Methods in de.mid.innovator.m2msdk.model.transformation.variationPoint that throw M2MExceptionModifier and TypeMethodDescriptionFunctionalVariationPointGroupAbleIF.applyFunctionalVariationPoints(SimulateMode iMode, MappingElementIF se, MappingElementList created, MappingElementList existing) Apply the functional variation points within this production to the newly created and existing target elements.voidFunctionalVariationPointGroups.applyFunctionalVariationPoints(SessionInterface iSession, FVPMode mode, MappingElementIF sourceElement, MappingElementList elementList, FunctionalVariationPointChangeVectors ret) voidFunctionalVariationPointGroups.applyFunctionalVariationPoints(SessionInterface iSession, SimulateMode iMode, MappingElementIF sourceElement, MappingElementList created, MappingElementList existing, FunctionalVariationPointChangeVectors ret) voidFunctionalVariationPointIF.evaluate(FVPMode iMode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors changed) Execute this functional variation point from source to target in the given modevoidFunctionalVariationPointGroup.evaluateFunctionalVariationPoints(SessionInterface iSession, FVPMode mode, MappingElementIF sourceElement, MappingElementIF targetElement, FunctionalVariationPointChangeVectors ret) Apply the functional variation points to the target element.voidFunctionalVariationPointChangeVector.execute(SimulateMode mode) voidFunctionalVariationPointChangeVectors.execute(SimulateMode mode) FunctionalVariationPointGroup.getKnownParameters(MappingElementIF me, ConfigurationItemIF item) FunctionalVariationPointIF.getNew(MappingElementIF source) Get new value of property.FunctionalVariationPointIF.getOld(MappingElementIF target) Get old value of property of target.FunctionalVariationPointChangeVector.logMessage(LogModelInterface log, SimulateMode iMode) Creates a change message if there have been changes.voidFunctionalVariationPointGroup.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidFunctionalVariationPointGroups.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) -
Uses of M2MException in de.mid.innovator.m2msdk.model.undefined
Methods in de.mid.innovator.m2msdk.model.undefined that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.model.workflow
Methods in de.mid.innovator.m2msdk.model.workflow that throw M2MExceptionModifier and TypeMethodDescriptionvoidWorkflowInterface.run(SessionInterface iSession) Execute the workflow. -
Uses of M2MException in de.mid.innovator.m2msdk.model.workspace
Methods in de.mid.innovator.m2msdk.model.workspace that throw M2MExceptionModifier and TypeMethodDescriptionvoidWorkModel.addElements(ExtensionStore iStore, MappingElementList iList) voidWorkModelInterface.addElements(ExtensionStore iStore, MappingElementList iList) Add uniquely the elements to this work model in the given store.voidWorkModel.clearElements(ExtensionStore iStore) voidWorkModelInterface.clearElements(ExtensionStore iStore) Clear the elements in this work model in the given store.WorkspaceInterface.getConflicts()Gets the conflicts.WorkspaceSkeleton.getConflicts()WorkspaceStub.getConflicts()org.jdom2.DocumentWorkModelInterface.getDocument(ExtensionStore iStore, int iChunk) Get all model elements that are in this work model and in the specified store.WorkModelInterface.getElements(ExtensionStore iStore) Get all model elements that are in this work model and in the specified store.WorkModelInterface.getElementsAsUri(ExtensionStore iStore) Get all model elements that are in this work model and in the specified store.WorkspaceInterface.getLastUserAction()What was the last user action?WorkspaceSkeleton.getLastUserAction()WorkspaceStub.getLastUserAction()WorkModel.getMappingModel()WorkModelInterface.getMappingModel()Get mapping model of this work model.WorkModel.getUnique(MappingElementIF iElement) WorkModelInterface.getUnique(MappingElementIF iElement) Get the unique mapping element by checking its hash code.Workspace.getVariableMap()WorkspaceInterface.getVariableMap()Get all variables and their values.WorkspaceSkeleton.getVariableMap()WorkspaceStub.getVariableMap()WorkspaceInterface.getWorkModelSource()Get the source work model.WorkspaceSkeleton.getWorkModelSource()WorkspaceStub.getWorkModelSource()WorkspaceInterface.getWorkModelTarget()Gets the target work model.WorkspaceSkeleton.getWorkModelTarget()WorkspaceStub.getWorkModelTarget()voidWorkModel.initialize(MappingModel model) voidWorkModel.initialize(org.jdom2.Document iDoc) voidWorkModel.initialize(org.jdom2.Document iDoc, ExtensionStore store, String nameElement) voidWorkModelInterface.initialize(MappingModel model) voidWorkModelInterface.initialize(org.jdom2.Document document) Initialize the work model based on a given Document.voidWorkModelInterface.initialize(org.jdom2.Document iDoc, ExtensionStore store, String nameElement) Initialize the work model based on a given Document.voidWorkspace.newWorkModelSource(WorkModelInterface newModel) voidWorkspaceInterface.newWorkModelSource(WorkModelInterface newModel) Take the given work model as new source work model.voidWorkspaceSkeleton.newWorkModelSource(WorkModelInterface newModel) voidWorkspaceStub.newWorkModelSource(WorkModelInterface newModel) voidWorkspace.oldWorkModelSource()voidWorkspaceInterface.oldWorkModelSource()Take the old model again as the new souce work model.voidWorkspaceSkeleton.oldWorkModelSource()voidWorkspaceStub.oldWorkModelSource()voidWorkModel.removeElements(ExtensionStore iStore, MappingElementList iList) voidWorkModelInterface.removeElements(ExtensionStore iStore, MappingElementList iList) Remove the elements from this work model in the given store.voidWorkModel.setMetaModel(String iMetaModel) voidWorkModelInterface.setMetaModel(String iMetaModel) Set meta model of work model.voidWorkspaceInterface.setUseraction(UserAction iAction) Set the user action.voidWorkspaceSkeleton.setUseraction(UserAction iAction) voidWorkspaceStub.setUseraction(UserAction action) voidWorkspace.setVariable(String name, Object value) voidWorkspaceInterface.setVariable(String iName, Object iValue) Set the value of a variable.voidWorkspaceSkeleton.setVariable(String iName, Object iValue) voidWorkspaceStub.setVariable(String name, Object value) -
Uses of M2MException in de.mid.innovator.m2msdk.ui
Methods in de.mid.innovator.m2msdk.ui that throw M2MExceptionModifier and TypeMethodDescriptionvoidHelpGenerator.buildHelp()booleanConfigurationFrame.checkConstraints(MappingElementIF sourceElement, MappingElementList targetElement, MappingElementList passedElements, MappingElementList bypassedElements) booleanConfigurationFrame.checkConstraints(MappingElementIF element, ExpressionContext context) booleanFileFrame.checkConstraints(MappingElementIF sourceElement, MappingElementList targetElement, MappingElementList passedElements, MappingElementList bypassedElements) booleanServerFrame.checkConstraints(MappingElementIF sourceElement, MappingElementList targetElement, MappingElementList passedElements, MappingElementList bypassedElements) booleanServerFrame.checkConstraints(MappingElementIF element, ExpressionContext context) ChangeFrame.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) FileFrame.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) OptionFrame.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) ProgressFrame.getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) voidChangeFrame.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidFileFrame.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidOptionFrame.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) voidProgressFrame.setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF iItem) Constructors in de.mid.innovator.m2msdk.ui that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.ui.icon
Methods in de.mid.innovator.m2msdk.ui.icon that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.ui.model
Methods in de.mid.innovator.m2msdk.ui.model that throw M2MException -
Uses of M2MException in de.mid.innovator.m2msdk.util
Methods in de.mid.innovator.m2msdk.util that throw M2MExceptionModifier and TypeMethodDescriptionvoidRegisterClass.execute(SessionInterface session) voidRegisterIF.execute(SessionInterface session) Register the classes for this session and set the new options.org.jdom2.DocumentFileAccess.getDocument()Get document from file.org.jdom2.DocumentFileAccess.getDocument(boolean optional) Get document from file.static StringFileAccess.getTempDirectory(SessionInterface session) Constructors in de.mid.innovator.m2msdk.util that throw M2MExceptionModifierConstructorDescriptionFileAccess(SessionInterface iSession, File file) Construct a file reader for a file name.FileAccess(SessionInterface iSession, String directoryName, String fileName) -
Uses of M2MException in de.mid.innovator.m2msdk.util.msg
Subclasses of M2MException in de.mid.innovator.m2msdk.util.msgModifier and TypeClassDescriptionclassException to abort the application.classA server exception is a delegation for a non-serializabel exception.classA severe exception is logged in log book as error, but does not abort the execution.classAn uncritical exception is logged in log book as info and does not abort the execution.Methods in de.mid.innovator.m2msdk.util.msg that throw M2MExceptionModifier and TypeMethodDescriptionvoidMessage.fillObjectstack(SessionInterface iSession) Fill the object stack from the progress model.