Interface Atom
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expr
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AtomImpl
A representation of the model object 'Atom'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<Expr> Returns the value of the 'Arguments' containment reference list.Returns the value of the 'Relation' reference.boolean
Returns the value of the 'Transitive Closure' attribute.void
setRelation
(Relation value) Sets the value of the 'Relation
' reference.void
setTransitiveClosure
(boolean value) Sets the value of the 'Transitive Closure
' attribute.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
-
Method Details
-
isTransitiveClosure
boolean isTransitiveClosure()Returns the value of the 'Transitive Closure' attribute.- Returns:
- the value of the 'Transitive Closure' attribute.
- See Also:
-
setTransitiveClosure
void setTransitiveClosure(boolean value) Sets the value of the 'Transitive Closure
' attribute.- Parameters:
value
- the new value of the 'Transitive Closure' attribute.- See Also:
-
getArguments
org.eclipse.emf.common.util.EList<Expr> getArguments()Returns the value of the 'Arguments' containment reference list. The list contents are of typeExpr
.- Returns:
- the value of the 'Arguments' containment reference list.
- See Also:
-
getRelation
Relation getRelation()Returns the value of the 'Relation' reference.- Returns:
- the value of the 'Relation' reference.
- See Also:
-
setRelation
Sets the value of the 'Relation
' reference.- Parameters:
value
- the new value of the 'Relation' reference.- See Also:
-