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

Field Summary
 private static SciModelmyModel
           

Method Summary
 static SciModelgetModel()
          Returns the current SCI model:

SciModel model = SciModelAccess.getModel();
 protected static voidsetModel(SciModel model)
          Sets the SCI model to the specified value.

Field Detail

myModel

private static SciModel myModel
Method Detail

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

Association Links

to Class com.togethersoft.openapi.sci.SciModel