org.metaabm.act
Interface AAccessor

All Superinterfaces:
AAct, org.eclipse.emf.ecore.EObject, IAct, IID, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ADerive, ASet, AWatch
All Known Implementing Classes:
AAccessorImpl, ADeriveImpl, ASetImpl, AWatchImpl

public interface AAccessor
extends AAct

A representation of the model object ' AAccessor'.

Author:
Miles Parker

The following features are supported:

See Also:
MetaABMActPackage.getAAccessor()

Method Summary
 SAttribute getAttribute()
          Returns the value of the 'Attribute' reference.
 void setAttribute(SAttribute value)
          Sets the value of the 'Attribute' reference.
 
Methods inherited from interface org.metaabm.act.AAct
getAllSources, getAllTargets, getGroup, getReference, getRootSelected, getSelected, getSources, getTargets, isReachable, isTargetOf, references, setGroup, setSelected
 
Methods inherited from interface org.metaabm.IID
getID, getLabel, setID, setLabel
 
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

getAttribute

SAttribute getAttribute()
Returns the value of the 'Attribute' reference.

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

Returns:
the value of the 'Attribute' reference.
See Also:
setAttribute(SAttribute), MetaABMActPackage.getAAccessor_Attribute()

setAttribute

void setAttribute(SAttribute value)
Sets the value of the 'Attribute' reference.

Parameters:
value - the new value of the 'Attribute' reference.
See Also:
getAttribute()