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
- Since: Together 3.0
- See Also: SciModel
| Method Summary |
static SciModel | getModel() Returns the current SCI model:
SciModel model = SciModelAccess.getModel(); |
protected static void | setModel(SciModel model) Sets the SCI model to the specified value. |
myModel
private static SciModel myModel
getModel
public static SciModel getModel()
- Returns the current SCI model:
SciModel model = SciModelAccess.getModel();
- Returns: the current
SciModel- See Also:
- SciModel
setModel
protected static void setModel(SciModel model)
- Sets the SCI model to the specified value.
- Parameters:
- model the SCI model which needs to be set as the current model
to Class com.togethersoft.openapi.sci.SciModel