A B C D E F G H I L M N O P R S T U V W X

G

generate(String, List<?>) - Method in interface com.sodius.mdw.core.eval.EvaluationContext
Evaluates the specified text template and write on disk the generated contents.
GeneratedCode - Interface in com.sodius.mdw.core.eval
Describes the evaluation output of a text template.
GeneratedFile - Interface in com.sodius.mdw.core.eval.report
Provides information on a file generated by a text template.
GeneratedFileStatus - Class in com.sodius.mdw.core.eval.report
Describes the state of a generated file.
get(String, Object) - Method in interface com.sodius.mdw.core.eval.TransientLinkManager
Returns the list a target objects connected to the source object through a transient link of specified name.
get(String) - Static method in class com.sodius.mdw.core.model.RichTextType
 
get(int) - Static method in class com.sodius.mdw.core.model.RichTextType
 
getAbsoluteFile(File, File) - Static method in class com.sodius.mdw.core.util.io.IOUtils
Returns the absolute form of the specified relative file, using the specified directory to compute this absolute path.
getAllScripts() - Method in interface com.sodius.mdw.core.eval.project.Type
Returns all scripts defined on the super-type hierarchy of this type in the project scope.
getApplicableMetamodelExtensions() - Method in interface com.sodius.mdw.core.model.Model
Returns all metamodel extensions that can be applied on this model.
getApplication() - Method in interface com.sodius.mdw.core.MDWorkbench
Returns the host application the workbench is connected with.
getApplicationArgs() - Method in class com.sodius.mdw.core.util.CommandLine
Returns the application-filtered command line args provided to the MDWorkbench runtime layer when it was first run.
getAppliedMetamodelExtensions() - Method in interface com.sodius.mdw.core.model.Model
Returns the metamodel extensions currently applied on this model.
getArgs() - Method in class com.sodius.mdw.core.util.CommandLine
Returns the complete (not filtered) command line args provided to the MDWorkbench runtime layer when it was first run.
getArgumentCount() - Method in interface com.sodius.mdw.core.eval.debug.ProjectElementNode
Returns the number of arguments of the element call.
getArguments() - Method in interface com.sodius.mdw.core.eval.debug.ProjectElementNode
Returns the arguments of the element call.
getArguments() - Method in interface com.sodius.mdw.core.eval.launch.LaunchEntryPoint
Returns the unit arguments to use.
getBaseMetamodel() - Method in interface com.sodius.mdw.core.model.MetamodelExtension
Returns the metamodel extended by this extension.
getChildren() - Method in interface com.sodius.mdw.core.eval.debug.DebugNode
Returns the list of child nodes, ordered the way the corresponding elements were evaluated.
getClassName() - Method in interface com.sodius.mdw.core.eval.debug.DebugValue
Returns the Java class name of the underlying value ("java.util.List" for example).
getClassName() - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the implementation class name, subclass of ModelReader or ModelWriter, which is used to do the job of reading/writing the model.
getCommandLine() - Method in interface com.sodius.mdw.core.WorkbenchConfiguration
Returns the command line that launched the workbench.
getConfiguration() - Method in interface com.sodius.mdw.core.eval.EvaluationContext
Return the configuration that define options of this evaluation.
getConfiguration() - Method in interface com.sodius.mdw.core.MDWorkbench
Return the configuration in which the workbench runs.
getConfiguration() - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the configuration from which this connector originates.
getConfiguration() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the configuration from which this metamodel originates.
getConfiguration() - Method in interface com.sodius.mdw.core.model.MetamodelExtension
Returns the configuration from which this metamodel extension originates.
getConnectorDescriptor() - Method in interface com.sodius.mdw.core.model.io.ConnectorContext
Returns the descriptor which details the properties of this connector.
getConnectorName() - Method in interface com.sodius.mdw.core.eval.debug.ConnectorNode
Returns the name of the connector used.
getConnectorName() - Method in interface com.sodius.mdw.core.eval.launch.LaunchModelArgument
Returns the name of the model connector used to read/write a model.
getConnectorName() - Method in interface com.sodius.mdw.core.eval.report.ReportModel
Returns the name of the connector used.
getContents() - Method in interface com.sodius.mdw.core.eval.GeneratedCode
Returns the contents generated by the text template.
getContentSource() - Method in interface com.sodius.mdw.core.eval.GeneratedCode
Returns the contents generated by the text template.
getContentWriter() - Method in interface com.sodius.mdw.core.eval.EvaluationManager
Returns the registered content writer, used to write on disk a text template output.
getDebugHierarchy() - Method in interface com.sodius.mdw.core.eval.EvaluationResult
Returns the created debug hierarchy, or null if not enabled.
getDebugHierarchyFile() - Method in interface com.sodius.mdw.core.eval.launch.LaunchConfiguration
Returns the file where the debug hierarchy created during the evaluation must be persisted.
getDefaultFileExtension() - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the default file extension this connector expects to deal with.
getDescription() - Method in interface com.sodius.mdw.core.model.io.FileExtensionDescriptor
Returns a description of this file extension ("XML File" for example).
getDiagram(MDWObject, DiagramOptions, ConnectorContext) - Method in interface com.sodius.mdw.core.model.diagram.DiagramProvider
Get the diagram image for a specific model element.
getDiagram(MDWObject, DiagramOptions) - Method in interface com.sodius.mdw.core.model.Model
Get the diagram image for a specific model element.
getDirectContents(Model, ConnectorContext) - Method in class com.sodius.mdw.core.model.emf.EMFModelWriter
Returns the model elements to attach to the create resource.
getDirection() - Method in interface com.sodius.mdw.core.eval.project.ModelParameter
Returns the parameter direction.
getDirectory() - Method in class com.sodius.mdw.core.model.diagram.DiagramOptions
Returns the directory where the image should be exported, or null if not specified.
getEAllAttributes() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the attributes defined in the base EClass (and its supertypes) and in the applied metamodel extensions.
getEAllContainments() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the containment references defined in the base EClass (and its supertypes) and in the applied metamodel extensions.
getEAllReferences() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the references defined in the base EClass (and its supertypes) and in the applied metamodel extensions.
getEAllStructuralFeatures() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the features defined in the base EClass (and its supertypes) and in the applied metamodel extensions.
getEAttributes() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the attributes defined in the base EClass and in the applied metamodel extensions.
getEClass() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the EClass this type is based on.
getEClassifier(String) - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the EClassifier of specified name defined in this metamodel.
getEClassifiers() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the list of EClassifiers defined in this metamodel.
getEncoding() - Method in interface com.sodius.mdw.core.eval.debug.TextTemplateNode
Returns the encoding specified by the text template used to write the generated file.
getEncoding() - Method in interface com.sodius.mdw.core.eval.GeneratedCode
Returns the encoding to use when writing the generated contents.
getEncoding() - Method in interface com.sodius.mdw.core.eval.report.GeneratedFile
Returns the encoding used to write the generated file.
getEndTag() - Method in interface com.sodius.mdw.core.eval.ProtectedSection
Return the end delimiter of the protected section.
getEndTimestamp() - Method in interface com.sodius.mdw.core.eval.report.Report
Returns the time (in milliseconds) the evaluation has completed.
getEntryPoint() - Method in interface com.sodius.mdw.core.eval.launch.LaunchConfiguration
Returns the referenced entry-point, which can either be a text template or a main rule.
getEntryRules() - Method in interface com.sodius.mdw.core.eval.project.Project
Returns the collection of available rules with an visibility entry.
getEPackage() - Method in interface com.sodius.mdw.core.model.emf.EMFMetamodel
Returns the EPackage declaring this metamodel.
getEPackage() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the EPackage declaring this metamodel.
getEPackage() - Method in interface com.sodius.mdw.core.model.MetamodelExtension
Returns the EPackage declaring this metamodel extension.
getEReferences() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the references defined in the base EClass and in the applied metamodel extensions.
getError() - Method in class com.sodius.mdw.core.util.log.LogRecorder.Record
Returns the logged error.
getEStructuralFeature(String) - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the feature with the specified name.
getEStructuralFeatures() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the features defined in the base EClass and in the applied metamodel extensions.
getEvaluationDirectory() - Method in interface com.sodius.mdw.core.eval.EvaluationConfiguration
Returns the evaluation directory, which determines where to write relative generated files.
getEvaluationManager() - Method in interface com.sodius.mdw.core.MDWorkbench
Returns the evaluation manager, which provides entry-point services to launch an evaluation.
getExtension() - Method in interface com.sodius.mdw.core.model.io.FileExtensionDescriptor
Returns the file extension ("xml" for example).
getFailure() - Method in interface com.sodius.mdw.core.eval.debug.DebugNode
Returns a description of the evaluation exception.
getFile() - Method in interface com.sodius.mdw.core.eval.GeneratedCode
Returns the file path specified in the text template.
getFile() - Method in interface com.sodius.mdw.core.eval.launch.LaunchConfiguration
Returns the file where this launch configuration is saved.
getFile() - Method in interface com.sodius.mdw.core.eval.project.Project
Returns the file from where this project has been loaded.
getFile() - Method in interface com.sodius.mdw.core.eval.report.GeneratedFile
Returns the absolute path of the generated file.
getFile() - Method in class com.sodius.mdw.core.model.diagram.DiagramFileImage
Returns the image file.
getFileExtension(File) - Static method in class com.sodius.mdw.core.util.io.IOUtils
Returns the extension of the specified File.
getFileExtension(String) - Static method in class com.sodius.mdw.core.util.io.IOUtils
Returns the extension of the specified file name.
getFileExtensions() - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the registered file extension descriptors.
getFormats() - Method in class com.sodius.mdw.core.model.diagram.DiagramOptions
Returns a list of preferred file formats (ex: png, jpg, etc.).
getGeneratedFilename() - Method in interface com.sodius.mdw.core.eval.debug.TextTemplateNode
Returns the file path generated by the text template.
getGeneratedFiles() - Method in interface com.sodius.mdw.core.eval.report.Report
Returns the list of files generated during the evaluation.
getHeight() - Method in class com.sodius.mdw.core.model.diagram.DiagramFileImage
 
