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 SciModelgetModel()
           Returns the current SCI model: SciModel model = SciModelAccess.getModel();

Method Detail

getModel

public static SciModel getModel()
Returns the current SCI model:

 SciModel model = SciModelAccess.getModel(); 
Returns: the current SciModel
See Also:
SciModel

Association Links

to Class com.togethersoft.openapi.sci.SciModel