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 that return types with arguments of type TraceableSegment
 org.eclipse.emf.common.util.EList<TraceableSegment> Block.getTraceablesegment()
          Returns the value of the 'Traceablesegment' containment reference list.
 

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'
 

Fields in org.eclipse.mofscript.traceabilitymodel.impl declared as TraceableSegment
protected  TraceableSegment TraceImpl.segment
          The cached value of the 'Segment' reference
 

Fields in org.eclipse.mofscript.traceabilitymodel.impl with type parameters of type TraceableSegment
protected  org.eclipse.emf.common.util.EList<TraceableSegment> BlockImpl.traceablesegment
          The cached value of the 'Traceablesegment' containment reference list
 

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 that return types with arguments of type TraceableSegment
 org.eclipse.emf.common.util.EList<TraceableSegment> BlockImpl.getTraceablesegment()
           
 

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
 T TraceabilitymodelSwitch.caseTraceableSegment(TraceableSegment object)
          Returns the result of interpreting the object as an instance of 'Traceable Segment'