org.eclipse.emf.henshin.trace
Interface Trace

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
TraceImpl

public interface Trace
extends EObject

A representation of the model object 'Trace'.

The following features are supported:

See Also:
TracePackage.getTrace()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 EList<EObject> getSource()
          Returns the value of the 'Source' reference list.
 EList<Trace> getSubTraces()
          Returns the value of the 'Sub Traces' containment reference list.
 EList<EObject> getTarget()
          Returns the value of the 'Target' reference list.
 void setName(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

getSubTraces

EList<Trace> getSubTraces()
Returns the value of the 'Sub Traces' containment reference list. The list contents are of type Trace.

Returns:
the value of the 'Sub Traces' containment reference list.
See Also:
TracePackage.getTrace_SubTraces()

getSource

EList<EObject> getSource()
Returns the value of the 'Source' reference list. The list contents are of type EObject.

Returns:
the value of the 'Source' reference list.
See Also:
TracePackage.getTrace_Source()

getTarget

EList<EObject> getTarget()
Returns the value of the 'Target' reference list. The list contents are of type EObject.

Returns:
the value of the 'Target' reference list.
See Also:
TracePackage.getTrace_Target()

getName

String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TracePackage.getTrace_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()