Package | Description |
---|---|
org.eclipse.incquery.viewers.runtime.model | |
org.eclipse.incquery.viewers.runtime.model.impl | |
org.eclipse.incquery.viewers.runtime.model.util |
Modifier and Type | Method and Description |
---|---|
NotationModel |
NotationFactory.createNotationModel()
Returns a new object of class 'Model'.
|
NotationModel |
ViewerDataModel.getNotationModel() |
NotationModel |
ViewerState.getNotationModel() |
Modifier and Type | Class and Description |
---|---|
class |
NotationModelImpl
An implementation of the model object 'Model'.
|
Modifier and Type | Method and Description |
---|---|
NotationModel |
NotationFactoryImpl.createNotationModel() |
Modifier and Type | Method and Description |
---|---|
T |
NotationSwitch.caseNotationModel(NotationModel object)
Returns the result of interpreting the object as an instance of 'Model'.
|