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

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

Uses of SciInheritance in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that return SciInheritance
SciInheritanceSciFactory.newInheritance()
          Creates a new SciInheritance.
 

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

Methods in com.togethersoft.openapi.sci.enum that return SciInheritance
SciInheritanceSciInheritanceEnumeration.nextSciInheritance()
          
 

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciInheritance
ObjectSciElementVisitor.visitInheritance(SciInheritance sciInheritance)
          Performs an action upon SciInheritance.
ObjectSciElementVisitorAdapter.visitInheritance(SciInheritance sciInheritance)