| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.module.contributor.matrixcreation | |
| org.modelio.api.modelio.model |
| Modifier and Type | Method and Description |
|---|---|
protected ExternProcessor |
AbstractMatrixWizardContributor.createExternProcessor(IUmlModel factory,
java.lang.String implementationClassName)
Creates an
ExternProcessor to be used in a query definition or value definition. |
protected MatrixValueDefinition |
AbstractMatrixWizardContributor.createMatrixValueDefinition(IUmlModel factory,
java.lang.String implementationClassName)
Creates a
MatrixValueDefinition to be used as matrix values definition. |
protected QueryDefinition |
AbstractMatrixWizardContributor.createQueryDefinition(IUmlModel factory,
java.lang.String implementationClassName)
Creates a
QueryDefinition to be used as line, column or depth query. |
| Modifier and Type | Method and Description |
|---|---|
IUmlModel |
IModelingSession.getModel()
Returns the UML Model of the project.
|