Interface Not
-
- All Known Implementing Classes:
NotImpl
public interface Not extends LogicTerm
A representation of the model object 'Not'.The following features are supported:
- See Also:
PrologmodelPackage.getNot()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogicTermgetOperand()Returns the value of the 'Operand' containment reference.voidsetOperand(LogicTerm value)Sets the value of the 'Operand' containment reference.-
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
-
getOperand
LogicTerm getOperand()
Returns the value of the 'Operand' containment reference.- Returns:
- the value of the 'Operand' containment reference.
- See Also:
setOperand(LogicTerm),PrologmodelPackage.getNot_Operand()- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setOperand
void setOperand(LogicTerm value)
Sets the value of the 'Operand' containment reference.- Parameters:
value- the new value of the 'Operand' containment reference.- See Also:
getOperand()- Generated class or method.
-
-