getHeight() - Method in interface com.sodius.mdw.core.model.diagram.DiagramImage
Returns the height of the image.
getHierarchy() - Method in interface com.sodius.mdw.core.eval.debug.DebugNode
Returns the containing debug hierarchy.
getId() - Method in interface com.sodius.mdw.core.model.MetamodelExtension
Returns the ID which uniquely identifies this metamodel extension.
getID() - Method in interface com.sodius.mdw.core.WorkbenchApplication
Returns the internal application ID.
getInputSource() - Method in interface com.sodius.mdw.core.util.io.InputSourceProvider
Gives access to the underlying input source.
getInstallLocation() - Method in interface com.sodius.mdw.core.model.MetamodelConfiguration
Returns the location of the resource that declares the metamodel (metamodels.xml) or the external connector (connectors.xml).
getInstanceClass() - Method in interface com.sodius.mdw.core.eval.project.Type
Returns the Java instance class that this type represents (com.sodius.mdw.metamodel.uml21.Classifier for example).
getInstanceClassName() - Method in interface com.sodius.mdw.core.eval.debug.TypeReference
Returns the Java instance class name that this type represents ("com.sodius.mdw.metamodel.uml21.Classifier" for example).
getInstances() - Method in interface com.sodius.mdw.core.eval.debug.MDWObjectCollectionValue
Return the collection of model elements used.
getInstances() - Method in interface com.sodius.mdw.core.eval.debug.ModelValue
Returns the model elements contained in this model and used during the evaluation.
getInstances(String) - Method in interface com.sodius.mdw.core.model.MDWList
Selects MDWObject instances of this list of the specified type.
getInstances(String, boolean) - Method in interface com.sodius.mdw.core.model.MDWList
Selects MDWObject instances of this list of the specified type, or one of its sub types.
getInstances(EClass) - Method in interface com.sodius.mdw.core.model.MDWList
Selects MDWObject instances of this list of the specified type.
getInstances(EClass, boolean) - Method in interface com.sodius.mdw.core.model.MDWList
Selects MDWObject instances of this list of the specified type, or one of its sub types.
getInstances(String) - Method in interface com.sodius.mdw.core.model.MDWSet
Selects MDWObject instances of this Set of the specified type.
getInstances(String, boolean) - Method in interface com.sodius.mdw.core.model.MDWSet
Selects MDWObject instances of this Set of the specified type, or one of its sub types.
getInstances(EClass) - Method in interface com.sodius.mdw.core.model.MDWSet
Selects MDWObject instances of this Set of the specified type.
getInstances(EClass, boolean) - Method in interface com.sodius.mdw.core.model.MDWSet
Selects MDWObject instances of this Set of the specified type, or one of its sub types.
getInstances() - Method in interface com.sodius.mdw.core.model.Model
Returns all model elements attached to this model.
getInstances(String) - Method in interface com.sodius.mdw.core.model.Model
Returns all model elements of the specified type attached to this model.
getInstances(String, boolean) - Method in interface com.sodius.mdw.core.model.Model
Returns all model elements of the specified type, or one of its sub types, attached to this model.
getInstances(EClass) - Method in interface com.sodius.mdw.core.model.Model
Returns all model elements of the specified type attached to this model.
getInstances(EClass, boolean) - Method in interface com.sodius.mdw.core.model.Model
Returns all model elements of the specified type, or one of its sub types, attached to this model.
getJavaClass() - Method in interface com.sodius.mdw.core.eval.project.Parameter
Returns the parameter resolved type.
getKind() - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the connector kind, which describes the type of uri (resource locator) this connector expects.
getLevel() - Method in class com.sodius.mdw.core.util.log.AbstractLogger
 
