public abstract class ViewerDataModel
extends java.lang.Object
ObservableSet instances.| Constructor and Description |
|---|
ViewerDataModel(IncQueryEngine engine) |
ViewerDataModel(org.eclipse.emf.ecore.resource.ResourceSet notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
IncQueryEngine |
getEngine() |
NotationModel |
getNotationModel() |
abstract java.util.Collection<IQuerySpecification<?>> |
getPatterns() |
public ViewerDataModel(org.eclipse.emf.ecore.resource.ResourceSet notifier)
throws IncQueryException,
IncQueryBaseException
public ViewerDataModel(IncQueryEngine engine) throws IncQueryException, IncQueryBaseException
public NotationModel getNotationModel()
public IncQueryEngine getEngine()
public void dispose()
public abstract java.util.Collection<IQuerySpecification<?>> getPatterns()