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

Packages that use SciPackage
com.togethersoft.openapi.sci 
com.togethersoft.openapi.sci.enum 
com.togethersoft.openapi.sci.visitor 

Uses of SciPackage in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that return SciPackage
SciPackageSciClass.getContainingPackage()
           Returns the package this class belongs to.
SciPackageSciFactory.newPackage()
           Creates a new SciPackage.
SciPackageSciFile.getContainingPackage()
           Returns the package this file belongs to.
SciPackageSciModel.findPackage(String qualifiedName, String modelPart)
           Finds a package by its qualified name.
SciPackageSciPackage.getParentPackage()
           Returns the package this package belongs to.
 

Uses of SciPackage in com.togethersoft.openapi.sci.enum
 

Methods in com.togethersoft.openapi.sci.enum that return SciPackage
SciPackageSciPackageEnumeration.nextSciPackage()
          
 

Uses of SciPackage in com.togethersoft.openapi.sci.visitor
 

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciPackage
ObjectSciPackageVisitor.visitFile(SciPackage sciPackage)