getLevel() - Method in interface com.sodius.mdw.core.util.log.Logger
Get the log Level that has been specified for this logger.
getLevel() - Method in class com.sodius.mdw.core.util.log.LoggerSet
 
getLevel() - Method in class com.sodius.mdw.core.util.log.LogRecorder.Record
Returns the level of the logged information.
getLocation() - Method in interface com.sodius.mdw.core.eval.project.ProjectElement
Returns the element resource location.
getLogger() - Method in interface com.sodius.mdw.core.eval.EvaluationContext
Returns the logger used to report errors and warnings, as well as debugging information.
getLogger() - Method in interface com.sodius.mdw.core.model.io.ConnectorContext
Returns the logger used to report errors and warnings, as well as debugging information.
getLogger() - Method in interface com.sodius.mdw.core.WorkbenchConfiguration
Returns the logger, used to display errors and warnings, as well as debugging information.
getManager() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the manager to which the metamodel is registered.
getMessage() - Method in class com.sodius.mdw.core.util.log.LogRecorder.Record
Returns the logged message.
getMetamodel() - Method in interface com.sodius.mdw.core.eval.project.ModelParameter
Returns the related metamodel.
getMetamodel() - Method in interface com.sodius.mdw.core.eval.project.Type
The metamodel from which this type originates.
getMetamodel() - Method in interface com.sodius.mdw.core.model.ExtendedClass
Returns the metamodel this type is defined in.
getMetamodel() - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the metamodel to which this connector is registered.
getMetamodel(String) - Method in interface com.sodius.mdw.core.model.MetamodelManager
Returns the metamodel which matches the specified ID.
getMetamodel() - Method in interface com.sodius.mdw.core.model.Model
Returns the metamodel this model is based on.
getMetamodelID() - Method in interface com.sodius.mdw.core.eval.debug.MDWObjectValue
Returns the metamodel ID of this model element.
getMetamodelID() - Method in interface com.sodius.mdw.core.eval.debug.ModelValue
Returns the metamodel ID of this model.
getMetamodelID() - Method in interface com.sodius.mdw.core.eval.report.ReportModel
Returns the ID of the related metamodel.
getMetamodelManager() - Method in interface com.sodius.mdw.core.MDWorkbench
Returns the metamodel manager, which provides access to the metamodels available in the environment.
getMetamodels() - Method in interface com.sodius.mdw.core.model.MetamodelManager
Returns the metamodels available in the environment.
getModel() - Method in interface com.sodius.mdw.core.eval.debug.ConnectorNode
Returns a description of the read/written model.
getModel() - Method in interface com.sodius.mdw.core.eval.debug.MDWObjectValue
Returns a description of the container model.
getModelReaderDescriptor(String) - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the connector, used to read a model, that matches the specified name.
getModelReaderDescriptors() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the registered connectors that can be used to read a model.
getModelWriterDescriptor(String) - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the connector, used to write a model, that matches the specified name.
getModelWriterDescriptors() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the registered connectors that can be used to write a model.
getName() - Method in interface com.sodius.mdw.core.eval.debug.DebugHierarchy
Returns the debug hierarchy name, which is the name of the launch configuration.
getName() - Method in interface com.sodius.mdw.core.eval.debug.DebugVariable
Returns the name of this variable.
getName() - Method in interface com.sodius.mdw.core.eval.debug.ElementReference
Returns the name of the element.
getName() - Method in interface com.sodius.mdw.core.eval.debug.TypeReference
Returns the simple name of this type ("Classifier", or "Class:EJB" for example).
getName() - Method in interface com.sodius.mdw.core.eval.launch.LaunchConfiguration
Returns the launch configuration name, which matches the Eclipse launch configuration.
getName() - Method in interface com.sodius.mdw.core.eval.project.Parameter
Returns the parameter name.
getName() - Method in interface com.sodius.mdw.core.eval.project.Project
Returns the project name.
getName() - Method in interface com.sodius.mdw.core.eval.project.ProjectElement
Returns the element name.
getName() - Method in interface com.sodius.mdw.core.eval.project.Type
Returns the simple name of this type ("Classifier", or "Class:EJB" for example).
getName() - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the connector name.
getName() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the name of this metamodel ("UML" for example).
getName() - Method in interface com.sodius.mdw.core.model.MetamodelExtension
Returns the name of this metamodel extension.
getName() - Method in interface com.sodius.mdw.core.WorkbenchApplication
Returns the name of the application, displayable to the end-user.
getPackageName() - Method in interface com.sodius.mdw.core.eval.debug.ProjectUnitReference
Returns the package name in which this unit is defined ("com.sodius.myPackage" for example).
getPackageName() - Method in interface com.sodius.mdw.core.eval.project.Location
Returns the package name in which an element is defined ("com.sodius.myPackage" for example).
getPackageName(Class<?>) - Static method in class com.sodius.mdw.core.util.ClassUtils
Gets the package name of a Class.
getPackageName(String) - Static method in class com.sodius.mdw.core.util.ClassUtils
Gets the package name from a String.
getParameterCount() - Method in interface com.sodius.mdw.core.eval.debug.ProjectUnitReference
Returns the number of parameters declared by the element.
getParameterCount() - Method in interface com.sodius.mdw.core.eval.debug.RuleReference
Returns the number of parameters declared by the element.
getParameterCount() - Method in interface com.sodius.mdw.core.eval.debug.ScriptReference
Returns the number of parameters declared by the element.
getParameterCount() - Method in interface com.sodius.mdw.core.eval.project.ProjectElement
Returns the number of parameters of this element.
getParameters() - Method in interface com.sodius.mdw.core.eval.project.ProjectElement
Returns the list of parameters attached to this element.
getParent() - Method in interface com.sodius.mdw.core.eval.debug.DebugNode
Returns the parent node.
getParent() - Method in interface com.sodius.mdw.core.eval.debug.RuleReference
Returns the container rule.
getPresentationName() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the display name of this metamodel, which may include a name and a metamodel version ("UML 2.1" for example).
getProfiledInstances(String, String) - Method in interface com.sodius.mdw.core.model.MDWList
Selects MDWObject instances of this list of the specified type, which match the specified profile name.
getProfiledInstances(String, String, boolean) - Method in interface com.sodius.mdw.core.model.MDWList
Selects MDWObject instances of this list of the specified type, or one of its sub types, which match the specified profile name.
getProfiledInstances(EClass, String) - Method in interface com.sodius.mdw.core.model.MDWList
Selects MDWObject instances of this list of the specified type, which match the specified profile name.
getProfiledInstances(EClass, String, boolean) - Method in interface com.sodius.mdw.core.model.MDWList
Selects MDWObject instances of this list of the specified type, or one of its sub types, which match the specified profile name.
getProfiledInstances(String, String) - Method in interface com.sodius.mdw.core.model.MDWSet
Selects MDWObject instances of this Set of the specified type, which match the specified profile name.
getProfiledInstances(String, String, boolean) - Method in interface com.sodius.mdw.core.model.MDWSet
Selects MDWObject instances of this Set of the specified type, or one of its sub types, which match the specified profile name.
getProfiledInstances(EClass, String) - Method in interface com.sodius.mdw.core.model.MDWSet
Selects MDWObject instances of this Set of the specified type, which match the specified profile name.
getProfiledInstances(EClass, String, boolean) - Method in interface com.sodius.mdw.core.model.MDWSet
Selects MDWObject instances of this Set of the specified type, or one of its sub types, which match the specified profile name.
getProfiledInstances(String, String) - Method in interface com.sodius.mdw.core.model.Model
Returns model elements of the specified type attached to this model, which match the specified profile name.
getProfiledInstances(String, String, boolean) - Method in interface com.sodius.mdw.core.model.Model
Returns all model elements of the specified type, or one of its sub types, attached to this model, which match the specified profile name.
getProfiledInstances(EClass, String) - Method in interface com.sodius.mdw.core.model.Model
Returns model elements of the specified type attached to this model, which match the specified profile name.
getProfiledInstances(EClass, String, boolean) - Method in interface com.sodius.mdw.core.model.Model
Returns all model elements of the specified type, or one of its sub types, attached to this model, which match the specified profile name.
getProfileName() - Method in interface com.sodius.mdw.core.eval.debug.TypeReference
Returns the profile name part of this type ("EJB" for example).
getProfileName() - Method in interface com.sodius.mdw.core.eval.project.Type
Returns the profile name part of this type ("EJB" for example).
getProgressMonitor() - Method in interface com.sodius.mdw.core.eval.EvaluationContext
Returns the progress monitor used to report progress information.
getProgressMonitor() - Method in interface com.sodius.mdw.core.model.io.ConnectorContext
Returns the monitor used to report progress and to check for cancellation.
getProject() - Method in interface com.sodius.mdw.core.eval.debug.DebugHierarchy
Returns a description of the evaluated project.
getProject() - Method in interface com.sodius.mdw.core.eval.debug.ElementReference
Returns the project in which this element is defined.
getProject() - Method in interface com.sodius.mdw.core.eval.EvaluationContext
Return the project in which the evaluation takes place.
getProjectClasspathFile() - Method in interface com.sodius.mdw.core.eval.launch.LaunchConfiguration
Returns the location of the file defining the required project classpath.
getProperties() - Method in class com.sodius.mdw.core.model.diagram.DiagramOptions
Returns a modifiable Map of user-defined properties.
getProperty(String) - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the value mapped to the specified property name.
getProperty(String, String) - Method in class com.sodius.mdw.core.util.AbstractPropertySet
 
