|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.inference.dig.translator |
Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type RDFIndividual | |
boolean |
DefaultDIGRenderer.render(RDFIndividual instance,
Document doc,
Node parentNode)
|
void |
DefaultDIGRenderer.renderAxioms(RDFIndividual instance,
Document doc,
Node parentNode)
|
protected void |
DefaultDIGRenderer.renderTypes(RDFIndividual instance,
Document doc,
Node parentNode)
|
void |
DIGTranslator.createIndividualTypesQuery(Document doc,
String queryID,
RDFIndividual ins)
Creates a query that asks for the types (concepts) that an individual belongs to. |
void |
DIGTranslator.createIndividualInstanceOfConceptQuery(Document doc,
String queryID,
RDFIndividual ins,
RDFSClass aClass)
Creates a query that asks if an individual is an instance (member of) a given class. |
void |
DIGTranslator.createPropertyFillersQuery(Document doc,
String queryID,
RDFIndividual ins,
OWLProperty property)
Creates a query that asks for the fillers for a qiven individual/property pair. |
boolean |
DIGRenderer.render(RDFIndividual instance,
Document doc,
Node parentNode)
|
void |
DIGRenderer.renderAxioms(RDFIndividual instance,
Document doc,
Node parentNode)
|
void |
DefaultDIGTranslator.createIndividualTypesQuery(Document doc,
String queryID,
RDFIndividual ins)
|
void |
DefaultDIGTranslator.createIndividualInstanceOfConceptQuery(Document doc,
String queryID,
RDFIndividual ins,
RDFSClass aClass)
|
void |
DefaultDIGTranslator.createPropertyFillersQuery(Document doc,
String queryID,
RDFIndividual ins,
OWLProperty property)
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.model |
Subinterfaces of RDFIndividual in edu.stanford.smi.protegex.owl.model | |
interface |
OWLAllDifferent
An RDFResource that represents a block of owl:AllDifferent individuals. |
interface |
OWLIndividual
A simple instance of an owl:Class (i.e. neither a class nor a property). |
interface |
RDFUntypedResource
An rdf:Resource without any rdf:type. |
Methods in edu.stanford.smi.protegex.owl.model that return RDFIndividual | |
RDFIndividual |
RDFSNamedClass.createRDFIndividual(String name)
Creates a new individual of this (assuming this is not a metaclass). |
RDFIndividual |
OWLModel.getRDFIndividual(String name)
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.model.factory.tests |
Subinterfaces of RDFIndividual in edu.stanford.smi.protegex.owl.model.factory.tests | |
interface |
TestPerson
A test interface only. |
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.model.factory.tests.impl |
Classes in edu.stanford.smi.protegex.owl.model.factory.tests.impl that implement RDFIndividual | |
class |
DefaultTestPerson
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement RDFIndividual | |
class |
DefaultOWLAllDifferent
|
class |
DefaultOWLDataRange
|
class |
DefaultOWLIndividual
|
class |
DefaultOWLOntology
The default implementation of the OWLObjectProperty interface. |
class |
DefaultRDFIndividual
|
class |
DefaultRDFList
|
class |
DefaultRDFSDatatype
|
class |
DefaultRDFUntypedResource
The default implementation of RDFUntypedResource. |
Methods in edu.stanford.smi.protegex.owl.model.impl that return RDFIndividual | |
RDFIndividual |
AbstractOWLModel.getRDFIndividual(String name)
|
RDFIndividual |
DefaultRDFSNamedClass.createRDFIndividual(String name)
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.model.visitor |
Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type RDFIndividual | |
void |
OWLModelVisitor.visitRDFIndividual(RDFIndividual rdfIndividual)
|
void |
OWLModelVisitorAdapter.visitRDFIndividual(RDFIndividual rdfIndividual)
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.swrl.model |
Subinterfaces of RDFIndividual 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
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.swrl.model.impl |
Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement RDFIndividual | |
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
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.ui.actions |
Methods in edu.stanford.smi.protegex.owl.ui.actions with parameters of type RDFIndividual | |
static String |
ConvertIndividualToClassAction.getClsName(RDFIndividual individual)
|
static OWLNamedClass |
ConvertIndividualToClassAction.performAction(RDFIndividual individual)
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type RDFIndividual | |
void |
RDFAxiomRenderer.visitRDFIndividual(RDFIndividual rdfIndividual)
|
private void |
RDFAxiomRenderer.renderIndividualAxioms(RDFIndividual individual)
|
void |
RDFAxiomRenderer.RenderableAxiomsChecker.visitRDFIndividual(RDFIndividual rdfIndividual)
|
void |
RDFResourceRenderer.visitRDFIndividual(RDFIndividual rdfIndividual)
|
Uses of RDFIndividual in edu.stanford.smi.protegex.owl.writer.rdfxml.util |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.util with parameters of type RDFIndividual | |
void |
InlineResourceChecker.visitRDFIndividual(RDFIndividual rdfIndividual)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |