Uses of Interface
ubic.basecode.ontology.model.OntologyProperty
-
Packages that use OntologyProperty Package Description ubic.basecode.ontology.jena ubic.basecode.ontology.model -
-
Uses of OntologyProperty in ubic.basecode.ontology.jena
Classes in ubic.basecode.ontology.jena that implement OntologyProperty Modifier and Type Class Description class
ObjectPropertyImpl
class
OntologyPropertyImpl
Fields in ubic.basecode.ontology.jena declared as OntologyProperty Modifier and Type Field Description protected OntologyProperty
OntologyRestrictionImpl. restrictionOn
Methods in ubic.basecode.ontology.jena that return OntologyProperty Modifier and Type Method Description static OntologyProperty
PropertyFactory. asProperty(com.hp.hpl.jena.ontology.OntProperty property, Set<com.hp.hpl.jena.ontology.Restriction> additionalRestrictions)
Convert a Jena property.OntologyProperty
OntologyRestrictionImpl. getRestrictionOn()
-
Uses of OntologyProperty in ubic.basecode.ontology.model
Subinterfaces of OntologyProperty in ubic.basecode.ontology.model Modifier and Type Interface Description interface
DatatypeProperty
interface
ObjectProperty
Methods in ubic.basecode.ontology.model that return OntologyProperty Modifier and Type Method Description OntologyProperty
CharacteristicStatement. getProperty()
OntologyProperty
OntologyRestriction. getRestrictionOn()
-