public class PatternMatcherRootContentKey
extends java.lang.Object
IEditorPart and a Notifier together, which belong to a
RootContent element in the QueryExplorer.| Constructor and Description |
|---|
PatternMatcherRootContentKey(org.eclipse.ui.IEditorPart editor,
org.eclipse.emf.common.notify.Notifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.eclipse.ui.IEditorPart |
getEditorPart() |
AdvancedViatraQueryEngine |
getEngine() |
org.eclipse.emf.common.notify.Notifier |
getNotifier() |
RuleEngine |
getRuleEngine() |
int |
hashCode() |
void |
setEngine(AdvancedViatraQueryEngine engine) |
void |
setRuleEngine(RuleEngine ruleEngine) |
java.lang.String |
toString() |
public PatternMatcherRootContentKey(org.eclipse.ui.IEditorPart editor,
org.eclipse.emf.common.notify.Notifier notifier)
public org.eclipse.ui.IEditorPart getEditorPart()
public org.eclipse.emf.common.notify.Notifier getNotifier()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic AdvancedViatraQueryEngine getEngine()
public void setEngine(AdvancedViatraQueryEngine engine)
public RuleEngine getRuleEngine()
public void setRuleEngine(RuleEngine ruleEngine)