com.togethersoft.openapi.sci
Class SciModelAccess
- public class SciModelAccess
SciModelAccess is an abstract class which contains the static getModel method.
This method is the starting point when working with the model:
SciModel model = SciModelAccess.getModel();
- Author:
- TogetherSoft
- See Also: SciModel
| Method Summary |
static SciModel | getModel() Returns the current SCI model:
SciModel model = SciModelAccess.getModel(); |
getModel
public static SciModel getModel()
- Returns the current SCI model:
SciModel model = SciModelAccess.getModel();
- Returns: the current
SciModel- See Also:
- SciModel
to Class com.togethersoft.openapi.sci.SciModel