|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLModel
A KnowledgeBase with a number of convenience methods to handle anonymous classes.
Field Summary |
---|
Fields inherited from interface edu.stanford.smi.protege.model.KnowledgeBase |
---|
MAXIMUM_CARDINALITY_UNBOUNDED, UNLIMITED_MATCHES |
Method Summary | |
---|---|
void |
addClassListener(ClassListener listener)
Adds a ClassListener to receive events about any class in this OWLModel. |
void |
addModelListener(ModelListener listener)
Adds a ModelListener to receive notifications when resources have been created, renamed or deleted. |
void |
addPropertyListener(PropertyListener listener)
Adds a PropertyListener to receive events about any property in this OWLModel. |
void |
addPropertyValueListener(PropertyValueListener listener)
Adds a PropertyValueListener to receive events about any property value change in this OWLModel. |
void |
addResourceListener(ResourceListener listener)
Adds a ResourceListener to receive events about any RDFResource in this OWLModel. |
RDFObject |
asRDFObject(Object object)
Gets an RDFObject for a given value. |
RDFSLiteral |
asRDFSLiteral(Object value)
Gets an RDFSLiteral for a given value. |
List |
asRDFSLiterals(Collection values)
|
OWLDatatypeProperty |
createAnnotationOWLDatatypeProperty(String name)
|
OWLObjectProperty |
createAnnotationOWLObjectProperty(String name)
|
RDFProperty |
createAnnotationProperty(String name)
Creates a simple owl:AnnotationProperty. |
String |
createNewResourceName(String partialLocalName)
Creates a unique name from a given local name prefix. |
OWLAllDifferent |
createOWLAllDifferent()
|
OWLAllValuesFrom |
createOWLAllValuesFrom()
|
OWLAllValuesFrom |
createOWLAllValuesFrom(RDFProperty property,
RDFResource filler)
|
OWLAllValuesFrom |
createOWLAllValuesFrom(RDFProperty property,
RDFSLiteral[] oneOfValues)
|
OWLCardinality |
createOWLCardinality()
|
OWLCardinality |
createOWLCardinality(RDFProperty property,
int value)
|
OWLCardinality |
createOWLCardinality(RDFProperty property,
int value,
RDFSClass qualifier)
|
OWLComplementClass |
createOWLComplementClass()
|
OWLComplementClass |
createOWLComplementClass(RDFSClass complement)
|
OWLDataRange |
createOWLDataRange()
Creates an empty owl:DataRange. |
OWLDataRange |
createOWLDataRange(RDFSLiteral[] values)
Creates a new owl:DataRange consisting of a given set of values. |
OWLDatatypeProperty |
createOWLDatatypeProperty(String name)
Creates a new OWLDatatypeProperty (with default settings, e.g. |
OWLDatatypeProperty |
createOWLDatatypeProperty(String name,
OWLNamedClass metaclass)
Creates a new OWLDatatypeProperty with a given rdf:type as metaclass. |
OWLDatatypeProperty |
createOWLDatatypeProperty(String name,
RDFSDatatype datatype)
Creates a new OWLDatatypeProperty with a given RDFSDatatype as range. |
OWLDatatypeProperty |
createOWLDatatypeProperty(String name,
RDFSLiteral[] dataRangeLiterals)
|
OWLEnumeratedClass |
createOWLEnumeratedClass()
|
OWLEnumeratedClass |
createOWLEnumeratedClass(Collection instances)
|
OWLHasValue |
createOWLHasValue()
|
OWLHasValue |
createOWLHasValue(RDFProperty property,
Object value)
Creates a new OWLHasValue for a given Slot. |
OWLIntersectionClass |
createOWLIntersectionClass()
|
OWLIntersectionClass |
createOWLIntersectionClass(Collection clses)
|
OWLMaxCardinality |
createOWLMaxCardinality()
|
OWLMaxCardinality |
createOWLMaxCardinality(RDFProperty property,
int value)
|
OWLMaxCardinality |
createOWLMaxCardinality(RDFProperty property,
int value,
RDFSClass qualifier)
|
OWLMinCardinality |
createOWLMinCardinality()
|
OWLMinCardinality |
createOWLMinCardinality(RDFProperty property,
int value)
|
OWLMinCardinality |
createOWLMinCardinality(RDFProperty property,
int value,
RDFSClass qualifier)
|
OWLNamedClass |
createOWLNamedClass(String name)
|
OWLNamedClass |
createOWLNamedClass(String name,
boolean loadDefaults)
|
OWLNamedClass |
createOWLNamedClass(String name,
OWLNamedClass metaclass)
Creates a new named OWL class with a given metaclass, which must be a subclass of owl:Class. |
OWLNamedClass |
createOWLNamedSubclass(String name,
OWLNamedClass superclass)
|
OWLObjectProperty |
createOWLObjectProperty(String name)
Creates a new OWLObjectProperty. |
OWLObjectProperty |
createOWLObjectProperty(String name,
Collection allowedClasses)
|
OWLObjectProperty |
createOWLObjectProperty(String name,
OWLNamedClass metaclass)
|
OWLOntology |
createOWLOntology(String prefix)
Deprecated. developers should not need to create an owl ontology. There is a rename method in OWLUtils. |
OWLOntology |
createOWLOntology(String name,
String uri)
Deprecated. use the other createOWLOntology method instead |
OWLSomeValuesFrom |
createOWLSomeValuesFrom()
|
OWLSomeValuesFrom |
createOWLSomeValuesFrom(RDFProperty property,
RDFResource filler)
|
OWLSomeValuesFrom |
createOWLSomeValuesFrom(RDFProperty property,
RDFSLiteral[] oneOfValues)
|
OWLUnionClass |
createOWLUnionClass()
|
OWLUnionClass |
createOWLUnionClass(Collection operandClasses)
|
RDFExternalResource |
createRDFExternalResource(String uri)
Deprecated. use createRDFUntypedResource instead |
RDFList |
createRDFList()
Creates a new empty rdf:List |
RDFList |
createRDFList(Iterator values)
Creates a new rdf:List. |
RDFProperty |
createRDFProperty(String name)
|
RDFSClass |
createRDFSClassFromExpression(String parsableExpression)
Gets or creates an RDFSClass based on a parsable expression. |
RDFSDatatype |
createRDFSDatatype(String name)
|
RDFSLiteral |
createRDFSLiteral(Object value)
Creates a new RDFSLiteral with a default datatype derived from the value. |
RDFSLiteral |
createRDFSLiteral(String lexicalValue,
RDFSDatatype datatype)
Creates a new RDFSLiteral with a given datatype. |
RDFSLiteral |
createRDFSLiteral(String value,
String language)
Creates a new string-typed literal with a given language. |
Object |
createRDFSLiteralOrString(String value,
String language)
Creates a new string-typed literal with a given language. |
RDFSNamedClass |
createRDFSNamedClass(String name)
|
RDFSNamedClass |
createRDFSNamedClass(String name,
boolean loadDefaults)
|
RDFSNamedClass |
createRDFSNamedClass(String name,
Collection parents,
RDFSClass rdfType)
Creates an RDFSNamedClass (or perhaps an OWLNamedClass) with given name, superclasses and rdf:type. |
RDFSNamedClass |
createRDFSNamedSubclass(String name,
RDFSNamedClass superclass)
Creates a new named OWL class which has exactly a given superclass. |
RDFUntypedResource |
createRDFUntypedResource(String uri)
Creates an untyped rdf:Resource for a given URI. |
RDFSNamedClass |
createSubclass(String name,
Collection superclasses)
Creates a subclass of a number of superclasses. |
RDFSNamedClass |
createSubclass(String name,
RDFSNamedClass superclass)
Creates a subclass of a superclass. |
RDFProperty |
createSubproperty(String name,
RDFProperty superproperty)
Creates a new property as a subproperty of an existing property. |
Triple |
createTriple(RDFResource subject,
RDFProperty predicate,
Object object)
Creates a new Triple. |
QueryResults |
executeSPARQLQuery(String partialQueryText)
Executes a SPARQL query on this OWLModel. |
Set<String> |
getAllImports()
Gets all (transitive) imports in this OWLModel. |
edu.stanford.smi.protege.model.Cls |
getAnonymousRootCls()
Deprecated. internal Protege detail |
Collection |
getChangedInferredClasses()
Gets all named classes where the classification status is OWLNames.CLASSIFICATION_STATUS_CONSISTENT_AND_CHANGED, i.e. |
RDFSNamedClass |
getCommonSuperclass(Collection<RDFSNamedClass> classes)
Chooses a most specific common named superclass of a given collection of named classes. |
Set<RDFSNamedClass> |
getCommonSuperclasses(Collection<RDFSNamedClass> classes)
Gets the most specific common named superclasses of a given collection of named classes. |
String |
getDefaultLanguage()
Gets the default language specified by the user through an annotation property at owl:Ontology. |
OWLOntology |
getDefaultOWLOntology()
|
boolean |
getDispatchEventsEnabled()
|
Collection |
getDomainlessProperties()
Gets all properties that have owl:Thing as their domain. |
Set |
getFloatDatatypes()
Gets all float XML Schema datatypes, including xsd:float etc. |
OWLFrameStoreManager |
getFrameStoreManager()
|
boolean |
getGenerateEventsEnabled()
|
edu.stanford.smi.protege.model.framestore.FrameStore |
getHeadFrameStore()
Provides low level access to some internal Protege detail - normally not needed. |
Collection |
getInconsistentClasses()
Gets all classes which have been marked as inconsistent. |
Set |
getIntegerDatatypes()
Gets all integer XML Schema datatypes, including xsd:int etc. |
com.hp.hpl.jena.rdf.model.Model |
getJenaModel()
Gets a (read-only) Jena Model serving as a live view upon the Protege TripleStores. |
String |
getLocalNameForResourceName(String frameName)
|
String |
getLocalNameForURI(String uri)
Gets the local part of an URI, e.g. |
Collection |
getMatchingResources(RDFProperty property,
String matchString,
int maxMatches)
Gets all RDFResources that have a matching value for a given property. |
String |
getNamespaceForResourceName(String resourceName)
|
String |
getNamespaceForURI(String uri)
Gets the namespace part of a given URI. |
NamespaceManager |
getNamespaceManager()
Gets the NamespaceManager used by this knowledge base. |
String |
getNextAnonymousResourceName()
Gets the next name that can be used to create an "anonymous" instance. |
com.hp.hpl.jena.ontology.OntModel |
getOntModel()
|
RDFSNamedClass |
getOWLAllDifferentClass()
|
Collection |
getOWLAllDifferents()
Gets a collection of all OWLAllDifferents in the knowlegde base. |
Collection<RDFProperty> |
getOWLAnnotationProperties()
Gets all annotation properties. |
RDFSNamedClass |
getOWLAnnotationPropertyClass()
|
RDFProperty |
getOWLCardinalityProperty()
|
OWLClassDisplay |
getOWLClassDisplay()
Gets the currently used renderer for classes into display strings. |
OWLClassParser |
getOWLClassParser()
Gets the OWLClassParser for the current class expression syntax. |
RDFSNamedClass |
getOWLDataRangeClass()
Gets the class owl:DataRange, which is used to represent enumerations of datatype values. |
OWLDatatypeProperty |
getOWLDatatypeProperty(String name)
|
OWLNamedClass |
getOWLDatatypePropertyClass()
Gets the standard metaclass of all datatype slots/properties. |
RDFSNamedClass |
getOWLDeprecatedClassClass()
|
RDFProperty |
getOWLDifferentFromProperty()
|
RDFProperty |
getOWLDisjointWithProperty()
|
RDFProperty |
getOWLEquivalentClassProperty()
|
RDFProperty |
getOWLEquivalentPropertyProperty()
|
OWLFrameStore |
getOWLFrameStore()
Provides low level access to some internal Protege detail - normally not needed. |
RDFSNamedClass |
getOWLFunctionalPropertyClass()
|
OWLIndividual |
getOWLIndividual(String name)
|
Collection |
getOWLIndividuals()
Gets those Instances in the ontology that are instances of a OWLNamedClass. |
Collection |
getOWLIndividuals(boolean onlyVisibleClasses)
Gets those Instances in the ontology that are instances of a OWLNamedClass. |
RDFProperty |
getOWLIntersectionOfProperty()
|
RDFSNamedClass |
getOWLInverseFunctionalPropertyClass()
|
RDFProperty |
getOWLInverseOfProperty()
|
OWLJavaFactory |
getOWLJavaFactory()
Gets the OWLJavaFactory that is used to create the Java objects for ontology resources. |
RDFProperty |
getOWLMaxCardinalityProperty()
|
RDFProperty |
getOWLMinCardinalityProperty()
|
OWLNamedClass |
getOWLNamedClass(String name)
A convenience method which includes the typecast after getCls() . |
OWLNamedClass |
getOWLNamedClassClass()
Gets the standard metaclass of all named classes. |
OWLNamedClass |
getOWLNothing()
Gets the system class owl:Nothing , which represents the empty set
for reasoners. |
OWLObjectProperty |
getOWLObjectProperty(String name)
|
OWLNamedClass |
getOWLObjectPropertyClass()
Gets the standard metaclass of all object slots/properties. |
RDFProperty |
getOWLOneOfProperty()
Gets the owl:oneOf property. |
Collection |
getOWLOntologies()
Gets all OWLOntologies in the current model. |
OWLOntology |
getOWLOntologyByURI(String uri)
Deprecated. use #getOWLOntologyByURI(URI uri) DO NOT PASS IN THE URI OF AN UNRESOLVED IMPORT AS THIS WILL CAUSE A Class Cast Exception |
RDFResource |
getOWLOntologyByURI(URI uri)
Gets the OWLOntology with a given URI. |
OWLNamedClass |
getOWLOntologyClass()
|
Collection |
getOWLOntologyProperties()
Gets the owl:OntologyProperties defined in OWL. |
OWLProject |
getOWLProject()
Gets the associated OWLProject, which can be used to store project-specific settings. |
OWLProperty |
getOWLProperty(String name)
A convenience method including typecast. |
RDFSNamedClass[] |
getOWLRestrictionMetaclasses()
Gets the metaclasses of the available OWLRestriction kinds. |
Collection |
getOWLRestrictionsOnProperty(RDFProperty property)
Gets a Collection of all Restrictions that are defined on a given property. |
RDFProperty |
getOWLSameAsProperty()
|
RDFSNamedClass |
getOWLSomeValuesFromRestrictionClass()
Gets the meta class that represents some values from restrictions. |
Collection |
getOWLSystemResources()
Gets a Collection of all system resources installed by the OWL Plugin. |
OWLNamedClass |
getOWLThingClass()
Gets the root class of the OWL class hierarchy (owl:Thing). |
RDFProperty |
getOWLUnionOfProperty()
|
RDFProperty |
getOWLValuesFromProperty()
Gets the owl:valuesFrom property (used for qualified cardinality restrictions. |
edu.stanford.smi.protege.model.ValueType |
getOWLValueType(String uri)
Gets the Protege ValueType that represents a given URI string. |
RDFProperty |
getOWLVersionInfoProperty()
|
String |
getPrefixForResourceName(String resourceName)
|
PropertyValueValidator |
getPropertyValueValidator()
Gets the currently used PropertyValueValidator. |
RDFProperty |
getProtegeAllowedParentProperty()
Gets the property protege:allowedParent (if it exists) |
RDFProperty |
getProtegeClassificationStatusProperty()
Gets the property that is used internally to store the classification status of a class. |
RDFProperty |
getProtegeInferredSubclassesProperty()
|
RDFProperty |
getProtegeInferredSuperclassesProperty()
|
RDFProperty |
getProtegeReadOnlyProperty()
|
RDFProperty |
getProtegeSubclassesDisjointProperty()
|
RDFExternalResource |
getRDFExternalResource(String uri)
Deprecated. use getRDFUntypedResource instead |
RDFSClass |
getRDFExternalResourceClass()
Deprecated. use getRDFUntypedResourcesClass |
RDFProperty |
getRDFFirstProperty()
Gets the rdf:first property. |
RDFIndividual |
getRDFIndividual(String name)
|
Collection |
getRDFIndividuals()
Gets those Instances in the ontology that are instances of an RDFSNamedClass. |
Collection |
getRDFIndividuals(boolean onlyVisibleClasses)
Gets those Instances in the ontology that are instances of an RDFSNamedClass. |
RDFSNamedClass |
getRDFListClass()
Gets the rdf:List class. |
RDFList |
getRDFNil()
Gets the placeholder for empty rdf:Lists. |
Collection |
getRDFProperties()
Gets a collection of all RDFProperties (or subclasses thereof). |
RDFProperty |
getRDFProperty(String name)
A convenience method to access a slot as RDFProperty. |
RDFSNamedClass |
getRDFPropertyClass()
Gets the rdf:Property metaclass. |
RDFResource |
getRDFResource(String name)
Gets an RDFResource by its name. |
RDFResource |
getRDFResourceAs(String name,
Class javaInterface)
Combines the calls getRDFResource(name).as(javaInterface) . |
RDFResource |
getRDFResourceByBrowserText(String text)
Gets the first resource that has a given browser text. |
RDFResource |
getRDFResourceByNameOrBrowserText(String text)
Gets the first instance that has a given name or browser text. |
int |
getRDFResourceCount()
Gets the number of all RDFResources in this model. |
Collection |
getRDFResources()
Gets a list of all RDFResources in this model. |
Collection |
getRDFResourcesWithPropertyValue(RDFProperty property,
Object value)
Gets all RDFResources that have a given value for a given property. |
RDFProperty |
getRDFRestProperty()
Gets the rdf:rest property, which is used to describe the rest of an rdf:List. |
int |
getRDFSClassCount()
Gets the number of rdfs:Classes (or owl:Classes) in this model, including anonymous classes and system classes. |
Collection |
getRDFSClasses()
Gets all rdfs:Classes (or owl:Classes) in this model, including anonymous classes and system classes. |
OWLDatatypeProperty |
getRDFSCommentProperty()
|
RDFSDatatype |
getRDFSDatatypeByName(String name)
Gets an XML Schema Datatype using the prefix notation (e.g. |
RDFSDatatype |
getRDFSDatatypeByURI(String uri)
Gets an XML Schema Datatype by its URI (e.g. |
RDFSDatatypeFactory |
getRDFSDatatypeFactory()
|
RDFSDatatype |
getRDFSDatatypeOfValue(Object valueOrRDFSLiteral)
Gets the RDFSDatatype of a given primitive value, which can be either a standard value (e.g. |
Collection<RDFSDatatype> |
getRDFSDatatypes()
Gets a Collection of the (named) RDF/XML Schema datatypes. |
RDFProperty |
getRDFSDomainProperty()
Gets the rdfs:domain property. |
RDFProperty |
getRDFSIsDefinedByProperty()
|
RDFProperty |
getRDFSLabelProperty()
|
RDFSNamedClass |
getRDFSNamedClass(String name)
|
RDFSNamedClass |
getRDFSNamedClassClass()
Gets the rdfs:Class metaclass |
RDFProperty |
getRDFSRangeProperty()
Gets the rdfs:range property. |
RDFProperty |
getRDFSSubClassOfProperty()
|
RDFProperty |
getRDFSSubPropertyOfProperty()
Gets the property rdfs:subPropertyOf |
RDFProperty |
getRDFTypeProperty()
Gets the rdf:type property. |
RDFUntypedResource |
getRDFUntypedResource(String uri,
boolean createOnDemand)
Gets an RDFUntypedResource for a given string. |
RDFSNamedClass |
getRDFUntypedResourcesClass()
Gets the internal type of all untyped resources. |
RDFSDatatype |
getRDFXMLLiteralType()
Gets the resource representing the datatype rdf:XMLLiteral. |
RepositoryManager |
getRepositoryManager()
|
String |
getResourceNameForURI(String uri)
Gets the name of a Frame by converting a URI. |
Collection |
getResourceNameMatches(String nameExpression,
int maxMatches)
Gets all RDFResources that have a matching name (possibly using wildcards). |
Collection |
getResourcesWithPrefix(String prefix)
Gets all resource in this that have a given prefix. |
Collection |
getSearchSynonymProperties()
Gets the slots that are used for matching when the user searches for a frame in the search fields. |
RDFProperty[] |
getSystemAnnotationProperties()
Gets the pre-defined system annotation slots such as rdfs:comment. |
SWRLSystemFrames |
getSystemFrames()
|
TaskManager |
getTaskManager()
Gets the TaskManager
that can be used for executing tasks
that take a long time. |
String |
getTodoAnnotationPrefix()
Gets the prefix used to distinguish "to-do" list items from other values of the to-do list property. |
OWLDatatypeProperty |
getTodoAnnotationProperty()
Gets the (annotation) slot that is used to represent "to-do" list items in this knowledge base. |
TripleStoreModel |
getTripleStoreModel()
|
String |
getURIForResourceName(String resourceName)
|
String[] |
getUsedLanguages()
Gets the list of language prefixes defined by the user in the owl:Ontology. |
Collection |
getUserDefinedOWLDatatypeProperties()
Gets a Collection of all user-defined OWLDatatypeProperties in this knowledge base. |
Collection |
getUserDefinedOWLNamedClasses()
Gets a Collection of all user-defined named OWL classes in this knowledge base. |
Collection |
getUserDefinedOWLObjectProperties()
Gets a Collection of all user-defined OWLObjectProperties in this knowledge base. |
Collection |
getUserDefinedOWLProperties()
Gets a Collection of all user-defined OWLProperties in this knowledge base. |
Collection |
getUserDefinedRDFIndividuals(boolean onlyVisibleClasses)
Gets all non-system individuals in this OWLModel. |
Collection |
getUserDefinedRDFProperties()
Gets all user-defined RDF properties in this OWLModel. |
Collection |
getUserDefinedRDFSNamedClasses()
Gets all user-defined RDFSClses including the OWLNamedClses. |
String |
getValueTypeURI(edu.stanford.smi.protege.model.ValueType valueType)
The inverse of getValueType . |
List |
getVisibleResources(Iterator iterator)
Gets a list of resources, only containing the visible entries of a given Iterator. |
Collection |
getVisibleUserDefinedOWLProperties()
Gets a Collection of all user-defined, visible OWLProperties in this knowledge base. |
Collection |
getVisibleUserDefinedRDFProperties()
Gets all visible, user-defined RDF properties in this knowledge base. |
WriterSettings |
getWriterSettings()
|
RDFSDatatype |
getXSDanyURI()
Gets the default datatype for URI values. |
RDFSDatatype |
getXSDbase64Binary()
Gets the default datatype for byte[] values. |
RDFSDatatype |
getXSDboolean()
Gets the default datatype for boolean values. |
RDFSDatatype |
getXSDbyte()
Gets the default datatype for byte values. |
RDFSDatatype |
getXSDdate()
Gets the default datatype for date values. |
RDFSDatatype |
getXSDdateTime()
Gets the default datatype for timestamp values. |
RDFSDatatype |
getXSDdecimal()
Gets the default datatype for BigDecimal values. |
RDFSDatatype |
getXSDdouble()
Gets the default datatype for double values. |
RDFSDatatype |
getXSDduration()
Gets the datatype for duration values. |
RDFSDatatype |
getXSDfloat()
Gets the default datatype for float values. |
RDFSDatatype |
getXSDint()
Gets the default datatype for integer values. |
RDFSDatatype |
getXSDinteger()
Gets the default datatype for BigInteger values. |
RDFSDatatype |
getXSDlong()
Gets the default datatype for long values. |
RDFSDatatype |
getXSDNonNegativeInteger()
Gets the default datatype for non-negative values |
RDFSDatatype |
getXSDshort()
Gets the default datatype for short values. |
RDFSDatatype |
getXSDstring()
Gets the default datatype for string values. |
RDFSDatatype |
getXSDtime()
Gets the default datatype for time values. |
boolean |
isAnonymousResource(RDFResource resource)
Deprecated. |
boolean |
isAnonymousResourceName(String name)
|
boolean |
isExpandShortNameInMethods()
|
boolean |
isOWLSystemFrame(edu.stanford.smi.protege.model.Frame frame)
Deprecated. |
boolean |
isProtegeMetaOntologyImported()
|
boolean |
isValidPropertyValue(RDFResource subject,
RDFProperty predicate,
Object value)
Checks if a certain object would be a valid value for a given subject/property pair. |
boolean |
isValidResourceName(String name,
RDFResource resource)
Checks whether a given String would be a valid name for a given resource. |
Iterator |
listOWLAnonymousClasses()
Gets an Iterator of all OWLAnonymousClasses in the ontology. |
Iterator |
listOWLNamedClasses()
Gets an Iterator on all OWLNamedClasses in the ontology, including system classes. |
Iterator |
listRDFProperties()
Gets an Iterator on all RDFProperties in the model, including system properties. |
Iterator |
listRDFSNamedClasses()
Gets an Iterator on all RDFSNamedClasses in the ontology, including system classes. |
Iterator |
listReferences(Object object,
int maxResults)
Finds all references to a given object, i.e. |
Iterator |
listSubjects(RDFProperty property)
The the subjects of all triples where a given property has any value. |
void |
removeClassListener(ClassListener listener)
Removes a ClassListener that was previously added. |
void |
removeModelListener(ModelListener listener)
Removes a ModelListener that was previously added. |
void |
removePropertyListener(PropertyListener listener)
Removes a PropertyListener that was previously added. |
void |
removePropertyValueListener(PropertyValueListener listener)
Removes a PropertyValueListener previously added. |
void |
removeResourceListener(ResourceListener listener)
Removes a ResourceListener that was previously added. |
void |
resetJenaModel()
resets the Jena model so that it can be rebuilt. |
void |
resetOntologyCache()
|
boolean |
setDispatchEventsEnabled(boolean enabled)
|
void |
setExpandShortNameInMethods(boolean expandShortNameInMethods)
|
boolean |
setGenerateEventsEnabled(boolean enabled)
|
void |
setOWLClassDisplay(OWLClassDisplay display)
Sets the OWLClassDisplay to change the default display of classes. |
void |
setOWLJavaFactory(OWLJavaFactory factory)
Sets the OWLJavaFactory for this OWLModel. |
void |
setOWLProject(OWLProject owlProject)
Sets the associated OWLProject. |
void |
setPropertyValueValidator(PropertyValueValidator validator)
Sets the validator that shall be used in future calls of the validation methods. |
void |
setSearchSynonymProperties(Collection properties)
|
void |
setTaskManager(TaskManager taskManager)
Sets the TaskManager. |
void |
setWriterSettings(WriterSettings writerSettings)
|
Methods inherited from interface edu.stanford.smi.protege.model.KnowledgeBase |
---|
addJavaLoadPackage, addServerProjectListener, addTransactionListener, assertFrameName, beginTransaction, beginTransaction, commitTransaction, createInstance, createUniqueFrameName, endTransaction, endTransaction, executeQuery, flushCache, flushEvents, getBuildString, getClientInformation, getClsesWithMatchingBrowserText, getEventsEnabled, getKnowledgeBaseFactory, getReifedRelationFromSlot, getReifedRelationToSlot, getReifiedRelationCls, getRootCls, getSimpleInstance, hasChanged, isClosed, isUndoEnabled, moveDirectOwnSlotValue, moveDirectType, removeServerProjectListener, removeTransactionListener, rename, rollbackTransaction, setClientInformation, setEventsEnabled, setModificationRecordUpdatingEnabled |
Methods inherited from interface edu.stanford.smi.protege.util.Disposable |
---|
dispose |
Methods inherited from interface edu.stanford.smi.protegex.owl.testing.OWLTestManager |
---|
addOWLTest, getOWLTests, isAutoRepairEnabled, isOWLTestGroupEnabled, removeOWLTest, setAutoRepairEnabled, setOWLTestGroupEnabled |
Method Detail |
---|
void addClassListener(ClassListener listener)
listener
- the ClassListener to add (currently must be a ClassAdapter)removeClassListener(edu.stanford.smi.protegex.owl.model.event.ClassListener)
void addModelListener(ModelListener listener)
listener
- the ModelListener to add (currently must be a ModelAdapter)removeModelListener(edu.stanford.smi.protegex.owl.model.event.ModelListener)
void addPropertyListener(PropertyListener listener)
listener
- the PropertyListener to add (currently must be a PropertyAdapter)removePropertyListener(edu.stanford.smi.protegex.owl.model.event.PropertyListener)
void addPropertyValueListener(PropertyValueListener listener)
listener
- the PropertyValueListener to addremovePropertyValueListener(edu.stanford.smi.protegex.owl.model.event.PropertyValueListener)
RDFSLiteral asRDFSLiteral(Object value)
value
- a primitive value or an RDFSLiteral
RDFObject asRDFObject(Object object)
RDFObject
for a given value. If the value is already an RDFObject
then the method will simply return it. If the value is already an RDFSLiteral,
then the method will return it. If the value is a String, Float, Integer or Boolean, then
the method will wrap it up into a corresponding RDFSLiteral which will be returned as an
RDFObject. If the object is an RDFResourece then the method will return it. If the object
is null
the the method will return null
.
object
- the object to convert
List asRDFSLiterals(Collection values)
void addResourceListener(ResourceListener listener)
listener
- the ResourceListener to add (currently must be ResourceAdapter)removeResourceListener(edu.stanford.smi.protegex.owl.model.event.ResourceListener)
RDFProperty createAnnotationProperty(String name)
name
- - the name of the annotation property. If name is null, a new name will be generated
OWLDatatypeProperty createAnnotationOWLDatatypeProperty(String name)
OWLObjectProperty createAnnotationOWLObjectProperty(String name)
String createNewResourceName(String partialLocalName)
partialLocalName
- the partial name
OWLAllDifferent createOWLAllDifferent()
OWLAllValuesFrom createOWLAllValuesFrom()
OWLAllValuesFrom createOWLAllValuesFrom(RDFProperty property, RDFResource filler)
OWLAllValuesFrom createOWLAllValuesFrom(RDFProperty property, RDFSLiteral[] oneOfValues)
OWLCardinality createOWLCardinality()
OWLCardinality createOWLCardinality(RDFProperty property, int value)
OWLCardinality createOWLCardinality(RDFProperty property, int value, RDFSClass qualifier)
OWLComplementClass createOWLComplementClass()
OWLComplementClass createOWLComplementClass(RDFSClass complement)
OWLDataRange createOWLDataRange()
OWLDataRange createOWLDataRange(RDFSLiteral[] values)
values
- the values in the owl:oneOf list in the owl:DataRange
OWLDatatypeProperty createOWLDatatypeProperty(String name)
name
- the name of the new property
OWLDatatypeProperty createOWLDatatypeProperty(String name, OWLNamedClass metaclass)
name
- the name of the new propertymetaclass
- the rdf:type of the property
OWLDatatypeProperty createOWLDatatypeProperty(String name, RDFSDatatype datatype)
name
- the name of the new propertydatatype
- the (initial) range (e.g. getXSDint()
OWLDatatypeProperty createOWLDatatypeProperty(String name, RDFSLiteral[] dataRangeLiterals)
OWLEnumeratedClass createOWLEnumeratedClass()
OWLEnumeratedClass createOWLEnumeratedClass(Collection instances)
OWLHasValue createOWLHasValue()
OWLHasValue createOWLHasValue(RDFProperty property, Object value)
property
- the restricted Slotvalue
- an Instance, Boolean, Integer, Double, or String
OWLIntersectionClass createOWLIntersectionClass()
OWLIntersectionClass createOWLIntersectionClass(Collection clses)
OWLMaxCardinality createOWLMaxCardinality()
OWLMaxCardinality createOWLMaxCardinality(RDFProperty property, int value)
OWLMaxCardinality createOWLMaxCardinality(RDFProperty property, int value, RDFSClass qualifier)
OWLMinCardinality createOWLMinCardinality()
OWLMinCardinality createOWLMinCardinality(RDFProperty property, int value)
OWLMinCardinality createOWLMinCardinality(RDFProperty property, int value, RDFSClass qualifier)
OWLNamedClass createOWLNamedClass(String name)
OWLNamedClass createOWLNamedClass(String name, boolean loadDefaults)
OWLNamedClass createOWLNamedClass(String name, OWLNamedClass metaclass)
name
- the name of the new classmetaclass
- the metaclass (subclass of owl:Class)
OWLNamedClass createOWLNamedSubclass(String name, OWLNamedClass superclass)
OWLObjectProperty createOWLObjectProperty(String name)
name
- the name of the new property
OWLObjectProperty createOWLObjectProperty(String name, OWLNamedClass metaclass)
OWLObjectProperty createOWLObjectProperty(String name, Collection allowedClasses)
@Deprecated OWLOntology createOWLOntology(String prefix) throws AlreadyImportedException
prefix + ":"
.
prefix
- a valid namespace prefix
AlreadyImportedException
@Deprecated OWLOntology createOWLOntology(String name, String uri) throws AlreadyImportedException
AlreadyImportedException
createOWLOntology(String)
OWLSomeValuesFrom createOWLSomeValuesFrom()
OWLSomeValuesFrom createOWLSomeValuesFrom(RDFProperty property, RDFSLiteral[] oneOfValues)
OWLSomeValuesFrom createOWLSomeValuesFrom(RDFProperty property, RDFResource filler)
OWLUnionClass createOWLUnionClass()
OWLUnionClass createOWLUnionClass(Collection operandClasses)
@Deprecated RDFExternalResource createRDFExternalResource(String uri)
RDFList createRDFList()
RDFList createRDFList(Iterator values)
values
- an Iterator on the initial values of this list.
RDFSClass createRDFSClassFromExpression(String parsableExpression)
parsableExpression
- a parsable expression such as !(Person | Animal)
RDFSDatatype createRDFSDatatype(String name)
RDFSLiteral createRDFSLiteral(Object value)
value
- the value (not null)
RDFSLiteral createRDFSLiteral(String lexicalValue, RDFSDatatype datatype)
lexicalValue
- the value in the literal (not null)datatype
- the RDFSDatatype of the value
RDFSLiteral createRDFSLiteral(String value, String language)
value
- the value in the literal (not null)language
- the language tag of the value (possibly null)
Object createRDFSLiteralOrString(String value, String language)
value
- the value in the literal (not null)language
- the language tag of the value (possibly null)
RDFSNamedClass createRDFSNamedSubclass(String name, RDFSNamedClass superclass)
name
- the name of the new classsuperclass
- the superclass it shall have
RDFUntypedResource createRDFUntypedResource(String uri)
uri
- the URI to create an untyped resource for
RDFSNamedClass createSubclass(String name, RDFSNamedClass superclass)
name
- the name of the new subclass or null for a default namesuperclass
- the superclass
RDFSNamedClass createSubclass(String name, Collection superclasses)
name
- the name of the new subclass or null for a default namesuperclasses
- a Collection of RDFSClasses
RDFProperty createSubproperty(String name, RDFProperty superproperty)
name
- the name of the new subproperty, or null for a default namesuperproperty
- the superproperty
RDFSNamedClass createRDFSNamedClass(String name)
RDFSNamedClass createRDFSNamedClass(String name, boolean loadDefaults)
RDFSNamedClass createRDFSNamedClass(String name, Collection parents, RDFSClass rdfType)
name
- the name of the new classparents
- the parentsrdfType
- the rdf:type of the new class
RDFProperty createRDFProperty(String name)
Triple createTriple(RDFResource subject, RDFProperty predicate, Object object)
subject
- the subject of the Triplepredicate
- the predicate of the Tripleobject
- the object of the Triple
QueryResults executeSPARQLQuery(String partialQueryText) throws Exception
partialQueryText
- the query text, typically beginning with "SELECT"
Exception
- if the query string could not be handledSet<String> getAllImports()
@Deprecated edu.stanford.smi.protege.model.Cls getAnonymousRootCls()
Collection getChangedInferredClasses()
Set<RDFSNamedClass> getCommonSuperclasses(Collection<RDFSNamedClass> classes)
classes
- the RDFSNamedClasses to get the superclass of (at least one)
RDFSNamedClass getCommonSuperclass(Collection<RDFSNamedClass> classes)
classes
- the RDFSNamedClasses to get the superclass of (at least one)
String getDefaultLanguage()
OWLOntology getDefaultOWLOntology()
boolean getDispatchEventsEnabled()
getDispatchEventsEnabled
in interface edu.stanford.smi.protege.model.KnowledgeBase
setDispatchEventsEnabled(boolean)
Collection getDomainlessProperties()
Set getFloatDatatypes()
OWLFrameStoreManager getFrameStoreManager()
getFrameStoreManager
in interface edu.stanford.smi.protege.model.KnowledgeBase
boolean getGenerateEventsEnabled()
getGenerateEventsEnabled
in interface edu.stanford.smi.protege.model.KnowledgeBase
setGenerateEventsEnabled(boolean)
Set getIntegerDatatypes()
com.hp.hpl.jena.rdf.model.Model getJenaModel()
com.hp.hpl.jena.ontology.OntModel getOntModel()
RDFProperty getOWLDifferentFromProperty()
RDFProperty getOWLDisjointWithProperty()
Collection getInconsistentClasses()
RDFSNamedClass getOWLAllDifferentClass()
Collection getOWLAllDifferents()
Collection<RDFProperty> getOWLAnnotationProperties()
RDFSNamedClass getOWLAnnotationPropertyClass()
OWLClassParser getOWLClassParser()
OWLClassDisplay getOWLClassDisplay()
setOWLClassDisplay(edu.stanford.smi.protegex.owl.model.classdisplay.OWLClassDisplay)
OWLDatatypeProperty getOWLDatatypeProperty(String name)
OWLNamedClass getOWLDatatypePropertyClass()
RDFSNamedClass getOWLDeprecatedClassClass()
RDFProperty getOWLEquivalentClassProperty()
RDFProperty getOWLEquivalentPropertyProperty()
RDFSNamedClass getOWLFunctionalPropertyClass()
RDFSNamedClass getOWLInverseFunctionalPropertyClass()
RDFProperty getOWLOneOfProperty()
OWLProject getOWLProject()
OWLNamedClass getOWLThingClass()
RDFProperty getOWLValuesFromProperty()
TaskManager getTaskManager()
TaskManager
that can be used for executing tasks
that take a long time.
RDFProperty getProtegeAllowedParentProperty()
RDFProperty getProtegeClassificationStatusProperty()
RDFProperty getProtegeInferredSubclassesProperty()
RDFProperty getProtegeInferredSuperclassesProperty()
RepositoryManager getRepositoryManager()
@Deprecated RDFExternalResource getRDFExternalResource(String uri)
@Deprecated RDFSClass getRDFExternalResourceClass()
getRDFUntypedResourcesClass()
RDFProperty getRDFFirstProperty()
RDFResource getRDFResource(String name)
name
- the name of the resource
RDFResource getRDFResourceAs(String name, Class javaInterface)
getRDFResource(name).as(javaInterface)
.
Warning: No checks are done.
name
- the name of the resource to getjavaInterface
- the target type of the result
getRDFResource(java.lang.String)
,
RDFResource.as(java.lang.Class)
RDFResource getRDFResourceByBrowserText(String text)
text
- the browser text
RDFResource getRDFResourceByNameOrBrowserText(String text)
text
-
int getRDFSClassCount()
getRDFSClasses().size()
.
Collection getRDFSClasses()
RDFSDatatypeFactory getRDFSDatatypeFactory()
RDFProperty getRDFSIsDefinedByProperty()
RDFProperty getRDFSLabelProperty()
int getRDFResourceCount()
getRDFResources().size()
, but
much more efficient than that.
Collection getRDFResources()
Collection getRDFResourcesWithPropertyValue(RDFProperty property, Object value)
property
- the RDFPropertyvalue
- the value (must match exactly)
RDFSNamedClass getRDFListClass()
RDFUntypedResource getRDFUntypedResource(String uri, boolean createOnDemand)
uri
- the URI to look upcreateOnDemand
- true to have the system create one if it doesn't exist
RDFSNamedClass getRDFUntypedResourcesClass()
Collection getResourceNameMatches(String nameExpression, int maxMatches)
nameExpression
- the name patternmaxMatches
- the maximum number of hits to be returnedRDFProperty getOWLCardinalityProperty()
RDFSNamedClass getOWLDataRangeClass()
RDFProperty getOWLIntersectionOfProperty()
OWLJavaFactory getOWLJavaFactory()
setOWLJavaFactory(edu.stanford.smi.protegex.owl.model.factory.OWLJavaFactory)
RDFProperty getOWLMaxCardinalityProperty()
RDFProperty getOWLMinCardinalityProperty()
OWLNamedClass getOWLNamedClass(String name)
getCls()
.
The invoker must make sure that the name really reflects a OWLNamedClass.
name
- the name of the OWLNamedClass to get
OWLNamedClass getOWLNamedClassClass()
Collection getMatchingResources(RDFProperty property, String matchString, int maxMatches)
property
- the (string) property to compare tomatchString
- the match string (can include wild cards). The matching is case insensitive.maxMatches
- the maximum number of matches (-1 for all matches, which can be a lot!)
String getNextAnonymousResourceName()
OWLIndividual getOWLIndividual(String name)
OWLNamedClass getOWLNothing()
owl:Nothing
, which represents the empty set
for reasoners.
OWLObjectProperty getOWLObjectProperty(String name)
OWLNamedClass getOWLObjectPropertyClass()
Collection getOWLOntologies()
getDefaultOWLOntology()
@Deprecated OWLOntology getOWLOntologyByURI(String uri)
RDFResource getOWLOntologyByURI(URI uri)
uri
- the URI to look up
OWLNamedClass getOWLOntologyClass()
Collection getOWLOntologyProperties()
edu.stanford.smi.protege.model.framestore.FrameStore getHeadFrameStore()
OWLFrameStore getOWLFrameStore()
Collection getOWLIndividuals()
getOWLIndividuals(false)
.
Collection getOWLIndividuals(boolean onlyVisibleClasses)
onlyVisibleClasses
- true to only return instanceso of visible classes
RDFProperty getOWLInverseOfProperty()
OWLProperty getOWLProperty(String name)
name
- the name of the property to get
(OWLProperty) getRDFProperty(name)
Collection getOWLSystemResources()
edu.stanford.smi.protege.model.ValueType getOWLValueType(String uri)
uri
- the URI (e.g., "http://www.w3.org/2001/XMLSchema#float")
RDFProperty getProtegeReadOnlyProperty()
RDFIndividual getRDFIndividual(String name)
Collection getRDFIndividuals()
Collection getRDFIndividuals(boolean onlyVisibleClasses)
onlyVisibleClasses
- true to only return instances of visible classes.
RDFList getRDFNil()
Collection getRDFProperties()
RDFProperty getRDFProperty(String name)
name
- the name of the slot to get
(RDFProperty) getSlot(name)
RDFSNamedClass getRDFPropertyClass()
RDFSDatatype getRDFSDatatypeByName(String name)
name
- the name of the datatype to get
RDFSDatatype getRDFSDatatypeByURI(String uri)
uri
- the URI of the datatype to get
RDFSDatatype getRDFSDatatypeOfValue(Object valueOrRDFSLiteral)
valueOrRDFSLiteral
- the value object
Collection<RDFSDatatype> getRDFSDatatypes()
RDFSNamedClass getRDFSNamedClassClass()
RDFSNamedClass getRDFSNamedClass(String name)
OWLDatatypeProperty getRDFSCommentProperty()
RDFProperty getRDFRestProperty()
RDFSNamedClass getOWLSomeValuesFromRestrictionClass()
RDFSNamedClass[] getOWLRestrictionMetaclasses()
Collection getOWLRestrictionsOnProperty(RDFProperty property)
property
- the property to get all Restrictions for
RDFProperty getOWLSameAsProperty()
RDFProperty getOWLUnionOfProperty()
RDFProperty getOWLVersionInfoProperty()
RDFProperty getRDFSDomainProperty()
RDFProperty getRDFSRangeProperty()
RDFProperty getRDFSSubClassOfProperty()
RDFProperty getRDFSSubPropertyOfProperty()
String getResourceNameForURI(String uri)
uri
- a fully qualified URI
Collection getSearchSynonymProperties()
RDFProperty getProtegeSubclassesDisjointProperty()
RDFProperty getRDFTypeProperty()
RDFProperty[] getSystemAnnotationProperties()
SWRLSystemFrames getSystemFrames()
getSystemFrames
in interface edu.stanford.smi.protege.model.KnowledgeBase
String getTodoAnnotationPrefix()
OWLDatatypeProperty getTodoAnnotationProperty()
String[] getUsedLanguages()
Collection getUserDefinedOWLProperties()
Collection getUserDefinedOWLObjectProperties()
Collection getUserDefinedOWLDatatypeProperties()
Collection getUserDefinedOWLNamedClasses()
Collection getUserDefinedRDFIndividuals(boolean onlyVisibleClasses)
onlyVisibleClasses
- true to only return instances of visible classes
Collection getUserDefinedRDFProperties()
Collection getUserDefinedRDFSNamedClasses()
String getValueTypeURI(edu.stanford.smi.protege.model.ValueType valueType)
getValueType
.
valueType
-
Collection getVisibleUserDefinedOWLProperties()
Collection getVisibleUserDefinedRDFProperties()
RDFSDatatype getRDFXMLLiteralType()
List getVisibleResources(Iterator iterator)
iterator
- an Iterator of RDFResources
RDFSDatatype getXSDanyURI()
RDFSDatatype getXSDbase64Binary()
RDFSDatatype getXSDboolean()
RDFSDatatype getXSDbyte()
RDFSDatatype getXSDdate()
RDFSDatatype getXSDdateTime()
RDFSDatatype getXSDdecimal()
RDFSDatatype getXSDdouble()
RDFSDatatype getXSDduration()
RDFSDatatype getXSDfloat()
RDFSDatatype getXSDint()
RDFSDatatype getXSDinteger()
RDFSDatatype getXSDlong()
RDFSDatatype getXSDNonNegativeInteger()
RDFSDatatype getXSDshort()
RDFSDatatype getXSDstring()
RDFSDatatype getXSDtime()
@Deprecated boolean isAnonymousResource(RDFResource resource)
RDFResource.isAnonymous()
boolean isAnonymousResourceName(String name)
@Deprecated boolean isOWLSystemFrame(edu.stanford.smi.protege.model.Frame frame)
getOWLSystemResources
.
frame
- the Frame to check
boolean isProtegeMetaOntologyImported()
boolean isValidPropertyValue(RDFResource subject, RDFProperty predicate, Object value)
subject
- the subject to check the value forpredicate
- the property to check forvalue
- the potential value
boolean isValidResourceName(String name, RDFResource resource)
name
- the potential name of the resourceresource
- the RDFResource to test
Collection getResourcesWithPrefix(String prefix)
prefix
- the prefix to search for
String getLocalNameForURI(String uri)
http://www.aldi.de/ontologies#Hans
this will return the String Hans
.
uri
- the fully qualified URI
String getLocalNameForResourceName(String frameName)
NamespaceManager getNamespaceManager()
String getNamespaceForResourceName(String resourceName)
String getNamespaceForURI(String uri)
http://www.aldi.de/ontologies#Hans
this will return
http://www.aldi.de/ontologies#
.
uri
- the fully qualified URI
String getPrefixForResourceName(String resourceName)
PropertyValueValidator getPropertyValueValidator()
setPropertyValueValidator(edu.stanford.smi.protegex.owl.model.validator.PropertyValueValidator)
TripleStoreModel getTripleStoreModel()
String getURIForResourceName(String resourceName)
boolean isExpandShortNameInMethods()
Iterator listOWLAnonymousClasses()
Iterator listOWLNamedClasses()
Iterator listRDFProperties()
Iterator listRDFSNamedClasses()
Iterator listReferences(Object object, int maxResults)
object
- the object to look formaxResults
- the maximum number of expected results
Iterator listSubjects(RDFProperty property)
property
- the property to look for
void removeClassListener(ClassListener listener)
listener
- the ClassListener to removeaddClassListener(edu.stanford.smi.protegex.owl.model.event.ClassListener)
void removeModelListener(ModelListener listener)
listener
- the ModelListener to removeaddModelListener(edu.stanford.smi.protegex.owl.model.event.ModelListener)
void removePropertyListener(PropertyListener listener)
listener
- the PropertyListener to removeaddPropertyListener(edu.stanford.smi.protegex.owl.model.event.PropertyListener)
void removePropertyValueListener(PropertyValueListener listener)
listener
- the listener to removeaddPropertyValueListener(edu.stanford.smi.protegex.owl.model.event.PropertyValueListener)
void removeResourceListener(ResourceListener listener)
listener
- the ResourceListener to removeaddResourceListener(edu.stanford.smi.protegex.owl.model.event.ResourceListener)
void resetJenaModel()
void resetOntologyCache()
boolean setDispatchEventsEnabled(boolean enabled)
setDispatchEventsEnabled
in interface edu.stanford.smi.protege.model.KnowledgeBase
getDispatchEventsEnabled()
void setExpandShortNameInMethods(boolean expandShortNameInMethods)
boolean setGenerateEventsEnabled(boolean enabled)
setGenerateEventsEnabled
in interface edu.stanford.smi.protege.model.KnowledgeBase
getGenerateEventsEnabled()
void setOWLClassDisplay(OWLClassDisplay display)
display
- the new display (not null)void setOWLJavaFactory(OWLJavaFactory factory)
factory
- the new OWLJavaFactoryOWLJavaFactory
,
getOWLJavaFactory()
void setOWLProject(OWLProject owlProject)
owlProject
- the new OWLProjectgetOWLProject()
void setPropertyValueValidator(PropertyValueValidator validator)
validator
- the new Validator (or null)isValidPropertyValue(edu.stanford.smi.protegex.owl.model.RDFResource, edu.stanford.smi.protegex.owl.model.RDFProperty, java.lang.Object)
void setSearchSynonymProperties(Collection properties)
getSearchSynonymProperties()
void setTaskManager(TaskManager taskManager)
taskManager
- the new TaskManager (not null)getTaskManager()
WriterSettings getWriterSettings()
void setWriterSettings(WriterSettings writerSettings)
|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |