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

D

d - Variable in class org.infai.emo.matcher.editor.wizard.Wizard
The Display the wizard is shown on.
date - Variable in class org.infai.emo.matcher.diff.impl.InputImpl
The cached value of the 'Date' attribute
DATE_EDEFAULT - Static variable in class org.infai.emo.matcher.diff.impl.InputImpl
The default value of the 'Date' attribute
defaultCase(EObject) - Method in class org.infai.emo.matcher.diff.util.DiffSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.infai.emo.matcher.map.util.MapSwitch
Returns the result of interpreting the object as an instance of 'EObject'
DEL - Static variable in class org.infai.emo.matcher.editor.util.Constants
The key for a deleted model-element in the diff-model.
DEL_VALUE - Static variable in enum org.infai.emo.matcher.diff.DifferenceType
The 'Del' literal value
detailedMatchings - Variable in class org.infai.emo.matcher.action.ModelComparator
This vector stores all the atomic matchings between both models.
diff - Variable in class org.infai.emo.matcher.diff.impl.InputImpl
The cached value of the 'Diff' containment reference
DIFF_ELEMENT - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The meta object id for the 'Element' class
DIFF_ELEMENT - Static variable in interface org.infai.emo.matcher.diff.DiffPackage.Literals
The meta object literal for the 'Element' class
DIFF_ELEMENT__DIFF_TYPE - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The feature id for the 'Diff Type' attribute
DIFF_ELEMENT__DIFF_TYPE - Static variable in interface org.infai.emo.matcher.diff.DiffPackage.Literals
The meta object literal for the 'Diff Type' attribute feature
DIFF_ELEMENT_FEATURE_COUNT - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The number of structural features of the 'Element' class
DIFF_MODEL - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The meta object id for the 'Model' class
DIFF_MODEL - Static variable in interface org.infai.emo.matcher.diff.DiffPackage.Literals
The meta object literal for the 'Model' class
DIFF_MODEL__ELEMENTS - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The feature id for the 'Elements' containment reference list
DIFF_MODEL__ELEMENTS - Static variable in interface org.infai.emo.matcher.diff.DiffPackage.Literals
The meta object literal for the 'Elements' containment reference list feature
DIFF_MODEL__LEFT_MODEL - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The feature id for the 'Left Model' attribute
DIFF_MODEL__LEFT_MODEL - Static variable in interface org.infai.emo.matcher.diff.DiffPackage.Literals
The meta object literal for the 'Left Model' attribute feature
DIFF_MODEL__RIGHT_MODEL - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The feature id for the 'Right Model' attribute
DIFF_MODEL__RIGHT_MODEL - Static variable in interface org.infai.emo.matcher.diff.DiffPackage.Literals
The meta object literal for the 'Right Model' attribute feature
DIFF_MODEL_FEATURE_COUNT - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The number of structural features of the 'Model' class
DIFF_TYPE_EDEFAULT - Static variable in class org.infai.emo.matcher.diff.impl.DiffElementImpl
The default value of the 'Diff Type' attribute
DiffAdapterFactory - Class in org.infai.emo.matcher.diff.util
The Adapter Factory for the model.
DiffAdapterFactory() - Constructor for class org.infai.emo.matcher.diff.util.DiffAdapterFactory
Creates an instance of the adapter factory
DiffBuilder - Class in org.infai.emo.matcher.action
Class for building an EMF-based difference model.
DiffBuilder(MapModel) - Constructor for class org.infai.emo.matcher.action.DiffBuilder
Constructor for instantiating a new DiffBuilder with the mapping that is shall compute.
diffContainsGroups(EList<DiffElement>) - Method in class org.infai.emo.matcher.editor.pages.DifferencePage
Determines whether the diff-model contains any group-elements.
DiffElement - Interface in org.infai.emo.matcher.diff
A representation of the model object 'Element'
diffElementEClass - Variable in class org.infai.emo.matcher.diff.impl.DiffPackageImpl
 
DiffElementImpl - Class in org.infai.emo.matcher.diff.impl
An implementation of the model object 'Element'
DiffElementImpl() - Constructor for class org.infai.emo.matcher.diff.impl.DiffElementImpl
 
DIFFERENCE_TYPE - Static variable in interface org.infai.emo.matcher.diff.DiffPackage
The meta object id for the 'Difference Type' enum
DIFFERENCE_TYPE - Static variable in interface org.infai.emo.matcher.diff.DiffPackage.Literals
The meta object literal for the 'Difference Type' enum
differencePage - Variable in class org.infai.emo.matcher.editor.ModelMatcherEditor
The page of this MultiPageEditor that visualizes the mapping of the models and contains the difference-model.
DifferencePage - Class in org.infai.emo.matcher.editor.pages
This class describes the page of the ModelMatcherEditor that contains the mapping and the difference-model.
DifferencePage(Composite, int, ModelMatcherEditor) - Constructor for class org.infai.emo.matcher.editor.pages.DifferencePage
The constructor for creating a new DifferencePage.
differencesTreeV - Variable in class org.infai.emo.matcher.editor.pages.DifferencePage
The TreeViewer which contains the diff-model.
DifferenceTreeContentProvider - Class in org.infai.emo.matcher.editor.pages
This class provides different methods for the Difference-TreeViewer of the DifferencePage such like getting the children of a given item or getting the parent, ...
DifferenceTreeContentProvider() - Constructor for class org.infai.emo.matcher.editor.pages.DifferenceTreeContentProvider
 
