Interface And
-
- All Known Implementing Classes:
AndImpl
public interface And extends LogicTerm
A representation of the model object 'And'.The following features are supported:
- See Also:
PrologmodelPackage.getAnd()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<LogicTerm>
getOperands()
Returns the value of the 'Operands' containment reference list.-
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.palladiosimulator.pcm.dataprocessing.prolog.prologmodel.LogicTerm
getContainingAssignment
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getOperands
EList<LogicTerm> getOperands()
Returns the value of the 'Operands' containment reference list. The list contents are of typeLogicTerm
.- Returns:
- the value of the 'Operands' containment reference list.
- See Also:
PrologmodelPackage.getAnd_Operands()
- Generated class or method.
- EMF model class or method.
- containment="true" lower="2" upper="2"
-
-