Interface RelationType
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Type
- All Known Subinterfaces:
ReferenceType
- All Known Implementing Classes:
ReferenceTypeImpl
,RelationTypeImpl
public interface RelationType extends Type
A representation of the model object 'Relation Type'.- See Also:
PatternLanguagePackage.getRelationType()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.eclipse.viatra.query.patternlanguage.emf.vql.Type
getTypename, setTypename
-
-