DifferenceTreeLabelProvider - Class in org.infai.emo.matcher.editor.pages
Class provides Text and Image of a given element of the tree so that the treeViewer can display the item correctly.
DifferenceTreeLabelProvider() - Constructor for class org.infai.emo.matcher.editor.pages.DifferenceTreeLabelProvider
 
DifferenceType - Enum in org.infai.emo.matcher.diff
A representation of the literals of the enumeration 'Difference Type', and utility methods for working with them
DifferenceType(int, String, String) - Constructor for enum org.infai.emo.matcher.diff.DifferenceType
Only this class can construct instances
differenceTypeEEnum - Variable in class org.infai.emo.matcher.diff.impl.DiffPackageImpl
 
DiffFactory - Interface in org.infai.emo.matcher.diff
The Factory for the model.
DiffFactoryImpl - Class in org.infai.emo.matcher.diff.impl
An implementation of the model Factory
DiffFactoryImpl() - Constructor for class org.infai.emo.matcher.diff.impl.DiffFactoryImpl
Creates an instance of the factory
diffModel - Variable in class org.infai.emo.matcher.action.DiffBuilder
The EMF-Model that contains the differences between both models.
DiffModel - Interface in org.infai.emo.matcher.diff
A representation of the model object 'Model'
diffModel - Variable in class org.infai.emo.matcher.editor.pages.DifferencePage
This model contains the differences of both input-models.
diffModelEClass - Variable in class org.infai.emo.matcher.diff.impl.DiffPackageImpl
 
DiffModelImpl - Class in org.infai.emo.matcher.diff.impl
An implementation of the model object 'Model'
DiffModelImpl() - Constructor for class org.infai.emo.matcher.diff.impl.DiffModelImpl
 
DiffPackage - Interface in org.infai.emo.matcher.diff
The Package for the model.
DiffPackage.Literals - Interface in org.infai.emo.matcher.diff
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type DiffPackageImpl - Class in org.infai.emo.matcher.diff.impl
An implementation of the model Package
DiffPackageImpl() - Constructor for class org.infai.emo.matcher.diff.impl.DiffPackageImpl
Creates an instance of the model Package, registered with EPackage.Registry by the package package URI value.
DiffSwitch<T> - Class in org.infai.emo.matcher.diff.util
The Switch for the model's inheritance hierarchy.
DiffSwitch() - Constructor for class org.infai.emo.matcher.diff.util.DiffSwitch
Creates an instance of the switch
diffType - Variable in class org.infai.emo.matcher.diff.impl.DiffElementImpl
The cached value of the 'Diff Type' attribute
disableBack() - Method in class org.infai.emo.matcher.editor.wizard.Wizard
Disables the back-button.
disableFinish() - Method in class org.infai.emo.matcher.editor.wizard.Wizard
Disables the finish-button.
disableNext() - Method in class org.infai.emo.matcher.editor.wizard.Wizard
Disables the next-button.
dispose() - Method in class org.infai.emo.matcher.editor.action.PopupAction
dispose() - Method in class org.infai.emo.matcher.editor.ModelMatcherTreeContentProvider
dispose() - Method in class org.infai.emo.matcher.editor.ModelMatcherTreeLabelProvider
dispose() - Method in class org.infai.emo.matcher.editor.pages.DifferenceTreeContentProvider
dispose() - Method in class org.infai.emo.matcher.editor.pages.DifferenceTreeLabelProvider
divValues(double) - Method in class org.infai.emo.matcher.util.Matching
Divides all the matching-values by the given factor.
doSave(IProgressMonitor) - Method in class org.infai.emo.matcher.editor.ModelMatcherEditor
doSaveAs() - Method in class org.infai.emo.matcher.editor.ModelMatcherEditor
doSwitch(EObject) - Method in class org.infai.emo.matcher.diff.util.DiffSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.infai.emo.matcher.diff.util.DiffSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.infai.emo.matcher.diff.util.DiffSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EObject) - Method in class org.infai.emo.matcher.map.util.MapSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.infai.emo.matcher.map.util.MapSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.infai.emo.matcher.map.util.MapSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
drawChart() - Method in class org.infai.emo.matcher.editor.pages.StatisticsPage
 
drawLine(int, int, Tuple, double, boolean) - Method in class org.infai.emo.matcher.editor.ModelMatcherCanvas
This method draws a matching-line on the canvas.
drawLine(EObject, EObject, Vector<TreeItem>, Vector<TreeItem>) - Method in class org.infai.emo.matcher.editor.pages.DifferencePage
This method draws a line between two model-elements on the sash.
drawLines(Vector<TreeItem>, Vector<TreeItem>) - Method in class org.infai.emo.matcher.editor.pages.DifferencePage
This method draws the lines between all mapped elements of the DifferencePage.mapModel.

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