Uses of Interface
org.eclipse.modisco.omg.gastm.SourceFileReference

Packages that use SourceFileReference
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of SourceFileReference in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return SourceFileReference
 SourceFileReference GASTMFactory.createSourceFileReference()
          Returns a new object of class 'Source File Reference'.
 SourceFileReference IncludeUnit.getFile()
          Returns the value of the 'File' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type SourceFileReference
 void IncludeUnit.setFile(SourceFileReference value)
          Sets the value of the 'File' containment reference.
 

Uses of SourceFileReference in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type SourceFileReference
 T GASTMSwitch.caseSourceFileReference(SourceFileReference object)
          Returns the result of interpreting the object as an instance of 'Source File Reference'.