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

Packages that use Trace
org.eclipse.mofscript.runtime.traceability   
org.eclipse.mofscript.traceabilitymodel   
org.eclipse.mofscript.traceabilitymodel.impl   
org.eclipse.mofscript.traceabilitymodel.util   
 

Uses of Trace in org.eclipse.mofscript.runtime.traceability
 

Methods in org.eclipse.mofscript.runtime.traceability that return Trace
 Trace TraceabilityEnvironment.createTrace(java.lang.String refValue, int offset, int refLength, org.eclipse.emf.ecore.EObject object, java.lang.String feature, RuleExecutor rExec, java.lang.String fullRefName)
          creates a trace
 

Uses of Trace in org.eclipse.mofscript.traceabilitymodel
 

Methods in org.eclipse.mofscript.traceabilitymodel that return Trace
 Trace TraceabilitymodelFactory.createTrace()
          Returns a new object of class 'Trace'
 

Methods in org.eclipse.mofscript.traceabilitymodel that return types with arguments of type Trace
 org.eclipse.emf.common.util.EList<Trace> TraceModel.getTrace()
          Returns the value of the 'Trace' containment reference list.
 

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

Classes in org.eclipse.mofscript.traceabilitymodel.impl that implement Trace
 class TraceImpl
          An implementation of the model object 'Trace'
 

Fields in org.eclipse.mofscript.traceabilitymodel.impl with type parameters of type Trace
protected  org.eclipse.emf.common.util.EList<Trace> TraceModelImpl.trace
          The cached value of the 'Trace' containment reference list
 

Methods in org.eclipse.mofscript.traceabilitymodel.impl that return Trace
 Trace TraceabilitymodelFactoryImpl.createTrace()
           
 

Methods in org.eclipse.mofscript.traceabilitymodel.impl that return types with arguments of type Trace
 org.eclipse.emf.common.util.EList<Trace> TraceModelImpl.getTrace()
           
 

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

Methods in org.eclipse.mofscript.traceabilitymodel.util with parameters of type Trace
 T TraceabilitymodelSwitch.caseTrace(Trace object)
          Returns the result of interpreting the object as an instance of 'Trace'