org.openanzo.owl
Interface _Thing

All Superinterfaces:
_Resource, Class, CoreThing, GraphThing
All Known Subinterfaces:
Nothing
All Known Implementing Classes:
_ThingImpl, NothingImpl

public interface _Thing
extends Class, GraphThing

Interface for Thing ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.

(URI: http://www.w3.org/2002/07/owl#Thing)





Field Summary
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface org.openanzo.owl.Class
disjointUnionOfProperty, disjointWithProperty, equivalentClassProperty, intersectionOfProperty, oneOfProperty, unionOfProperty
 
Fields inherited from interface org.openanzo.rdfs.Class
subClassOfProperty
 
Fields inherited from interface org.openanzo.rdfs._Resource
commentProperty, isDefinedByProperty, labelProperty, memberProperty, seeAlsoProperty, typeProperty, valueProperty
 
Method Summary
 
Methods inherited from interface org.openanzo.owl.Class
addDisjointUnionOf, addDisjointUnionOf, addDisjointUnionOf, addDisjointWith, addDisjointWith, addDisjointWith, addEquivalentClass, addEquivalentClass, addEquivalentClass, getDisjointUnionOf, getDisjointWith, getEquivalentClass, getIntersectionOf, getOneOf, getUnionOf, removeDisjointUnionOf, removeDisjointUnionOf, removeDisjointWith, removeDisjointWith, removeEquivalentClass, removeEquivalentClass, setIntersectionOf, setIntersectionOf, setIntersectionOf, setOneOf, setOneOf, setOneOf, setUnionOf, setUnionOf, setUnionOf
 
Methods inherited from interface org.openanzo.rdfs.Class
addSubClassOf, addSubClassOf, addSubClassOf, getSubClassOf, removeSubClassOf, removeSubClassOf
 
Methods inherited from interface org.openanzo.rdfs._Resource
addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addValue, addValue, addValue, getComment, getIsDefinedBy, getLabel, getMember, getSeeAlso, getType, getValue, removeComment, removeIsDefinedBy, removeIsDefinedBy, removeLabel, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeType, removeType, removeValue, removeValue
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final org.openrdf.model.URI TYPE
The rdf:type for this ontology class



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.