Uses of Interface
ubic.basecode.ontology.model.OntologyResource
-
Packages that use OntologyResource Package Description ubic.basecode.ontology.jena ubic.basecode.ontology.model ubic.basecode.ontology.providers -
-
Uses of OntologyResource in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that return OntologyResource Modifier and Type Method Description OntologyResourceAbstractOntologyService. getResource(String uri)Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologyResource Modifier and Type Method Description Collection<OntologyResource>AbstractOntologyService. findResources(String searchString, boolean keepObsoletes) -
Uses of OntologyResource in ubic.basecode.ontology.model
Subinterfaces of OntologyResource in ubic.basecode.ontology.model Modifier and Type Interface Description interfaceAnnotationPropertyinterfaceDatatypePropertyinterfaceObjectPropertyinterfaceOntologyCardinalityRestrictioninterfaceOntologyClassRestrictioninterfaceOntologyDatatypeRestrictioninterfaceOntologyIndividualinterfaceOntologyPropertyinterfaceOntologyRestrictionNote: this only handle 'someof' and 'allof' restrictions, not cardinality.interfaceOntologyTermClasses in ubic.basecode.ontology.model that implement OntologyResource Modifier and Type Class Description classOntologyTermSimpleA light-weight version of OntologyTerms.Methods in ubic.basecode.ontology.model with parameters of type OntologyResource Modifier and Type Method Description intOntologyTermSimple. compareTo(OntologyResource other) -
Uses of OntologyResource in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that return OntologyResource Modifier and Type Method Description OntologyResourceOntologyService. getResource(String uri)Looks through both Terms and Individuals for a OntologyResource that has a uri matching the uri given.Methods in ubic.basecode.ontology.providers that return types with arguments of type OntologyResource Modifier and Type Method Description default Collection<OntologyResource>OntologyService. findResources(String searchString)Looks for any resources (terms or individuals) that match the given search stringCollection<OntologyResource>OntologyService. findResources(String search, boolean keepObsoletes)Looks for any resources (terms or individuals) that match the given search string
-