Package | Description |
---|---|
fr.inria.aoste.trace | |
fr.inria.aoste.trace.impl | |
fr.inria.aoste.trace.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ModelElementReference
A representation of the model object 'Model Element Reference'
|
interface |
NamedReference
A representation of the model object 'Named Reference'
|
Modifier and Type | Method and Description |
---|---|
Reference |
EventOccurrence.getContext()
Returns the value of the 'Context' reference
|
Reference |
State.getReferedElement()
Returns the value of the 'Refered Element' reference
|
Reference |
PhysicalBase.getRelatedDenseClock()
Returns the value of the 'Related Dense Clock' containment reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Reference> |
Trace.getReferences()
Returns the value of the 'References' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
EventOccurrence.setContext(Reference value)
Sets the value of the '
Context ' reference |
void |
State.setReferedElement(Reference value)
Sets the value of the '
Refered Element ' reference |
void |
PhysicalBase.setRelatedDenseClock(Reference value)
Sets the value of the '
Related Dense Clock ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
ModelElementReferenceImpl
An implementation of the model object 'Model Element Reference'
|
class |
NamedReferenceImpl
An implementation of the model object 'Named Reference'
|
class |
ReferenceImpl
An implementation of the model object 'Reference'
|
Modifier and Type | Method and Description |
---|---|
Reference |
EventOccurrenceImpl.basicGetContext() |
Reference |
StateImpl.basicGetReferedElement() |
Reference |
EventOccurrenceImpl.getContext() |
Reference |
StateImpl.getReferedElement() |
Reference |
PhysicalBaseImpl.getRelatedDenseClock() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Reference> |
TraceImpl.getReferences() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PhysicalBaseImpl.basicSetRelatedDenseClock(Reference newRelatedDenseClock,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
EventOccurrenceImpl.setContext(Reference newContext) |
void |
StateImpl.setReferedElement(Reference newReferedElement) |
void |
PhysicalBaseImpl.setRelatedDenseClock(Reference newRelatedDenseClock) |
Modifier and Type | Method and Description |
---|---|
T |
TraceSwitch.caseReference(Reference object)
Returns the result of interpreting the object as an instance of 'Reference'
|