Interface TypeCheckConstraint
-
- All Superinterfaces:
CallableRelation
,Constraint
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,UnaryTypeConstraint
- All Known Implementing Classes:
TypeCheckConstraintImpl
public interface TypeCheckConstraint extends Constraint, UnaryTypeConstraint
A representation of the model object 'Type Check Constraint'.- See Also:
PatternLanguagePackage.getTypeCheckConstraint()
- 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.viatra.query.patternlanguage.emf.vql.CallableRelation
getTransitive, setTransitive
-
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.UnaryTypeConstraint
getType, getVar, setType, setVar
-
-