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

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

Uses of SciGenericFactory in com.togethersoft.openapi.sci
 

Subinterfaces of SciGenericFactory in com.togethersoft.openapi.sci
interface SciNetGenericFactory
          A creator of new .NET specific code parts of the model with the specified contents/properties.
 

Methods in com.togethersoft.openapi.sci that return SciGenericFactory
SciGenericFactorySciModel.getGenericFactory(String language)
          Returns SciGenericFactory object for the specified language.
 

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

Methods in com.togethersoft.openapi.sci.pattern that return SciGenericFactory
static SciGenericFactorySciPatternUtil.getGenericFactory(String language)