getProperty(String, int) - Method in class com.sodius.mdw.core.util.AbstractPropertySet
 
getProperty(String, boolean) - Method in class com.sodius.mdw.core.util.AbstractPropertySet
 
getProperty(String, float) - Method in class com.sodius.mdw.core.util.AbstractPropertySet
 
getProperty(String) - Method in class com.sodius.mdw.core.util.DefaultPropertySet
 
getProperty(String) - Method in interface com.sodius.mdw.core.util.PropertySet
Returns the value mapped to the specified property name.
getProperty(String, String) - Method in interface com.sodius.mdw.core.util.PropertySet
Returns the value mapped to the specified property name, or the specified default value if the property is not found or if it cannot be treated as a String.
getProperty(String, int) - Method in interface com.sodius.mdw.core.util.PropertySet
Returns the value mapped to the specified property name, or the specified default value if the property is not found or if it cannot be treated as a int.
getProperty(String, boolean) - Method in interface com.sodius.mdw.core.util.PropertySet
Returns the value mapped to the specified property name, or the specified default value if the property is not found or if it cannot be treated as a boolean.
getProperty(String, float) - Method in interface com.sodius.mdw.core.util.PropertySet
Returns the value mapped to the specified property name, or the specified default value if the property is not found or if it cannot be treated as a float.
getPropertyNames() - Method in interface com.sodius.mdw.core.model.io.ConnectorDescriptor
Returns the property names registered to this connector.
getPropertyNames() - Method in class com.sodius.mdw.core.util.DefaultPropertySet
 
