Uses of Class
project35.soa.ontology.sources.OntologyRelationshipType

Packages that use OntologyRelationshipType
project35.configurationTool This package describes the code for the Project35 Configuration Tool. 
project35.metaData The package contains classes which manage Project35's meta data. 
project35.soa.ontology.sources This package contains all the classes which support the ontology source class that is part of the Project35 Ontology Service Framework. 
project35.soa.ontology.views This package contains all the classes which support the ontology viewer that is part of the Project35 Ontology Service Framework. 
project35.tabletDeployment   
 

Uses of OntologyRelationshipType in project35.configurationTool
 

Methods in project35.configurationTool that return OntologyRelationshipType
 OntologyRelationshipType[] Project35ConfigurationOntologySource.getSupportedOntologyRelationships(Project35FormContext project35FormContext)
           
 

Methods in project35.configurationTool with parameters of type OntologyRelationshipType
 OntologyTerm[] Project35ConfigurationOntologySource.getRelatedTerms(Project35FormContext project35FormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)
           
 

Uses of OntologyRelationshipType in project35.metaData
 

Methods in project35.metaData that return OntologyRelationshipType
 OntologyRelationshipType[] MetaDataOntologySource.getSupportedOntologyRelationships(Project35FormContext metaDataEditorFormContext)
           
 

Methods in project35.metaData with parameters of type OntologyRelationshipType
 OntologyTerm[] MetaDataOntologySource.getRelatedTerms(Project35FormContext metaDataEditorFormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)
           
 

Uses of OntologyRelationshipType in project35.soa.ontology.sources
 

Fields in project35.soa.ontology.sources declared as OntologyRelationshipType
static OntologyRelationshipType OntologyRelationshipType.HAS_A
           
static OntologyRelationshipType OntologyRelationshipType.SUB_CLASS
           
static OntologyRelationshipType OntologyRelationshipType.SUPER_CLASS
           
static OntologyRelationshipType OntologyRelationshipType.SYNONYM
           
 

Methods in project35.soa.ontology.sources that return OntologyRelationshipType
 OntologyRelationshipType[] SingleColumnTextSource.getSupportedOntologyRelationships(Project35FormContext project35FormContext)
           
 OntologyRelationshipType[] OntologySource.getSupportedOntologyRelationships(Project35FormContext project35FormContext)
           
 OntologyRelationshipType[] AbstractTreeOntologySource.getSupportedOntologyRelationships(Project35FormContext project35FormContext)
           
 

Methods in project35.soa.ontology.sources with parameters of type OntologyRelationshipType
 OntologyTerm[] SingleColumnTextSource.getRelatedTerms(Project35FormContext project35FormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)
           
 OntologyTerm[] OntologySource.getRelatedTerms(Project35FormContext project35FormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)
           
 OntologyTerm[] AbstractTreeOntologySource.getRelatedTerms(Project35FormContext project35FormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)
           
 

Uses of OntologyRelationshipType in project35.soa.ontology.views
 

Methods in project35.soa.ontology.views with parameters of type OntologyRelationshipType
 OntologyTerm[] StubbedOntologyViewer.getRelatedTerms(Project35FormContext project35FormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)
           
 OntologyTerm[] OntologyViewer.getRelatedTerms(Project35FormContext project35FormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)
           
 OntologyTerm[] DefaultOntologyViewer.getRelatedTerms(Project35FormContext project35FormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)
           
 

Uses of OntologyRelationshipType in project35.tabletDeployment
 

Methods in project35.tabletDeployment with parameters of type OntologyRelationshipType
 OntologyTerm[] DefaultOntologyViewerPanel.getRelatedTerms(Project35FormContext project35FormContext, OntologyRelationshipType relationshipType, OntologyTerm ontologyTerm)