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

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

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

Methods in org.eclipse.modisco.omg.gastm that return TerminateStatement
 TerminateStatement GASTMFactory.createTerminateStatement()
          Returns a new object of class 'Terminate Statement'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type TerminateStatement
 T GASTMSwitch.caseTerminateStatement(TerminateStatement object)
          Returns the result of interpreting the object as an instance of 'Terminate Statement'.