Uses of Class
com.togethersoft.openapi.sci.SciVariable

Packages that use SciVariable
com.togethersoft.openapi.sci 
com.togethersoft.openapi.sci.enum 
com.togethersoft.openapi.sci.visitor 

Uses of SciVariable in com.togethersoft.openapi.sci
 

Subinterfaces of SciVariable in com.togethersoft.openapi.sci
interface SciAttribute
           An attribute.
interface SciParameter
           SciParameter is a variable using as a parameter for a method.
 

Uses of SciVariable in com.togethersoft.openapi.sci.enum
 

Methods in com.togethersoft.openapi.sci.enum that return SciVariable
SciVariableSciVariableEnumeration.nextSciVariable()
          
 

Uses of SciVariable in com.togethersoft.openapi.sci.visitor
 

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciVariable
ObjectSciElementVisitor.visitVariable(SciVariable sciVariable)
           Performs an action upon SciVariable.
ObjectSciElementVisitorAdapter.visitVariable(SciVariable sciVariable)