org.metaabm
Interface SContext
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject, IID, org.eclipse.emf.common.notify.Notifier, SActable, SAgent, SAttributed, SImplemented, SNamed
- All Known Implementing Classes:
- SContextImpl
public interface SContext
- extends SAgent
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 |
getProjections
org.eclipse.emf.common.util.EList<SProjection> getProjections()
- Returns the value of the 'Projections' containment
reference list. The list contents are of type
SProjection
. It is bidirectional and its opposite is
' Owner
'.
If the meaning of the 'Projections' containment reference list
isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Projections' containment reference
list.
- See Also:
MetaABMPackage.getSContext_Projections()
,
SProjection.getOwner()
getAgents
org.eclipse.emf.common.util.EList<SAgent> getAgents()
- Returns the value of the 'Agents' containment reference list.
The list contents are of type
SAgent
.
It is bidirectional and its opposite is 'Owner
'.
If the meaning of the 'Agents' containment reference list isn't
clear, there really should be more of a description here...
- Returns:
- the value of the 'Agents' containment reference list.
- See Also:
MetaABMPackage.getSContext_Agents()
,
SAgent.getOwner()
getValueLayers
org.eclipse.emf.common.util.EList<SValueLayer> getValueLayers()
- Returns the value of the 'Value Layers' containment reference list.
The list contents are of type
SValueLayer
.
If the meaning of the 'Value Layers' containment reference list
isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value Layers' containment reference list.
- See Also:
MetaABMPackage.getSContext_ValueLayers()
getLibrary
org.eclipse.emf.common.util.EList<IArtifact> getLibrary()
- Returns the value of the 'Library' containment reference
list. The list contents are of type
IArtifact
.
If the meaning of the 'Library' containment reference list isn't
clear, there really should be more of a description here...
- Returns:
- the value of the 'Library' containment reference list.
- See Also:
MetaABMPackage.getSContext_Library()
getSubContexts
java.util.Collection<SContext> getSubContexts()
getAllSubAgents
java.util.List<SAgent> getAllSubAgents()
getAllAgents
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getAllAgents()
getAllContexts
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getAllContexts()
findChild
SAgent findChild(java.lang.String name)
findAgent
SAgent findAgent(java.lang.String id)