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

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

Uses of File in org.eclipse.mofscript.traceabilitymodel
 

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

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

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

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

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

Methods in org.eclipse.mofscript.traceabilitymodel.impl that return File
 File TraceabilitymodelFactoryImpl.createFile()
           
 

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

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

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