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.
SciPackageSciModel.findPackage(String qualifiedName)
          
SciPackageSciModel.findPackageToPasteFile(String absoluteURL)
          Tries to find an existing SciPackage where a new file with a given absolute URL
can be pasted according to project structure and "writeable for" properties of project roots.
SciPackageSciModel.getDefaultRootPackage()
          Returns a root package.
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)