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

D

dataElement(String, String) - Method in interface com.sodius.mdw.core.util.io.XMLWriter
Receives notification of the element with data information but whithout attributes and child.
dataElement(String, String, String) - Method in interface com.sodius.mdw.core.util.io.XMLWriter
Receives notification of the element with data information but whithout attributes and child.
debug(Object) - Method in class com.sodius.mdw.core.util.log.AbstractLogger
 
debug(Object, String, int, int) - Method in class com.sodius.mdw.core.util.log.AbstractLogger
 
debug(Object, Throwable) - Method in class com.sodius.mdw.core.util.log.AbstractLogger
 
DEBUG - Static variable in class com.sodius.mdw.core.util.log.Level
DEBUG level is used to assist in debugging problems that may be associated with particular configurations.
debug(Object) - Method in interface com.sodius.mdw.core.util.log.Logger
Logs a debug level message.
debug(Object, String, int, int) - Method in interface com.sodius.mdw.core.util.log.Logger
Logs a debug level message.
debug(Object, Throwable) - Method in interface com.sodius.mdw.core.util.log.Logger
Logs a debug level message.
debug(Object) - Method in class com.sodius.mdw.core.util.log.LoggerSet
 
debug(Object, String, int, int) - Method in class com.sodius.mdw.core.util.log.LoggerSet
 
debug(Object, Throwable) - Method in class com.sodius.mdw.core.util.log.LoggerSet
 
DebugHierarchy - Interface in com.sodius.mdw.core.eval.debug
A debug hierarchy is a tree of nodes, each node representing an evaluated element (template, rule or script).
DebugNode - Interface in com.sodius.mdw.core.eval.debug
A node of the debug hierarchy tree.
DebugValue - Interface in com.sodius.mdw.core.eval.debug
Description of a value, represented as a a String.
DebugVariable - Interface in com.sodius.mdw.core.eval.debug
A named value used in the debug hierarchy.
DEFAULT_ENCODING - Static variable in class com.sodius.mdw.core.util.io.XMLUtils
The XML default encoding to use, which is "UTF-8".
DefaultMDWList<E> - Class in com.sodius.mdw.core.model
Default MDWList implementation based on an ArrayList.
DefaultMDWList() - Constructor for class com.sodius.mdw.core.model.DefaultMDWList
Constructs an empty list with an initial capacity of ten.
DefaultMDWList(int) - Constructor for class com.sodius.mdw.core.model.DefaultMDWList
Constructs an empty list with the specified initial capacity.
DefaultMDWList(Collection<E>) - Constructor for class com.sodius.mdw.core.model.DefaultMDWList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
DefaultMDWSet<E> - Class in com.sodius.mdw.core.model
Default MDWSet implementation based on a HashSet.
DefaultMDWSet() - Constructor for class com.sodius.mdw.core.model.DefaultMDWSet
Constructs an empty Set.
DefaultMDWSet(int) - Constructor for class com.sodius.mdw.core.model.DefaultMDWSet
Constructs an empty Set with the specified initial capacity.
DefaultMDWSet(Collection<E>) - Constructor for class com.sodius.mdw.core.model.DefaultMDWSet
Constructs a Set containing the elements of the specified collection.
DefaultPropertySet - Class in com.sodius.mdw.core.util
 
DefaultPropertySet() - Constructor for class com.sodius.mdw.core.util.DefaultPropertySet
 
detect(String, Object) - Method in interface com.sodius.mdw.core.model.MDWCollection
Returns the first MDWObject of this collection whose script evaluation result matches the specified value.
detect(String, List<?>, Object) - Method in interface com.sodius.mdw.core.model.MDWCollection
Returns the first MDWObject of this collection whose script evaluation result matches the specified value.
detect(EStructuralFeature, Object) - Method in interface com.sodius.mdw.core.model.MDWCollection
Returns the first MDWObject of this collection whose feature matches the specified value.
detect(String, Object) - Method in interface com.sodius.mdw.core.model.MDWList
Returns the first MDWObject of this list whose script evaluation result matches the specified value.
detect(String, List<?>, Object) - Method in interface com.sodius.mdw.core.model.MDWList
Returns the first MDWObject of this list whose script evaluation result matches the specified value.
detect(EStructuralFeature, Object) - Method in interface com.sodius.mdw.core.model.MDWList
Returns the first MDWObject of this list whose feature matches the specified value.
detect(String, Object) - Method in interface com.sodius.mdw.core.model.MDWSet
Returns the first MDWObject of this Set whose script evaluation result matches the specified value.
detect(String, List<?>, Object) - Method in interface com.sodius.mdw.core.model.MDWSet
Returns the first MDWObject of this Set whose script evaluation result matches the specified value.
detect(EStructuralFeature, Object) - Method in interface com.sodius.mdw.core.model.MDWSet
Returns the first MDWObject of this Set whose feature matches the specified value.
DiagramFileImage - Class in com.sodius.mdw.core.model.diagram
A file-based diagram image implementation.
DiagramFileImage(File) - Constructor for class com.sodius.mdw.core.model.diagram.DiagramFileImage
Creates a new diagram image based on the specified file.
DiagramImage - Interface in com.sodius.mdw.core.model.diagram
Describes the contents of a diagram image.
DiagramOptions - Class in com.sodius.mdw.core.model.diagram
Defines options that helps a DiagramProvider to retrieve images.
DiagramOptions() - Constructor for class com.sodius.mdw.core.model.diagram.DiagramOptions
 
DiagramProvider - Interface in com.sodius.mdw.core.model.diagram
Provides diagram images related to a model element.
DiagramTemporaryImage - Class in com.sodius.mdw.core.model.diagram
Temporary file-based diagram image implementation.
DiagramTemporaryImage(File) - Constructor for class com.sodius.mdw.core.model.diagram.DiagramTemporaryImage
Creates a new diagram image based on the specified file.
DirectionKind - Class in com.sodius.mdw.core.eval.project
Enumerations of known model parameter direction kinds.
DIRECTORY - Static variable in class com.sodius.mdw.core.model.io.ConnectorKind
Directory kind : the uri passed to a connector must be a directory path.
discard() - Method in interface com.sodius.mdw.core.eval.GeneratedCode
Notifies this generated code it must be discarded.
disconnect() - Static method in class com.sodius.mdw.core.util.log.SystemStream
Restores the original streams to System.out and System.err.
dispose() - Method in class com.sodius.mdw.core.model.diagram.DiagramFileImage
This implementation does nothing.
dispose() - Method in interface com.sodius.mdw.core.model.diagram.DiagramImage
Dispose the image.
dispose() - Method in class com.sodius.mdw.core.model.diagram.DiagramTemporaryImage
Delete the temporary file.
dispose() - Method in interface com.sodius.mdw.core.util.io.InputSourceProvider
Disposes of this input source.
DOCTYPE_OMIT - Static variable in class com.sodius.mdw.core.model.RichText
Doctype value to tell the converter to ignore the doctype.
DOCTYPE_STRICT - Static variable in class com.sodius.mdw.core.model.RichText
XHTML Strict doctype.
DOCTYPE_TRANSITIONAL - Static variable in class com.sodius.mdw.core.model.RichText
XHTML Transitional doctype
done() - Method in class com.sodius.mdw.core.util.progress.NullProgressMonitor
This implementation does nothing.
done() - Method in interface com.sodius.mdw.core.util.progress.ProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
done() - Method in class com.sodius.mdw.core.util.progress.ProgressMonitorWrapper
 
done() - Method in class com.sodius.mdw.core.util.progress.SubProgressMonitor
 

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