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

Packages that use SciModel
com.togethersoft.openapi.sci 
com.togethersoft.openapi.sci.pattern 

Uses of SciModel in com.togethersoft.openapi.sci
 

Fields in com.togethersoft.openapi.sci declared as SciModel
private static SciModelSciModelAccess.myModel
          
 

Methods in com.togethersoft.openapi.sci that return SciModel
static SciModelSciModelAccess.getModel()
          Returns the current SCI model:

SciModel model = SciModelAccess.getModel();
 

Methods in com.togethersoft.openapi.sci with parameters of type SciModel
protected static voidSciModelAccess.setModel(SciModel model)
          Sets the SCI model to the specified value.
 

Uses of SciModel in com.togethersoft.openapi.sci.pattern
 

Methods in com.togethersoft.openapi.sci.pattern that return SciModel
static SciModelSciPatternUtil.getModel()