getPropertyNames() - Method in interface com.sodius.mdw.core.util.PropertySet
Returns the actual property names defined in this set.
getProtectedSections() - Method in interface com.sodius.mdw.core.eval.GeneratedCode
Returns the list of protected sections, which define regions in a file that can contain end-user manual code and that the generator must never overwrite.
getProtectedSections() - Method in interface com.sodius.mdw.core.eval.report.GeneratedFile
Returns the list of protected sections, which delimit regions in a file that can contain end-user manual code and that the generator must never overwrite.
getQualifiedName() - Method in interface com.sodius.mdw.core.eval.debug.ProjectUnitReference
Returns the fully qualified name of this unit ("com.sodius.myPackage.MyTemplate" for example).
getQualifiedName() - Method in interface com.sodius.mdw.core.eval.launch.LaunchEntryPoint
Returns the fully qualified name of the referenced unit, including its package name.
getQualifiedName() - Method in interface com.sodius.mdw.core.eval.project.ProjectUnit
Returns the qualified name of this unit, without the file extension ("myPackage.myTemplate" for example).
getReader() - Method in interface com.sodius.mdw.core.model.Model
Returns the last connector used to read this model.
getReadURI() - Method in interface com.sodius.mdw.core.model.Model
Returns the last uri used to read this model.
getReceiver() - Method in interface com.sodius.mdw.core.eval.debug.ScriptNode
Returns a description of the model element on which the script is evaluated.
getRecords() - Method in class com.sodius.mdw.core.util.log.LogRecorder
Return the list of recorded logged information.
getReport() - Method in interface com.sodius.mdw.core.eval.EvaluationResult
Returns the evaluation report, which details the generated file and handled models.
getReportFile() - Method in interface com.sodius.mdw.core.eval.launch.LaunchConfiguration
Returns the file where the report created during the evaluation must be persisted.
getReportModels() - Method in interface com.sodius.mdw.core.eval.report.Report
Returns this list of the models read/written during the evaluation.
getRequiredMetamodelExtensions() - Method in interface com.sodius.mdw.core.model.MetamodelExtension
Returns the list of extensions required by this extension to be valid.
getResource(String) - Method in interface com.sodius.mdw.core.model.MetamodelConfiguration
Finds the resource with the given name, using the class loader used to load the metamodel.
getResourceFactory() - Method in class com.sodius.mdw.core.model.emf.EMFXMLModelReader
 
