Uses of Interface
org.eclipse.mofscript.traceabilitymodel.TraceableSegment

Packages that use TraceableSegment
org.eclipse.mofscript.traceabilitymodel   
org.eclipse.mofscript.traceabilitymodel.impl   
org.eclipse.mofscript.traceabilitymodel.util   
 

Uses of TraceableSegment in org.eclipse.mofscript.traceabilitymodel
 

Methods in org.eclipse.mofscript.traceabilitymodel that return TraceableSegment
 TraceableSegment TraceabilitymodelFactory.createTraceableSegment()
          Returns a new object of class 'Traceable Segment'
 TraceableSegment Trace.getSegment()
          Returns the value of the 'Segment' reference
 

Methods in org.eclipse.mofscript.traceabilitymodel with parameters of type TraceableSegment
 void Trace.setSegment(TraceableSegment value)
          Sets the value of the 'Segment' reference
 

Uses of TraceableSegment in org.eclipse.mofscript.traceabilitymodel.impl
 

Classes in org.eclipse.mofscript.traceabilitymodel.impl that implement TraceableSegment
 class TraceableSegmentImpl
          An implementation of the model object 'Traceable Segment'
 

Methods in org.eclipse.mofscript.traceabilitymodel.impl that return TraceableSegment
 TraceableSegment TraceImpl.basicGetSegment()
           
 TraceableSegment TraceabilitymodelFactoryImpl.createTraceableSegment()
           
 TraceableSegment TraceImpl.getSegment()
           
 

Methods in org.eclipse.mofscript.traceabilitymodel.impl with parameters of type TraceableSegment
 void TraceImpl.setSegment(TraceableSegment newSegment)
           
 

Uses of TraceableSegment in org.eclipse.mofscript.traceabilitymodel.util
 

Methods in org.eclipse.mofscript.traceabilitymodel.util with parameters of type TraceableSegment
 java.lang.Object TraceabilitymodelSwitch.caseTraceableSegment(TraceableSegment object)
          Returns the result of interpreting the object as an instance of 'Traceable Segment'