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

E

eExtendedClass() - Method in interface com.sodius.mdw.core.model.MDWObject
Returns the type which gives reflective access to structural features.
eIsInstanceOf(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Determines wheter this object is an instance of the specified type.
eIsInstanceOf(String, String) - Method in interface com.sodius.mdw.core.model.MDWObject
Determines wheter this object is an instance of the specified type and if it matches the specified profile name.
eIsProfiled(String, boolean) - Method in interface com.sodius.mdw.core.model.MDWObject
Determines wheter this object matches the specified profile name.
eIsRemoved() - Method in interface com.sodius.mdw.core.model.MDWObject
Answers wheter this object is tagged as removed.
ElementReference - Interface in com.sodius.mdw.core.eval.debug
A reference to a project element (template, rule or script).
eMetamodel() - Method in interface com.sodius.mdw.core.model.MDWObject
Returns the metamodel to which this object is related.
eMetaTypeName() - Method in interface com.sodius.mdw.core.model.MDWObject
Returns the simple name of the meta-type ("Actor" or "Activity" for example).
EMFMetamodel - Interface in com.sodius.mdw.core.model.emf
EMF based metamodel.
EMFModel - Interface in com.sodius.mdw.core.model.emf
EMF based model.
EMFModelReader - Class in com.sodius.mdw.core.model.emf
Provides a skeletal implementation for EMF based model readers.
EMFModelReader() - Constructor for class com.sodius.mdw.core.model.emf.EMFModelReader
 
EMFModelWriter - Class in com.sodius.mdw.core.model.emf
Provides a skeletal implementation for EMF based model writers.
EMFModelWriter() - Constructor for class com.sodius.mdw.core.model.emf.EMFModelWriter
 
EMFXMIModelReader - Class in com.sodius.mdw.core.model.emf
Default EMF based implementation to handle XMI uris.
EMFXMIModelReader() - Constructor for class com.sodius.mdw.core.model.emf.EMFXMIModelReader
 
EMFXMIModelWriter - Class in com.sodius.mdw.core.model.emf
Default EMF based implementation to handle XMI uris.
EMFXMIModelWriter() - Constructor for class com.sodius.mdw.core.model.emf.EMFXMIModelWriter
 
EMFXMLModelReader - Class in com.sodius.mdw.core.model.emf
Default EMF based implementation to handle XML uris.
EMFXMLModelReader() - Constructor for class com.sodius.mdw.core.model.emf.EMFXMLModelReader
 
EMFXMLModelWriter - Class in com.sodius.mdw.core.model.emf
Default EMF based implementation to handle XML uris.
EMFXMLModelWriter() - Constructor for class com.sodius.mdw.core.model.emf.EMFXMLModelWriter
 
eModel() - Method in interface com.sodius.mdw.core.model.MDWObject
Returns the containing model, or null.
emptyElement(String, Attributes) - Method in interface com.sodius.mdw.core.util.io.XMLWriter
Receives notification of the element without data information and whithout child.
emptyElement(String, String, Attributes) - Method in interface com.sodius.mdw.core.util.io.XMLWriter
Receives notification of the element without data information and whithout child.
endElement(String) - Method in interface com.sodius.mdw.core.util.io.XMLWriter
Receives notification of the end of an element.
endElement(String, String) - Method in interface com.sodius.mdw.core.util.io.XMLWriter
Receives notification of the end of an element.
ENTRY_POINT - Static variable in class com.sodius.mdw.core.eval.project.VisibilityKind
entry : the rule is available to the end-user (only valid for rules).
equals(Object) - Method in class com.sodius.mdw.core.model.RichText
Return true if the argument is a RichText of same type wrapping the same text.
eRemove() - Method in interface com.sodius.mdw.core.model.MDWObject
Tag this object as removed.
error(Object) - Method in class com.sodius.mdw.core.util.log.AbstractLogger
 
error(Object, String, int, int) - Method in class com.sodius.mdw.core.util.log.AbstractLogger
 
error(Object, Throwable) - Method in class com.sodius.mdw.core.util.log.AbstractLogger
 
ERROR - Static variable in class com.sodius.mdw.core.util.log.Level
ERROR level should describe events that are of considerable importance and which will prevent normal program execution.
error(Object) - Method in interface com.sodius.mdw.core.util.log.Logger
Logs an error level message.
error(Object, String, int, int) - Method in interface com.sodius.mdw.core.util.log.Logger
Logs an error level message.
error(Object, Throwable) - Method in interface com.sodius.mdw.core.util.log.Logger
Logs an error level message.
error(Object) - Method in class com.sodius.mdw.core.util.log.LoggerSet
 
error(Object, String, int, int) - Method in class com.sodius.mdw.core.util.log.LoggerSet
 
error(Object, Throwable) - Method in class com.sodius.mdw.core.util.log.LoggerSet
 
eSetUniqueID(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Sets the unique ID of this object.
eUniqueID() - Method in interface com.sodius.mdw.core.model.MDWObject
Returns the ID which uniquely identifies the object, and which is constant in time.
Evaluable - Interface in com.sodius.mdw.core.eval
Can be implemented to define an arbitrary sequence of templates and scripts to be evaluated.
evaluate(EvaluationContext) - Method in interface com.sodius.mdw.core.eval.Evaluable
Defines an arbitrary sequence of templates and scripts to be evaluated in the specified context.
evaluate(LaunchConfiguration, ProgressMonitor) - Method in interface com.sodius.mdw.core.eval.EvaluationManager
Launches an evaluation based on the specified launch configuration.
evaluate(Project, Evaluable, ProgressMonitor) - Method in interface com.sodius.mdw.core.eval.EvaluationManager
Launches an evaluation based on the specified project.
evaluateRule(String, List<?>, String, List<?>) - Method in interface com.sodius.mdw.core.eval.EvaluationContext
Evaluates the specified rule and returns the evaluation result.
EvaluationConfiguration - Interface in com.sodius.mdw.core.eval
Describes evaluation properties.
EvaluationContext - Interface in com.sodius.mdw.core.eval
Provides services that helps to build model transformators/generators.
EvaluationException - Class in com.sodius.mdw.core.eval
Thrown when the evaluation of an element (template, rule, script) fails.
EvaluationException(String) - Constructor for class com.sodius.mdw.core.eval.EvaluationException
Constructs an EvaluationException with the specified detail message.
EvaluationException(Throwable) - Constructor for class com.sodius.mdw.core.eval.EvaluationException
Constructs an EvaluationException with the specified cause.
EvaluationManager - Interface in com.sodius.mdw.core.eval
Provides entry-point services to launch an evaluation.
EvaluationResult - Interface in com.sodius.mdw.core.eval
Provides access to the output of an evaluation.
ExtendedClass - Interface in com.sodius.mdw.core.model
Provides access to structural features, like EClass does, but merges the features of the base EClass with the ones defined on applied metamodel extensions (if any).

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