public interface PhysicalBase
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TracePackage.getPhysicalBase()| Modifier and Type | Method and Description |
|---|---|
double |
getOffset()
Returns the value of the 'Offset' attribute
|
org.eclipse.emf.common.util.EList<PhysicalSteps> |
getPhysicalSteps()
Returns the value of the 'Physical Steps' containment reference list.
|
Reference |
getRelatedDenseClock()
Returns the value of the 'Related Dense Clock' containment reference
|
void |
setOffset(double value)
Sets the value of the '
Offset' attribute |
void |
setRelatedDenseClock(Reference value)
Sets the value of the '
Related Dense Clock' containment reference |
org.eclipse.emf.common.util.EList<PhysicalSteps> getPhysicalSteps()
PhysicalSteps.
If the meaning of the 'Physical Steps' containment reference list isn't clear, there really should be more of a description here...
TracePackage.getPhysicalBase_PhysicalSteps()Reference getRelatedDenseClock()
If the meaning of the 'Related Dense Clock' containment reference isn't clear, there really should be more of a description here...
setRelatedDenseClock(Reference),
TracePackage.getPhysicalBase_RelatedDenseClock()void setRelatedDenseClock(Reference value)
Related Dense Clock' containment reference.
value - the new value of the 'Related Dense Clock' containment reference.getRelatedDenseClock()double getOffset()
If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
setOffset(double),
TracePackage.getPhysicalBase_Offset()void setOffset(double value)
Offset' attribute.
value - the new value of the 'Offset' attribute.getOffset()