|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RDFObject in edu.stanford.smi.protegex.owl.jena.graph |
Methods in edu.stanford.smi.protegex.owl.jena.graph that return RDFObject | |
private RDFObject |
ProtegeGraph.getRDFObject(com.hp.hpl.jena.graph.Node objectNode)
|
Uses of RDFObject in edu.stanford.smi.protegex.owl.model |
Subinterfaces of RDFObject in edu.stanford.smi.protegex.owl.model | |
interface |
OWLAllDifferent
An RDFResource that represents a block of owl:AllDifferent individuals. |
interface |
OWLAllValuesFrom
An owl:allValueFrom restriction. |
interface |
OWLAnonymousClass
The base class of all anonymous OWL class types. |
interface |
OWLCardinality
A class representing an owl:cardinality restriction. |
interface |
OWLCardinalityBase
The base interface of the various cardinality restrictions. |
interface |
OWLClass
The common base interface for OWLNamedClass and OWLAnonymousClass. |
interface |
OWLComplementClass
A OWLLogicalClass to represent a complement. |
interface |
OWLDataRange
An RDFResource representing an owl:DataRange, i.e. an enumeration of literal values. |
interface |
OWLDatatypeProperty
An OWLProperty with a primitive datatype as range. |
interface |
OWLEnumeratedClass
An enumerated class which lists valid individuals as its values of the owl:oneOf property. |
interface |
OWLExistentialRestriction
A common base interface for OWLHasValue and OWLSomeValuesFrom restrictions. |
interface |
OWLHasValue
A class representing an owl:hasValue restriction. |
interface |
OWLIndividual
A simple instance of an owl:Class (i.e. neither a class nor a property). |
interface |
OWLIntersectionClass
A OWLLogicalClass that represents an intersection of its operands. |
interface |
OWLLogicalClass
The base interface of intersection, union and complement metaclasses. |
interface |
OWLMaxCardinality
A Cls representing a maximumCardinality restriction. |
interface |
OWLMinCardinality
A Cls representing a minimumCardinality restriction. |
interface |
OWLNamedClass
A named OWL class. |
interface |
OWLNAryLogicalClass
|
interface |
OWLObjectProperty
An OWL property with objects as values. |
interface |
OWLOntology
A RDFIndividual that represents an OWL Ontology (tag). |
interface |
OWLProperty
The common base interface of OWLDatatypeProperty and OWLObjectProperty. |
interface |
OWLQuantifierRestriction
The common base interface of OWLAllValuesFrom and OWLSomeValuesFrom. |
interface |
OWLRestriction
The base class of all OWL restriction classes. |
interface |
OWLSomeValuesFrom
A some-values-from OWLRestriction. |
interface |
OWLUnionClass
A OWLLogicalClass which consists of the union of its operands. |
interface |
RDFIndividual
A simple OWL instance (i.e. neither a class nor a property). |
interface |
RDFList
An RDFResource represents an rdf:List. |
interface |
RDFProperty
An RDFResource representing an rdf:Property or an instance of a subclass of rdf:Property such as owl:ObjectProperty and owl:FunctionalProperty. |
interface |
RDFResource
The base interface for various OWL classes, slots and instances. |
interface |
RDFSClass
The base interface of the RDFS/OWL classes used by the OWL Plugin. |
interface |
RDFSDatatype
An RDF resource representing an XML Schema datatype. |
interface |
RDFSLiteral
An interface to represent an RDF/XML Schema literal. |
interface |
RDFSNamedClass
|
interface |
RDFUntypedResource
An rdf:Resource without any rdf:type. |
Methods in edu.stanford.smi.protegex.owl.model that return RDFObject | |
RDFObject |
OWLModel.asRDFObject(Object object)
Gets an RDFObject for a given value. |
Methods in edu.stanford.smi.protegex.owl.model with parameters of type RDFObject | |
boolean |
RDFObject.equalsStructurally(RDFObject object)
Determines whether or not the specified class is structurally equal to this class. |
Uses of RDFObject in edu.stanford.smi.protegex.owl.model.factory.tests |
Subinterfaces of RDFObject in edu.stanford.smi.protegex.owl.model.factory.tests | |
interface |
TestPerson
A test interface only. |
Uses of RDFObject in edu.stanford.smi.protegex.owl.model.factory.tests.impl |
Classes in edu.stanford.smi.protegex.owl.model.factory.tests.impl that implement RDFObject | |
class |
DefaultTestPerson
|
Uses of RDFObject in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement RDFObject | |
class |
AbstractOWLAnonymousClass
A base implementation of OWLAnonymousClass. |
class |
AbstractOWLCardinalityBase
The base class of MaxCardi and OWLMinCardinality. |
class |
AbstractOWLLogicalClass
A basic implementation of OWLLogicalClass. |
class |
AbstractOWLNAryLogicalClass
The base class of DefaultOWLIntersectionClass and DefaultOWLUnionClass. |
class |
AbstractOWLProperty
The default implementation of the OWLProperty interface. |
class |
AbstractOWLQuantifierRestriction
The common base class of DefaultOWLAllValuesFrom and DefaultOWLSomeValuesFrom. |
class |
AbstractOWLRestriction
A basic implementation of the OWLRestriction interface. |
class |
AbstractRDFSClass
A basic implementation of the RDFSClass interface that provides support for disjoint classes. |
class |
DefaultOWLAllDifferent
|
class |
DefaultOWLAllValuesFrom
The default implementation of OWLAllValuesFrom. |
class |
DefaultOWLCardinality
A class representing a cardinality restriction. |
class |
DefaultOWLComplementClass
|
class |
DefaultOWLDataRange
|
class |
DefaultOWLDatatypeProperty
The default implementation of the OWLDatatypeProperty interface. |
class |
DefaultOWLEnumeratedClass
The default implementation of OWLEnumeratedClass. |
class |
DefaultOWLHasValue
A Cls representing a hasValue restriction. |
class |
DefaultOWLIndividual
|
class |
DefaultOWLIntersectionClass
The default implementation of the OWLIntersectionClass interface. |
class |
DefaultOWLMaxCardinality
A Cls representing a maximumCardinality restriction. |
class |
DefaultOWLMinCardinality
A Cls representing a minimumCardinality restriction. |
class |
DefaultOWLNamedClass
The default implementation of the OWLNamedClass interface. |
class |
DefaultOWLObjectProperty
The default implementation of the OWLObjectProperty interface. |
class |
DefaultOWLOntology
The default implementation of the OWLObjectProperty interface. |
class |
DefaultOWLSomeValuesFrom
The default implementation of OWLSomeValuesFrom. |
class |
DefaultOWLUnionClass
The default implementation of OWLUnionClass. |
class |
DefaultRDFIndividual
|
class |
DefaultRDFList
|
class |
DefaultRDFProperty
The default implementation of the OWLProperty interface. |
class |
DefaultRDFSDatatype
|
class |
DefaultRDFSLiteral
|
class |
DefaultRDFSNamedClass
|
class |
DefaultRDFUntypedResource
The default implementation of RDFUntypedResource. |
Methods in edu.stanford.smi.protegex.owl.model.impl that return RDFObject | |
RDFObject |
AbstractOWLModel.asRDFObject(Object object)
|
Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type RDFObject | |
boolean |
AbstractOWLCardinalityBase.equalsStructurally(RDFObject object)
|
boolean |
DefaultRDFProperty.equalsStructurally(RDFObject object)
|
boolean |
DefaultRDFIndividual.equalsStructurally(RDFObject object)
|
boolean |
DefaultRDFList.equalsStructurally(RDFObject object)
|
boolean |
DefaultOWLDataRange.equalsStructurally(RDFObject object)
|
boolean |
DefaultOWLComplementClass.equalsStructurally(RDFObject object)
|
boolean |
DefaultOWLEnumeratedClass.equalsStructurally(RDFObject object)
|
boolean |
DefaultOWLAllDifferent.equalsStructurally(RDFObject object)
|
boolean |
DefaultOWLIndividual.equalsStructurally(RDFObject object)
|
boolean |
DefaultOWLOntology.equalsStructurally(RDFObject object)
|
boolean |
DefaultOWLHasValue.equalsStructurally(RDFObject object)
|
boolean |
DefaultRDFSDatatype.equalsStructurally(RDFObject object)
|
boolean |
AbstractOWLQuantifierRestriction.equalsStructurally(RDFObject cls)
|
boolean |
AbstractOWLNAryLogicalClass.equalsStructurally(RDFObject object)
|
boolean |
DefaultRDFSNamedClass.equalsStructurally(RDFObject object)
|
boolean |
DefaultRDFSLiteral.equalsStructurally(RDFObject object)
|
Uses of RDFObject in edu.stanford.smi.protegex.owl.model.triplestore |
Methods in edu.stanford.smi.protegex.owl.model.triplestore with parameters of type RDFObject | |
Iterator |
TripleStore.listTriplesWithObject(RDFObject object)
Lists all Triples that have a given object. |
Uses of RDFObject in edu.stanford.smi.protegex.owl.model.triplestore.impl |
Methods in edu.stanford.smi.protegex.owl.model.triplestore.impl with parameters of type RDFObject | |
Iterator |
AbstractTripleStore.listTriplesWithObject(RDFObject object)
|
Uses of RDFObject in edu.stanford.smi.protegex.owl.swrl.model |
Subinterfaces of RDFObject in edu.stanford.smi.protegex.owl.swrl.model | |
interface |
SWRLAtom
The base interface of the various atom types in SWRL. |
interface |
SWRLAtomList
|
interface |
SWRLBuiltin
An instance representing a SWRL builtin. |
interface |
SWRLBuiltinAtom
|
interface |
SWRLClassAtom
|
interface |
SWRLDataRangeAtom
|
interface |
SWRLDatavaluedPropertyAtom
|
interface |
SWRLDifferentIndividualsAtom
|
interface |
SWRLImp
|
interface |
SWRLIndividual
The common base interface of all SWRL related classes. |
interface |
SWRLIndividualPropertyAtom
|
interface |
SWRLIndividualsAtom
|
interface |
SWRLSameIndividualAtom
|
interface |
SWRLVariable
|
Methods in edu.stanford.smi.protegex.owl.swrl.model that return RDFObject | |
RDFObject |
SWRLDatavaluedPropertyAtom.getArgument2()
|
RDFObject |
SWRLDataRangeAtom.getArgument1()
This argument is either an RDFList of RDFSLiterals, or a SWRLVariable. |
Methods in edu.stanford.smi.protegex.owl.swrl.model with parameters of type RDFObject | |
SWRLDataRangeAtom |
SWRLFactory.createDataRangeAtom(RDFResource dataRange,
RDFObject dObject)
|
SWRLDatavaluedPropertyAtom |
SWRLFactory.createDatavaluedPropertyAtom(OWLDatatypeProperty datatypeSlot,
RDFResource iObject,
RDFObject dObject)
|
void |
SWRLDatavaluedPropertyAtom.setArgument2(RDFObject dObject)
|
void |
SWRLDataRangeAtom.setArgument1(RDFObject dObject)
This argument is either an RDFList of RDFSLiterals, or a SWRLVariable. |
Uses of RDFObject in edu.stanford.smi.protegex.owl.swrl.model.impl |
Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement RDFObject | |
class |
AbstractSWRLIndividualsAtom
|
class |
DefaultSWRLAtom
|
class |
DefaultSWRLAtomList
|
class |
DefaultSWRLBuiltin
|
class |
DefaultSWRLBuiltinAtom
|
class |
DefaultSWRLClassAtom
|
class |
DefaultSWRLDataRangeAtom
|
class |
DefaultSWRLDatavaluedPropertyAtom
|
class |
DefaultSWRLDifferentIndividualsAtom
|
class |
DefaultSWRLImp
|
class |
DefaultSWRLIndividualPropertyAtom
|
class |
DefaultSWRLSameIndividualAtom
|
class |
DefaultSWRLVariable
|
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl that return RDFObject | |
RDFObject |
DefaultSWRLDataRangeAtom.getArgument1()
This argument is either an RDFList of RDFSLiterals, or a SWRLVariable. |
RDFObject |
DefaultSWRLDatavaluedPropertyAtom.getArgument2()
|
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl with parameters of type RDFObject | |
void |
DefaultSWRLDataRangeAtom.setArgument1(RDFObject dObject)
This argument is either an RDFList of RDFSLiterals, or a SWRLVariable. |
void |
DefaultSWRLDatavaluedPropertyAtom.setArgument2(RDFObject dObject)
|
static String |
SWRLUtil.getSWRLBrowserText(RDFObject o)
This replaces RDFSLiteral.getBrowserText() for the SWRL editor. |
Uses of RDFObject in edu.stanford.smi.protegex.owl.swrl.parser |
Methods in edu.stanford.smi.protegex.owl.swrl.parser that return RDFObject | |
private RDFObject |
SWRLParser.parseDObject()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |