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

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

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

Subinterfaces of VirtualSpecification in org.eclipse.modisco.omg.gastm
 interface Virtual
          A representation of the model object 'Virtual'.
 

Methods in org.eclipse.modisco.omg.gastm that return VirtualSpecification
 VirtualSpecification DerivesFrom.getVirtualSpecifier()
          Returns the value of the 'Virtual Specifier' containment reference.
 VirtualSpecification FunctionMemberAttributes.getVirtualSpecifier()
          Returns the value of the 'Virtual Specifier' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type VirtualSpecification
 void DerivesFrom.setVirtualSpecifier(VirtualSpecification value)
          Sets the value of the 'Virtual Specifier' containment reference.
 void FunctionMemberAttributes.setVirtualSpecifier(VirtualSpecification value)
          Sets the value of the 'Virtual Specifier' containment reference.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type VirtualSpecification
 T GASTMSwitch.caseVirtualSpecification(VirtualSpecification object)
          Returns the result of interpreting the object as an instance of 'Virtual Specification'.