Uses of Interface
ubic.basecode.ontology.model.OntologyRestriction
-
Packages that use OntologyRestriction Package Description ubic.basecode.ontology.jena ubic.basecode.ontology.model -
-
Uses of OntologyRestriction in ubic.basecode.ontology.jena
Classes in ubic.basecode.ontology.jena that implement OntologyRestriction Modifier and Type Class Description class
OntologyCardinalityRestrictionImpl
class
OntologyClassRestrictionImpl
class
OntologyDatatypeRestrictionImpl
class
OntologyRestrictionImpl
Represents a restriction on instances that are subclasses of this.Methods in ubic.basecode.ontology.jena that return OntologyRestriction Modifier and Type Method Description static OntologyRestriction
RestrictionFactory. asRestriction(com.hp.hpl.jena.ontology.Restriction restriction, Set<com.hp.hpl.jena.ontology.Restriction> additionalRestrictions)
Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologyRestriction Modifier and Type Method Description Collection<OntologyRestriction>
OntologyTermImpl. getRestrictions()
-
Uses of OntologyRestriction in ubic.basecode.ontology.model
Subinterfaces of OntologyRestriction in ubic.basecode.ontology.model Modifier and Type Interface Description interface
OntologyCardinalityRestriction
interface
OntologyClassRestriction
interface
OntologyDatatypeRestriction
Methods in ubic.basecode.ontology.model that return types with arguments of type OntologyRestriction Modifier and Type Method Description Collection<OntologyRestriction>
OntologyTerm. getRestrictions()
Collection<OntologyRestriction>
OntologyTermSimple. getRestrictions()
-