Class BaseEMFTypeKey<EMFKey>
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.matchers.context.common.BaseInputKeyWrapper<EMFKey>
-
- org.eclipse.viatra.query.runtime.emf.types.BaseEMFTypeKey<EMFKey>
-
- All Implemented Interfaces:
IInputKey
- Direct Known Subclasses:
EClassExactInstancesKey
,EClassTransitiveInstancesKey
,EClassUnscopedTransitiveInstancesKey
,EDataTypeInSlotsKey
,EStructuralFeatureInstancesKey
public abstract class BaseEMFTypeKey<EMFKey> extends BaseInputKeyWrapper<EMFKey>
Base class for EMF Type keys.
-
-
Field Summary
-
Fields inherited from class org.eclipse.viatra.query.runtime.matchers.context.common.BaseInputKeyWrapper
wrappedKey
-
-
Constructor Summary
Constructors Constructor Description BaseEMFTypeKey(EMFKey emfKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EMFKey
getEmfKey()
java.lang.String
toString()
-
Methods inherited from class org.eclipse.viatra.query.runtime.matchers.context.common.BaseInputKeyWrapper
equals, getWrappedKey, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.viatra.query.runtime.matchers.context.IInputKey
getArity, getPrettyPrintableName, getStringID, isEnumerable
-
-