getResourceFactory() - Method in class com.sodius.mdw.core.model.emf.EMFXMLModelWriter
 
getResourceName() - Method in interface com.sodius.mdw.core.eval.project.Location
Returns the resource name in which an element is defined ("MyTemplate.mtpl" for example).
getResourcePath() - Method in interface com.sodius.mdw.core.eval.project.Location
Returns the qualified resource path in which an element is defined ("com.sodius.myPackage.MyTemplate.mtpl" for example).
getResult() - Method in interface com.sodius.mdw.core.eval.debug.ProjectElementNode
Returns a description of the evaluation result.
getReturnType() - Method in interface com.sodius.mdw.core.eval.project.Rule
Returns the rule resolved return type.
getReturnType() - Method in interface com.sodius.mdw.core.eval.project.Script
Returns the script resolved return type.
getRootNodes() - Method in interface com.sodius.mdw.core.eval.debug.DebugHierarchy
Returns the top-level evaluated nodes.
getRootTypes() - Method in interface com.sodius.mdw.core.eval.project.Project
Returns the collection of root types (with no super-types) on which at least one script is defined.
getRule() - Method in interface com.sodius.mdw.core.eval.debug.RuleNode
Returns a description of the evaluated rule.
getRuleArguments() - Method in interface com.sodius.mdw.core.eval.launch.RuleEntryPoint
Returns the rule arguments to use.
getRuleName() - Method in interface com.sodius.mdw.core.eval.launch.RuleEntryPoint
Returns the name of the top-level rule to evaluate.
getRules() - Method in interface com.sodius.mdw.core.eval.debug.RuleSetReference
Returns the rules defined in this rule set, and used during the evaluation.
getRules() - Method in interface com.sodius.mdw.core.eval.project.RuleSet
A collection of top-level rules defined in the rule set.
getRuleSet() - Method in interface com.sodius.mdw.core.eval.debug.RuleReference
Returns the container rule set.
getRuleSet() - Method in interface com.sodius.mdw.core.eval.project.Rule
Returns the rule set in which this rule is defined.
getRuleSetArguments() - Method in interface com.sodius.mdw.core.eval.debug.RuleNode
Returns the arguments of the rule set call.
getRuleSets() - Method in interface com.sodius.mdw.core.eval.debug.ProjectReference
Returns the rule sets defined in this project and used during the evaluation.
getRuleSets() - Method in interface com.sodius.mdw.core.eval.project.Project
Returns the collection of available rule sets.
getScript() - Method in interface com.sodius.mdw.core.eval.debug.ScriptNode
Returns a description of the evaluated script.
getScripts() - Method in interface com.sodius.mdw.core.eval.debug.TypeReference
Returns the scripts defined on this type are which are used during the evaluation.
getScripts() - Method in interface com.sodius.mdw.core.eval.project.Type
Returns the scripts defined on this type in the project scope.
getSimpleName(Class<?>) - Static method in class com.sodius.mdw.core.util.ClassUtils
Gets the class name minus the package name from a Class.
getSimpleName(String) - Static method in class com.sodius.mdw.core.util.ClassUtils
Gets the class name minus the package name from a String.
getStartTag() - Method in interface com.sodius.mdw.core.eval.ProtectedSection
Return the start delimiter of the protected section.
getStartTimestamp() - Method in interface com.sodius.mdw.core.eval.report.Report
Returns the time (in milliseconds) the evaluation has started.
getStatus() - Method in interface com.sodius.mdw.core.eval.report.GeneratedFile
Returns the status of the generated file, which describes the state of the file contents.
getStereotypeNames(MDWObject) - Method in interface com.sodius.mdw.core.model.ProfileProvider
Determines the stereotype names attached to a model element.
getStringValue() - Method in interface com.sodius.mdw.core.eval.debug.DebugValue
Returns a description of the underlying value as a String.
getSubRules() - Method in interface com.sodius.mdw.core.eval.debug.RuleReference
Returns the subrules used during the evaluation.
getSubTypes() - Method in interface com.sodius.mdw.core.eval.project.Type
Returns a collection of sub-types which define at least one script in the project scope.
getSuperTypes() - Method in interface com.sodius.mdw.core.eval.project.Type
Returns a collection of super-types which define at least one script in the project scope.
getTextTemplate() - Method in interface com.sodius.mdw.core.eval.debug.TextTemplateNode
Returns a description of the evaluated text template.
getTextTemplates() - Method in interface com.sodius.mdw.core.eval.debug.ProjectReference
Returns the text templates defined in this project and used during the evaluation.
getTextTemplates() - Method in interface com.sodius.mdw.core.eval.project.Project
Returns the collection of available text templates.
getTransientLinks() - Method in interface com.sodius.mdw.core.eval.EvaluationContext
Returns the transient link manager, which provides facilities to dynamically create virtual links between objects of any type.
getType() - Method in interface com.sodius.mdw.core.eval.debug.ScriptReference
Returns the type on which the referenced script is defined.
getType() - Method in interface com.sodius.mdw.core.eval.project.Script
Returns the type this script is defined on.
getType() - Method in class com.sodius.mdw.core.model.RichText
Return the format of the underlying text.
getTypes() - Method in interface com.sodius.mdw.core.eval.debug.ProjectReference
Returns the types on which scripts are defined in this project and used during the evaluation.
getTypes() - Method in interface com.sodius.mdw.core.eval.project.Project
Returns the collection of types on which at least one script is defined.
getUniqueID() - Method in interface com.sodius.mdw.core.eval.debug.MDWObjectValue
Returns the unique ID of this model element.
getUniqueID() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the ID which uniquely identifies this metamodel.
getURI() - Method in interface com.sodius.mdw.core.eval.debug.ConnectorNode
Returns the uri used to read/write the model.
getURI() - Method in interface com.sodius.mdw.core.eval.launch.LaunchModelArgument
Returns the uri used to locate a model resource to read/write.
getURI() - Method in interface com.sodius.mdw.core.eval.report.ReportModel
Returns the uri used to read/write the model.
getValue() - Method in interface com.sodius.mdw.core.eval.debug.DebugVariable
Returns a description of the associated value.
getValue() - Method in interface com.sodius.mdw.core.eval.launch.LaunchStringArgument
Returns the launch argument value, as a String.
getValue() - Method in class com.sodius.mdw.core.model.RichText
Returns the wrapped text as is.
getVersion() - Method in interface com.sodius.mdw.core.model.Metamodel
Returns the version of this metamodel ("2.1" for example), if any.
getVisibility() - Method in interface com.sodius.mdw.core.eval.debug.ProjectUnitReference
Returns the unit visibility.
getVisibility() - Method in interface com.sodius.mdw.core.eval.debug.RuleReference
Returns the rule visibility.
getVisibility() - Method in interface com.sodius.mdw.core.eval.debug.ScriptReference
Returns the script visibility.
getVisibility() - Method in interface com.sodius.mdw.core.eval.project.ProjectElement
Returns the element visibility.
getVisibility() - Method in interface com.sodius.mdw.core.eval.project.Rule
Returns the rule visibility.
getVisibility() - Method in interface com.sodius.mdw.core.eval.project.Script
Returns the script visibility.
getWidth() - Method in class com.sodius.mdw.core.model.diagram.DiagramFileImage
 
getWidth() - Method in interface com.sodius.mdw.core.model.diagram.DiagramImage
Returns the width of the image.
getWorkbench() - Method in interface com.sodius.mdw.core.eval.EvaluationContext
Returnq the workbench in which the evaluation is performed, which may be used to access configuration properties.
getWorkbench() - Method in interface com.sodius.mdw.core.model.io.ConnectorContext
Returns the workbench, which may be used to access configuration properties.
getWorkbench() - Method in interface com.sodius.mdw.core.model.MetamodelManager
Returns the workbench.
getWorkbench() - Method in interface com.sodius.mdw.core.WorkbenchConfiguration
Return the configured workbench.
getWrappedProgressMonitor() - Method in class com.sodius.mdw.core.util.progress.ProgressMonitorWrapper
Returns the wrapped progress monitor.
getWriter() - Method in interface com.sodius.mdw.core.model.Model
Returns the last connector used to write this model.
getWriteURI() - Method in interface com.sodius.mdw.core.model.Model
Returns the last uri used to write this model.

A B C D E F G H I L M N O P R S T U V W X