Interface Caller
-
- All Known Subinterfaces:
Operation,SystemUsage
- All Known Implementing Classes:
CallerImpl,OperationImpl,SystemUsageImpl
public interface Caller extends EObject
- See Also:
PrologmodelPackage.getCaller()- Generated class or method.
- EMF model class or method.
- abstract="true" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='callNamesUnique'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot callNamesUnique='calls->isUnique(name)'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<OperationCall>getCalls()Returns the value of the 'Calls' containment reference list.StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' 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 Detail
-
getCalls
EList<OperationCall> getCalls()
Returns the value of the 'Calls' containment reference list. The list contents are of typeOperationCall. It is bidirectional and its opposite is 'Caller'.- Returns:
- the value of the 'Calls' containment reference list.
- See Also:
PrologmodelPackage.getCaller_Calls(),OperationCall.getCaller()- Generated class or method.
- EMF model class or method.
- opposite="caller" containment="true"
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),PrologmodelPackage.getCaller_Name()- Generated class or method.
- EMF model class or method.
-
-