org.metaabm
Interface IAgentChild

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IModelExtension, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
SdModel
All Known Implementing Classes:
SdModelImpl, SdModelImplGeneratedNot

public interface IAgentChild
extends IModelExtension

A representation of the model object 'IAgent Child'.

The following features are supported:

See Also:
MetaABMPackage.getIAgentChild()

Method Summary
 SAgent getParent()
          Returns the value of the 'Parent' container reference.
 void setParent(SAgent value)
          Sets the value of the 'Parent' container reference.
 
Methods inherited from interface org.metaabm.IModelExtension
getName, getPackage
 
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

getParent

SAgent getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Children'.

If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(SAgent), MetaABMPackage.getIAgentChild_Parent(), SAgent.getChildren()

setParent

void setParent(SAgent value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()