|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RDFResource in edu.stanford.smi.protegex.owl.database.triplestore |
Methods in edu.stanford.smi.protegex.owl.database.triplestore that return RDFResource | |
RDFResource |
DatabaseTripleStore.getHomeResource(String name)
|
private RDFResource |
DatabaseTripleStore.getRDFResource(edu.stanford.smi.protege.model.Instance instance)
|
Methods in edu.stanford.smi.protegex.owl.database.triplestore with parameters of type RDFResource | |
Iterator |
DatabaseTripleStore.listObjects(RDFResource subject,
RDFProperty property)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.inference.dig.translator |
Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type RDFResource | |
protected void |
DefaultDIGRenderer.logErrorOrWarning(RDFResource cause,
String message,
String recoveryMessage)
|
void |
DIGTranslator.translateToDIG(RDFResource i,
Document doc,
Node node)
Translates an element of an OWLModel to DIG |
void |
DefaultDIGTranslator.translateToDIG(RDFResource i,
Document doc,
Node node)
Translates an element of an OWLModel to DIG |
Uses of RDFResource in edu.stanford.smi.protegex.owl.inference.protegeowl.log |
Fields in edu.stanford.smi.protegex.owl.inference.protegeowl.log declared as RDFResource | |
private RDFResource |
MessageLogRecord.cause
|
private RDFResource |
OWLInstanceLogRecord.instance
|
Methods in edu.stanford.smi.protegex.owl.inference.protegeowl.log that return RDFResource | |
RDFResource |
WarningMessageTestResult.getHost()
|
RDFResource |
MessageLogRecord.getCause()
Gets the cause of this warning. |
Methods in edu.stanford.smi.protegex.owl.inference.protegeowl.log with parameters of type RDFResource | |
ReasonerLogRecord |
ReasonerLogRecordFactory.createWarningMessageLogRecord(RDFResource cause,
String message,
ReasonerLogRecord parent)
|
ReasonerLogRecord |
ReasonerLogRecordFactory.createOWLInstanceLogRecord(RDFResource instance,
ReasonerLogRecord parent)
|
Constructors in edu.stanford.smi.protegex.owl.inference.protegeowl.log with parameters of type RDFResource | |
ErrorMessageLogRecord(RDFResource cause,
String message,
ReasonerLogRecord parent)
|
|
WarningMessageLogRecord(RDFResource cause,
String message,
ReasonerLogRecord parent)
|
|
MessageLogRecord(RDFResource cause,
String message,
ReasonerLogRecord parent)
|
|
OWLInstanceLogRecord(RDFResource resource,
ReasonerLogRecord parent)
|
|
InformationMessageLogRecord(RDFResource cause,
String message,
ReasonerLogRecord parent)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.inference.ui.action |
Methods in edu.stanford.smi.protegex.owl.inference.ui.action with parameters of type RDFResource | |
boolean |
ComputeSingleIndividualTypesAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
CheckSingleConceptConsistencyAction.isSuitable(Component component,
RDFResource frame)
|
boolean |
GetInferredSuperClassesAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ComputeIndividualsBelongingToClassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
GetInferredSubClassesAction.isSuitable(Component component,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.javacode |
Methods in edu.stanford.smi.protegex.owl.javacode with parameters of type RDFResource | |
boolean |
JavaCodeGeneratorResourceAction.isSuitable(Component component,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.jena |
Methods in edu.stanford.smi.protegex.owl.jena that return RDFResource | |
RDFResource |
JenaOWLModel.getRDFResource(com.hp.hpl.jena.rdf.model.Resource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.jena.creator |
Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type RDFResource | |
private void |
JenaCreator.addPropertyValues(RDFResource rdfResource,
com.hp.hpl.jena.ontology.OntResource ontResource)
|
private void |
JenaCreator.addPropertyValues2(RDFResource rdfResource,
com.hp.hpl.jena.ontology.OntResource ontResource)
|
private void |
JenaCreator.addPropertyValues(RDFResource instance,
com.hp.hpl.jena.ontology.OntResource ontResource,
RDFProperty rdfProperty)
|
private com.hp.hpl.jena.ontology.Individual |
JenaCreator.createIndividual(RDFResource rdfResource,
boolean anon)
|
private com.hp.hpl.jena.ontology.Individual |
JenaCreator.getIndividual(RDFResource rdfResource)
|
private com.hp.hpl.jena.ontology.OntResource |
JenaCreator.getOntResource(RDFResource rdfResource)
|
private com.hp.hpl.jena.rdf.model.Resource |
JenaCreator.getResource(RDFResource rdfResource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.jena.graph |
Methods in edu.stanford.smi.protegex.owl.jena.graph that return RDFResource | |
private RDFResource |
ProtegeGraph.getRDFResource(com.hp.hpl.jena.graph.Node node)
|
Methods in edu.stanford.smi.protegex.owl.jena.graph with parameters of type RDFResource | |
private com.hp.hpl.jena.util.iterator.ExtendedIterator |
ProtegeGraph.findWithSubject(com.hp.hpl.jena.graph.Node subjectNode,
RDFResource subject,
com.hp.hpl.jena.graph.Node predicateNode,
com.hp.hpl.jena.graph.Node objectNode)
|
private com.hp.hpl.jena.util.iterator.ExtendedIterator |
ProtegeGraph.findWithSubjectOnly(com.hp.hpl.jena.graph.Node subjectNode,
RDFResource subject)
|
private com.hp.hpl.jena.util.iterator.ExtendedIterator |
ProtegeGraph.findWithSubjectAndObject(com.hp.hpl.jena.graph.Node subjectNode,
RDFResource subject,
com.hp.hpl.jena.graph.Node objectNode)
|
private com.hp.hpl.jena.util.iterator.ExtendedIterator |
ProtegeGraph.findWithSubjectAndPredicate(com.hp.hpl.jena.graph.Node subjectNode,
RDFResource subject,
com.hp.hpl.jena.graph.Node predicateNode,
RDFProperty predicate,
com.hp.hpl.jena.graph.Node objectNode)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.jena.parser |
Fields in edu.stanford.smi.protegex.owl.jena.parser declared as RDFResource | |
private RDFResource |
ProtegeOWLParser.MyNamespaceHandler.ontology
|
Methods in edu.stanford.smi.protegex.owl.jena.parser that return RDFResource | |
private RDFResource |
ProtegeOWLParser.createRDFResource(String name)
|
private RDFResource |
ProtegeOWLParser.findResource(String name)
|
private RDFResource |
ProtegeOWLParser.getRDFResource(com.hp.hpl.jena.rdf.arp.AResource aResource)
|
Methods in edu.stanford.smi.protegex.owl.jena.parser with parameters of type RDFResource | |
void |
DefaultProtegeOWLParserLogger.logTripleAdded(RDFResource subject,
RDFProperty predicate,
Object object)
|
private void |
ProtegeOWLParser.replaceNamespace(TripleStore tripleStore,
RDFResource ontology,
String prefix,
String namespace)
|
private void |
ProtegeOWLParser.replaceTemporaryName(TripleStore tripleStore,
RDFResource resource,
String name,
boolean isOntology)
|
private boolean |
ProtegeOWLParser.runImplicitImport(RDFResource resource,
Set imports,
Collection untypedResources)
|
void |
ProtegeOWLParserLogger.logTripleAdded(RDFResource subject,
RDFProperty predicate,
Object object)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.jena.protege2jena |
Methods in edu.stanford.smi.protegex.owl.jena.protege2jena with parameters of type RDFResource | |
private com.hp.hpl.jena.rdf.model.Resource |
Protege2Jena.getResource(RDFResource rdfResource,
com.hp.hpl.jena.rdf.model.Model model)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.jena.triplestore |
Methods in edu.stanford.smi.protegex.owl.jena.triplestore with parameters of type RDFResource | |
static void |
JenaTripleStoreModel.ensureActiveTripleStore(RDFResource resource)
|
private com.hp.hpl.jena.graph.Node |
JenaMemoryTripleWriter.createNodeFromRDFResource(RDFResource resource)
|
void |
JenaMemoryTripleWriter.write(RDFResource tsubject,
RDFProperty tpredicate,
Object tobject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model |
Subinterfaces of RDFResource 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 |
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 |
RDFSNamedClass
|
interface |
RDFUntypedResource
An rdf:Resource without any rdf:type. |
Methods in edu.stanford.smi.protegex.owl.model that return RDFResource | |
RDFResource |
RDFResource.as(Class javaInterface)
Converts this dynamically into an instance of a given Java interface. |
RDFResource |
RDFResource.getAllValuesFromOnTypes(RDFProperty property)
Checks for rdfs:range or owl:allValuesFrom restrictions on the types of this resource. |
RDFResource |
RDFResource.getPropertyValueAs(RDFProperty property,
Class javaInterface)
|
RDFResource |
OWLAllValuesFrom.getAllValuesFrom()
Gets the owl:allValuesFrom filler. |
RDFResource |
OWLSomeValuesFrom.getSomeValuesFrom()
Gets the owl:someValuesFrom filler. |
RDFResource |
OWLNamedClass.getAllValuesFrom(RDFProperty property)
Gets the allowed class for a given property. |
RDFResource |
OWLNamedClass.getSomeValuesFrom(RDFProperty property)
Gets the filler of any defined someValuesFrom restriction for a given property. |
RDFResource |
OWLQuantifierRestriction.getFiller()
Gets the filler of this restriction, which is either an RDFSDatatype, an OWLDataRange, or a RDFSClass. |
RDFResource |
RDFSNamedClass.createAnonymousInstance()
Creates an instance of this class so that Protege will recognize this as an "anonymous" node in the RDF rendering. |
RDFResource |
RDFSClass.createInstance(String name)
Creates a new instance of this class. |
RDFResource |
RDFProperty.getRange()
Equivalent to getRange(false) . |
RDFResource |
RDFProperty.getRange(boolean includingSuperproperties)
Gets the range defined at this. |
RDFResource |
OWLModel.getRDFResource(String name)
Gets an RDFResource by its name. |
RDFResource |
OWLModel.getRDFResourceAs(String name,
Class javaInterface)
Combines the calls getRDFResource(name).as(javaInterface) .
|
RDFResource |
OWLModel.getRDFResourceByBrowserText(String text)
Gets the first resource that has a given browser text. |
RDFResource |
OWLModel.getRDFResourceByNameOrBrowserText(String text)
Gets the first instance that has a given name or browser text. |
Methods in edu.stanford.smi.protegex.owl.model with parameters of type RDFResource | |
void |
RDFResource.addDifferentFrom(RDFResource resource)
Adds an owl:differentFrom to this resource. |
void |
RDFResource.addIsDefinedBy(RDFResource resource)
Adds an rdfs:isDefinedBy to this resource. |
void |
RDFResource.addSameAs(RDFResource resource)
Adds an owl:sameAs to this resource. |
void |
RDFResource.removeDifferentFrom(RDFResource resource)
|
void |
RDFResource.removeIsDefinedBy(RDFResource resource)
|
void |
RDFResource.removeSameAs(RDFResource resource)
|
void |
OWLAllValuesFrom.setAllValuesFrom(RDFResource allValuesFrom)
Sets the owl:allValuesFrom filler. |
void |
OWLSomeValuesFrom.setSomeValuesFrom(RDFResource someValuesFrom)
Sets the owl:someValuesFrom filler. |
void |
OWLQuantifierRestriction.setFiller(RDFResource filler)
Sets the filler of this restriction. |
void |
OWLEnumeratedClass.addOneOf(RDFResource resource)
Adds a resource to this enumeration. |
void |
OWLEnumeratedClass.removeOneOf(RDFResource resource)
Removes a resource from this enumeration. |
void |
OWLAllDifferent.addDistinctMember(RDFResource resource)
|
void |
OWLAllDifferent.removeDistinctMember(RDFResource resource)
|
void |
RDFProperty.setRange(RDFResource range)
Sets the rdfs:range of this. |
OWLAllValuesFrom |
OWLModel.createOWLAllValuesFrom(RDFProperty property,
RDFResource filler)
|
OWLSomeValuesFrom |
OWLModel.createOWLSomeValuesFrom(RDFProperty property,
RDFResource filler)
|
Triple |
OWLModel.createTriple(RDFResource subject,
RDFProperty predicate,
Object object)
Creates a new Triple. |
boolean |
OWLModel.isAnonymousResource(RDFResource resource)
Deprecated. |
boolean |
OWLModel.isValidPropertyValue(RDFResource subject,
RDFProperty predicate,
Object value)
Checks if a certain object would be a valid value for a given subject/property pair. |
boolean |
OWLModel.isValidResourceName(String name,
RDFResource resource)
Checks whether a given String would be a valid name for a given resource. |
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.classparser |
Methods in edu.stanford.smi.protegex.owl.model.classparser that return RDFResource | |
RDFResource |
OWLClassParser.parseQuantifierFiller(OWLModel owlModel,
String expression)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.classparser.compact |
Methods in edu.stanford.smi.protegex.owl.model.classparser.compact that return RDFResource | |
RDFResource |
CompactOWLClassParser.parseQuantifierFiller(OWLModel owlModel,
String expression)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.classparser.manchester |
Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester that return RDFResource | |
RDFResource |
ManchesterOWLClassParser.parseQuantifierFiller(OWLModel owlModel,
String expression)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.event |
Methods in edu.stanford.smi.protegex.owl.model.event with parameters of type RDFResource | |
void |
ModelAdapter.individualCreated(RDFResource resource)
|
void |
ModelAdapter.individualDeleted(RDFResource resource)
|
void |
ModelAdapter.resourceNameChanged(RDFResource resource,
String oldName)
|
void |
ResourceListener.typeAdded(RDFResource resource,
RDFSClass type)
Called when a resource has been assigned a new rdf:type. |
void |
ResourceListener.typeRemoved(RDFResource resource,
RDFSClass type)
Called when an rdf:type has been removed from a resource. |
void |
ModelListener.individualCreated(RDFResource resource)
Called after an individual has been created. |
void |
ModelListener.individualDeleted(RDFResource resource)
Called after an individual has been deleted. |
void |
ModelListener.resourceNameChanged(RDFResource resource,
String oldName)
Called after the name of a resource has changed. |
void |
ClassListener.instanceAdded(RDFSClass cls,
RDFResource instance)
Called after a (new) resource was made an instance of a class. |
void |
ClassListener.instanceRemoved(RDFSClass cls,
RDFResource instance)
Called after a resource was removed from the instances of a class. |
void |
ClassAdapter.instanceAdded(RDFSClass cls,
RDFResource instance)
|
void |
ClassAdapter.instanceRemoved(RDFSClass cls,
RDFResource instance)
|
void |
PropertyValueListener.browserTextChanged(RDFResource resource)
Called when the browser text of an RDFResource has changed. |
void |
PropertyValueListener.nameChanged(RDFResource resource,
String oldName)
Called after the name of a resource has changed. |
void |
PropertyValueListener.propertyValueChanged(RDFResource resource,
RDFProperty property,
Collection oldValues)
Called after the value of a property has changed at a given resource. |
void |
PropertyValueListener.visibilityChanged(RDFResource resource)
Called after the visibility of a resource has changed. |
void |
ResourceAdapter.typeAdded(RDFResource resource,
RDFSClass type)
|
void |
ResourceAdapter.typeRemoved(RDFResource resource,
RDFSClass type)
|
void |
PropertyValueAdapter.browserTextChanged(RDFResource resource)
|
void |
PropertyValueAdapter.nameChanged(RDFResource resource,
String oldName)
|
void |
PropertyValueAdapter.propertyValueChanged(RDFResource resource,
RDFProperty property,
Collection oldValues)
|
void |
PropertyValueAdapter.visibilityChanged(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.factory |
Methods in edu.stanford.smi.protegex.owl.model.factory that return RDFResource | |
RDFResource |
OWLJavaFactory.as(RDFResource resource,
Class javaInterface)
|
Methods in edu.stanford.smi.protegex.owl.model.factory with parameters of type RDFResource | |
RDFResource |
OWLJavaFactory.as(RDFResource resource,
Class javaInterface)
|
boolean |
OWLJavaFactory.canAs(RDFResource resource,
Class javaInterface)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.factory.tests |
Subinterfaces of RDFResource in edu.stanford.smi.protegex.owl.model.factory.tests | |
interface |
TestPerson
A test interface only. |
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.factory.tests.impl |
Classes in edu.stanford.smi.protegex.owl.model.factory.tests.impl that implement RDFResource | |
class |
DefaultTestPerson
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.framestore |
Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type RDFResource | |
private void |
OWLFrameStore.deleteRDFListsThatArePropertyValues(RDFResource resource)
|
List |
OWLFrameStore.getPropertyValueLiterals(RDFResource frame,
RDFProperty slot)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement RDFResource | |
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 |
DefaultRDFSNamedClass
|
class |
DefaultRDFUntypedResource
The default implementation of RDFUntypedResource. |
Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type RDFResource | |
void |
DefaultOWLSomeValuesFrom.setSomeValuesFrom(RDFResource someValuesFrom)
|
void |
DefaultRDFProperty.setRange(RDFResource range)
|
void |
DefaultRDFProperty.addDifferentFrom(RDFResource resource)
|
void |
DefaultRDFProperty.addIsDefinedBy(RDFResource instance)
|
void |
DefaultRDFProperty.addSameAs(RDFResource resource)
|
void |
DefaultRDFProperty.removeDifferentFrom(RDFResource resource)
|
void |
DefaultRDFProperty.removeIsDefinedBy(RDFResource resource)
|
void |
DefaultRDFProperty.removeSameAs(RDFResource resource)
|
void |
AbstractRDFSClass.addDifferentFrom(RDFResource resource)
|
void |
AbstractRDFSClass.addIsDefinedBy(RDFResource instance)
|
void |
AbstractRDFSClass.addSameAs(RDFResource resource)
|
void |
AbstractRDFSClass.removeDifferentFrom(RDFResource resource)
|
void |
AbstractRDFSClass.removeIsDefinedBy(RDFResource resource)
|
void |
AbstractRDFSClass.removeSameAs(RDFResource resource)
|
void |
DefaultOWLAllValuesFrom.setAllValuesFrom(RDFResource allValuesFrom)
|
void |
DefaultRDFIndividual.addDifferentFrom(RDFResource resource)
|
void |
DefaultRDFIndividual.addIsDefinedBy(RDFResource instance)
|
void |
DefaultRDFIndividual.addSameAs(RDFResource resource)
|
void |
DefaultRDFIndividual.removeDifferentFrom(RDFResource resource)
|
void |
DefaultRDFIndividual.removeIsDefinedBy(RDFResource resource)
|
void |
DefaultRDFIndividual.removeSameAs(RDFResource resource)
|
static void |
DefaultRDFList.removeListValue(RDFResource resource,
RDFProperty property,
Object value)
|
static void |
DefaultRDFList.removeListValue(RDFResource resource,
RDFProperty property,
RDFList li,
int index)
|
static void |
OWLUtil.addLabel(RDFResource source,
String label,
String language)
|
static Collection |
OWLUtil.getInferredDirectTypes(RDFResource resource)
|
static Collection |
OWLUtil.getLabels(RDFResource source)
|
static Set |
OWLUtil.getReferringAnonymousClses(RDFResource instance)
|
static void |
OWLUtil.removeLabel(RDFResource source,
String label,
String language)
|
static void |
OWLUtil.addProtegeType(RDFResource resource,
RDFSClass type)
|
static RDFSClass |
OWLUtil.getDirectRDFType(RDFResource resource)
|
static Collection |
OWLUtil.getDirectRDFTypes(RDFResource resource)
|
static boolean |
OWLUtil.hasProtegeType(RDFResource resource,
RDFSClass type)
|
static boolean |
OWLUtil.hasProtegeType(RDFResource resource,
RDFSClass type,
boolean includingSuperclasses)
|
static void |
OWLUtil.removeProtegeType(RDFResource resource,
RDFSClass type)
|
static void |
OWLUtil.setProtegeType(RDFResource resource,
RDFSClass type)
|
static void |
OWLUtil.setProtegeTypes(RDFResource resource,
Collection types)
|
static void |
OWLUtil.addDifferentFrom(RDFResource resource,
RDFResource differentFrom)
|
static void |
OWLUtil.removeDifferentFrom(RDFResource resource,
RDFResource differentFrom)
|
static void |
OWLUtil.addComment(RDFResource resource,
String comment)
|
static void |
OWLUtil.removeComment(RDFResource resource,
String comment)
|
static void |
OWLUtil.addPropertyValue(RDFResource resource,
RDFProperty property,
Object value)
|
static Collection |
OWLUtil.getComments(RDFResource resource)
|
static void |
OWLUtil.setComment(RDFResource resource,
String comment)
|
static void |
OWLUtil.setComments(RDFResource resource,
Collection comments)
|
static void |
OWLUtil.setInferredTypes(RDFResource resource,
Collection types)
|
static Collection |
OWLUtil.getDifferentFrom(RDFResource resource)
|
static Object |
OWLUtil.getPropertyValue(RDFResource resource,
RDFProperty property,
boolean includingSubproperties)
|
static int |
OWLUtil.getPropertyValueCount(RDFResource resource,
RDFProperty property)
|
static Collection |
OWLUtil.getPropertyValues(RDFResource resource,
RDFProperty property,
boolean includingSubproperties)
|
static Iterator |
OWLUtil.listPropertyValues(RDFResource resource,
RDFProperty property,
boolean includingSubproperties)
|
static void |
OWLUtil.removePropertyValue(RDFResource resource,
RDFProperty property,
Object value)
|
static void |
OWLUtil.setPropertyValue(RDFResource resource,
RDFProperty property,
Object value)
|
static void |
OWLUtil.setPropertyValues(RDFResource resource,
RDFProperty property,
Collection values)
|
static Collection |
OWLUtil.getPropertyValueLiterals(RDFResource resource,
RDFProperty property)
|
static RDFSLiteral |
OWLUtil.getPropertyValueLiteral(RDFResource resource,
RDFProperty property)
|
static Collection |
OWLUtil.getRDFProperties(RDFResource resource)
|
static void |
OWLUtil.addResourceListener(RDFResource resource,
ResourceListener listener)
|
static void |
OWLUtil.removeResourceListener(RDFResource resource,
ResourceListener listener)
|
static boolean |
OWLUtil.hasPropertyValue(RDFResource resource,
RDFProperty property,
Object value,
boolean includingSubproperties)
|
static void |
OWLUtil.addPropertyValueListener(RDFResource resource,
PropertyValueListener listener)
|
static void |
OWLUtil.removePropertyValueListener(RDFResource resource,
PropertyValueListener listener)
|
static Collection |
OWLUtil.getPossibleRDFProperties(RDFResource resource)
|
static RDFResource |
OWLUtil.as(RDFResource resource,
Class javaInterface)
|
static boolean |
OWLUtil.canAs(RDFResource resource,
Class javaInterface)
|
static Collection |
OWLUtil.getPropertyValuesAs(RDFResource resource,
RDFProperty property,
Class javaInterface)
|
static RDFResource |
OWLUtil.getPropertyValueAs(RDFResource resource,
RDFProperty property,
Class javaInterface)
|
static Iterator |
OWLUtil.listPropertyValuesAs(RDFResource resource,
RDFProperty property,
Class javaInterface)
|
static boolean |
OWLUtil.hasPropertyValue(RDFResource resource,
RDFProperty property)
|
static boolean |
OWLUtil.hasPropertyValue(RDFResource resource,
RDFProperty property,
boolean includingSubproperties)
|
static RDFSClass |
OWLUtil.getRDFType(RDFResource resource)
|
static Collection |
OWLUtil.getRDFTypes(RDFResource resource)
|
static void |
OWLUtil.addRDFType(RDFResource resource,
RDFSClass type)
|
static void |
OWLUtil.removeRDFType(RDFResource resource,
RDFSClass type)
|
static boolean |
OWLUtil.hasRDFType(RDFResource resource,
RDFSClass type)
|
static boolean |
OWLUtil.hasRDFType(RDFResource resource,
RDFSClass type,
boolean includingSuperclasses)
|
static void |
OWLUtil.setRDFType(RDFResource resource,
RDFSClass type)
|
static void |
OWLUtil.setRDFTypes(RDFResource resource,
Collection types)
|
static Collection |
OWLUtil.getHasValuesOnTypes(RDFResource resource,
RDFProperty property)
|
static boolean |
OWLUtil.isValidPropertyValue(RDFResource resource,
RDFProperty property,
Object object)
|
static RDFResource |
OWLUtil.getAllValuesFromOnTypes(RDFResource resource,
RDFProperty property)
|
boolean |
AbstractOWLModel.isValidPropertyValue(RDFResource subject,
RDFProperty predicate,
Object value)
|
OWLAllValuesFrom |
AbstractOWLModel.createOWLAllValuesFrom(RDFProperty property,
RDFResource filler)
|
Triple |
AbstractOWLModel.createTriple(RDFResource subject,
RDFProperty predicate,
Object object)
|
OWLSomeValuesFrom |
AbstractOWLModel.createOWLSomeValuesFrom(RDFProperty property,
RDFResource filler)
|
boolean |
AbstractOWLModel.isAnonymousResource(RDFResource resource)
Deprecated. |
boolean |
AbstractOWLModel.isValidResourceName(String name,
RDFResource resource)
|
Collection |
AbstractOWLModel.getPropertyValueLiterals(RDFResource resource,
RDFProperty property)
|
void |
DefaultOWLEnumeratedClass.addOneOf(RDFResource resource)
|
void |
DefaultOWLEnumeratedClass.removeOneOf(RDFResource resource)
|
void |
DefaultOWLAllDifferent.addDistinctMember(RDFResource resource)
|
void |
DefaultOWLAllDifferent.removeDistinctMember(RDFResource instance)
|
void |
AbstractOWLQuantifierRestriction.setFiller(RDFResource filler)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.patcher |
Methods in edu.stanford.smi.protegex.owl.model.patcher with parameters of type RDFResource | |
private RDFSNamedClass |
DefaultOWLModelPatcher.getRDFType(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.triplestore |
Methods in edu.stanford.smi.protegex.owl.model.triplestore that return RDFResource | |
static RDFResource |
TripleStoreUtil.getFirstOntology(OWLModel owlModel,
TripleStore tripleStore)
|
RDFResource |
Tuple.getSubject()
|
RDFResource |
TripleStore.getHomeResource(String name)
|
Methods in edu.stanford.smi.protegex.owl.model.triplestore with parameters of type RDFResource | |
TripleStore |
TripleStoreModel.getHomeTripleStore(RDFResource resource)
Gets the "home" triple store of a given resource. |
Collection |
TripleStoreModel.getPropertyValues(RDFResource resource,
RDFProperty property)
A low-level access method to access property values while the usual API methods are in an invalid state. |
boolean |
TripleStoreModel.isActiveTriple(RDFResource subject,
RDFProperty predicate,
Object object)
Checks if a given triple is stored in the currently active TripleStore. |
boolean |
TripleStoreModel.isEditableTriple(RDFResource subject,
RDFProperty predicate,
Object object)
Checks if a given triple is stored in an editable TripleStore. |
Iterator |
TripleStoreModel.listTriplesWithSubject(RDFResource subject)
Combines the result of the corresponding method of each TripleStore. |
void |
TripleStoreModel.replaceJavaObject(RDFResource subject)
|
void |
TripleStoreModel.setHomeTripleStore(RDFResource resource,
TripleStore tripleStore)
Moves a given RDFResource into another "home" TripleStore. |
static void |
TripleStoreUtil.addToTripleStore(OWLModel owlModel,
TripleStore tripleStore,
RDFResource subject,
RDFProperty predicate,
Object object)
|
static TripleStore |
TripleStoreUtil.ensureActiveTripleStore(RDFResource resource)
|
static TripleStore |
TripleStoreUtil.getTripleStoreOf(RDFResource subject,
edu.stanford.smi.protege.model.Slot slot,
Object object)
|
static Iterator |
TripleStoreUtil.listDependingTriples(RDFResource subject)
Gets all Triples that are contained "within" a resource definition block. |
private static void |
TripleStoreUtil.getDependingTriples(RDFResource subject,
List result)
|
static void |
TripleStoreUtil.runInHomeTripleStoreOf(RDFResource resource,
Runnable runnable)
|
void |
DelegatingTripleWriter.write(RDFResource resource,
RDFProperty property,
Object object)
|
void |
TripleStore.add(RDFResource subject,
RDFProperty predicate,
Object object)
|
boolean |
TripleStore.contains(RDFResource subject,
RDFProperty predicate,
Object object)
|
Iterator |
TripleStore.listObjects(RDFResource subject,
RDFProperty property)
Gets the values of a given subject/property combination. |
Iterator |
TripleStore.listTriplesWithSubject(RDFResource subject)
Lists all Triples that have a given subject. |
void |
TripleStore.remove(RDFResource subject,
RDFProperty predicate,
Object object)
|
void |
TripleStore.setRDFResourceName(RDFResource resource,
String name)
|
void |
TripleStore.sortPropertyValues(RDFResource resource,
RDFProperty property,
Comparator comparator)
|
void |
TripleWriter.write(RDFResource resource,
RDFProperty property,
Object object)
Writes a given Triples into this writer. |
void |
TripleStoreFilterTripleWriter.write(RDFResource resource,
RDFProperty property,
Object object)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.triplestore.impl |
Fields in edu.stanford.smi.protegex.owl.model.triplestore.impl declared as RDFResource | |
private RDFResource |
DefaultTuple.subject
|
private RDFResource |
DefaultTriple.subject
|
Methods in edu.stanford.smi.protegex.owl.model.triplestore.impl that return RDFResource | |
RDFResource |
AbstractTripleStore.getHomeResource(String name)
|
RDFResource |
DefaultTuple.getSubject()
|
RDFResource |
DefaultTriple.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.model.triplestore.impl with parameters of type RDFResource | |
void |
AddPropertyValueHandler.handleAdd(RDFResource subject,
Object object)
|
void |
AddRDFTypePropertyHandler.handleAdd(RDFResource subject,
Object object)
|
void |
AbstractTripleStore.add(RDFResource subject,
RDFProperty predicate,
Object object)
|
boolean |
AbstractTripleStore.contains(RDFResource subject,
RDFProperty predicate,
Object object)
|
Iterator |
AbstractTripleStore.listObjects(RDFResource subject,
RDFProperty property)
|
Iterator |
AbstractTripleStore.listTriplesWithSubject(RDFResource subject)
|
void |
AbstractTripleStore.remove(RDFResource subject,
RDFProperty predicate,
Object object)
|
private void |
AbstractTripleStore.removeDirectType(RDFResource subject,
Object object)
|
void |
AbstractTripleStore.setRDFResourceName(RDFResource resource,
String name)
|
void |
AbstractTripleStore.sortPropertyValues(RDFResource resource,
RDFProperty property,
Comparator comparator)
|
void |
AddRDFSSubPropertyOfPropertyHandler.handleAdd(RDFResource subject,
Object object)
|
void |
AddRDFSSubClassOfPropertyHandler.handleAdd(RDFResource subject,
Object object)
|
void |
AddOWLInverseOfPropertyHandler.handleAdd(RDFResource subject,
Object object)
|
void |
AddAnonymousClassPropertyPropertyHandler.handleAdd(RDFResource subject,
Object object)
|
private void |
AddAnonymousClassPropertyPropertyHandler.removeDirectTypes(RDFResource subject)
|
TripleStore |
AbstractTripleStoreModel.getHomeTripleStore(RDFResource resource)
|
Collection |
AbstractTripleStoreModel.getPropertyValues(RDFResource resource,
RDFProperty property)
|
boolean |
AbstractTripleStoreModel.isActiveTriple(RDFResource subject,
RDFProperty predicate,
Object object)
|
boolean |
AbstractTripleStoreModel.isEditableTriple(RDFResource subject,
RDFProperty predicate,
Object object)
|
Iterator |
AbstractTripleStoreModel.listTriplesWithSubject(RDFResource subject)
|
void |
AbstractTripleStoreModel.replaceJavaObject(RDFResource subject)
|
void |
AbstractTripleStoreModel.setHomeTripleStore(RDFResource resource,
TripleStore tripleStore)
|
Constructors in edu.stanford.smi.protegex.owl.model.triplestore.impl with parameters of type RDFResource | |
DefaultTuple(RDFResource subject,
RDFProperty predicate)
|
|
DefaultTriple(RDFResource subject,
RDFProperty predicate,
Object object)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.triplestore.impl.tests |
Methods in edu.stanford.smi.protegex.owl.model.triplestore.impl.tests that return RDFResource | |
protected RDFResource |
AbstractTripleStoreTestCase.createAnonymousResource()
|
protected RDFResource |
AbstractTripleStoreTestCase.createRDFResource(String name)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.util |
Methods in edu.stanford.smi.protegex.owl.model.util with parameters of type RDFResource | |
private void |
ModelMetrics.incrementCount(RDFResource resource,
Map map)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.model.validator |
Methods in edu.stanford.smi.protegex.owl.model.validator with parameters of type RDFResource | |
boolean |
DefaultPropertyValueValidator.isValidPropertyValue(RDFResource subject,
RDFProperty predicate,
Object object)
|
boolean |
PropertyValueValidator.isValidPropertyValue(RDFResource subject,
RDFProperty predicate,
Object object)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.swrl.model |
Subinterfaces of RDFResource 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 RDFResource | |
RDFResource |
SWRLClassAtom.getArgument1()
|
RDFResource |
SWRLIndividualPropertyAtom.getArgument1()
|
RDFResource |
SWRLIndividualPropertyAtom.getArgument2()
|
RDFResource |
SWRLIndividualsAtom.getArgument1()
|
RDFResource |
SWRLIndividualsAtom.getArgument2()
|
RDFResource |
SWRLDatavaluedPropertyAtom.getArgument1()
|
RDFResource |
SWRLDataRangeAtom.getDataRange()
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.swrl.model.impl |
Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement RDFResource | |
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 RDFResource | |
RDFResource |
DefaultSWRLClassAtom.getArgument1()
|
RDFResource |
DefaultSWRLDataRangeAtom.getDataRange()
|
RDFResource |
AbstractSWRLIndividualsAtom.getArgument1()
|
RDFResource |
AbstractSWRLIndividualsAtom.getArgument2()
|
RDFResource |
DefaultSWRLDatavaluedPropertyAtom.getArgument1()
|
RDFResource |
DefaultSWRLIndividualPropertyAtom.getArgument1()
|
RDFResource |
DefaultSWRLIndividualPropertyAtom.getArgument2()
|
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl with parameters of type RDFResource | |
void |
DefaultSWRLClassAtom.setArgument1(RDFResource iObject)
|
void |
DefaultSWRLDataRangeAtom.setDataRange(RDFResource instance)
|
void |
AbstractSWRLIndividualsAtom.setArgument1(RDFResource instance)
|
void |
AbstractSWRLIndividualsAtom.setArgument2(RDFResource instance)
|
void |
DefaultSWRLDatavaluedPropertyAtom.setArgument1(RDFResource iObject)
|
void |
DefaultSWRLIndividualPropertyAtom.setArgument1(RDFResource iObject)
|
void |
DefaultSWRLIndividualPropertyAtom.setArgument2(RDFResource iObject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.swrl.parser |
Methods in edu.stanford.smi.protegex.owl.swrl.parser that return RDFResource | |
private RDFResource |
SWRLParser.parseIObject()
|
private RDFResource |
SWRLParser.getIndividual(String name)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.swrl.ui.actions |
Methods in edu.stanford.smi.protegex.owl.swrl.ui.actions with parameters of type RDFResource | |
boolean |
EditRuleAction.isSuitable(Component component,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.swrl.ui.code |
Methods in edu.stanford.smi.protegex.owl.swrl.ui.code that return RDFResource | |
RDFResource |
SWRLSymbolPanel.InsertBuiltinAction.pickResource()
|
Methods in edu.stanford.smi.protegex.owl.swrl.ui.code with parameters of type RDFResource | |
void |
SWRLSymbolPanel.InsertBuiltinAction.resourceSelected(RDFResource resource)
|
String |
SWRLResourceNameMatcher.getInsertString(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.swrl.ui.table |
Fields in edu.stanford.smi.protegex.owl.swrl.ui.table declared as RDFResource | |
private RDFResource |
SWRLTableModel.rdfResource
|
private RDFResource |
SWRLResultsPanel.instance
|
Methods in edu.stanford.smi.protegex.owl.swrl.ui.table that return RDFResource | |
RDFResource |
SWRLTableModel.getRDFResource(int row)
|
RDFResource |
SWRLTableModel.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.swrl.ui.table with parameters of type RDFResource | |
private void |
SWRLTableModel.addReferencingImps(RDFResource rdfResource)
|
Icon |
SWRLTableModel.getIcon(RDFResource resource)
|
protected String |
SWRLTable.editMultiLine(RDFResource input)
|
protected Icon |
SWRLTable.getDefaultCellEditorIcon(RDFResource RDFResource)
|
protected Collection |
SWRLTable.getNavigationMenuItems(RDFResource RDFResource)
|
protected String |
SWRLTable.getToolTipText(RDFResource rdfResource)
|
void |
SWRLTable.setSelectedRow(RDFResource RDFResource)
|
Constructors in edu.stanford.smi.protegex.owl.swrl.ui.table with parameters of type RDFResource | |
SWRLTableModel(RDFResource resource)
|
|
SWRLTablePanel(OWLModel owlModel,
RDFResource RDFResource)
|
|
SWRLResultsPanel(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.testing |
Fields in edu.stanford.smi.protegex.owl.testing declared as RDFResource | |
private RDFResource |
DefaultOWLTestResult.source
|
Methods in edu.stanford.smi.protegex.owl.testing that return RDFResource | |
RDFResource |
DefaultOWLTestResult.getHost()
|
RDFResource |
OWLTestResult.getHost()
|
Methods in edu.stanford.smi.protegex.owl.testing with parameters of type RDFResource | |
List |
RDFResourceTest.test(RDFResource instance)
Performs a check of a given RDFResource. |
Constructors in edu.stanford.smi.protegex.owl.testing with parameters of type RDFResource | |
DefaultOWLTestResult(String message,
RDFResource source,
int type,
OWLTest test)
|
|
DefaultOWLTestResult(String message,
RDFResource source,
int type,
OWLTest test,
Icon icon)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.testing.constraints |
Methods in edu.stanford.smi.protegex.owl.testing.constraints with parameters of type RDFResource | |
private void |
FindSPARQLAssertsTest.addItems(List emptyItems,
String iconName,
List results,
RDFResource instance)
|
static List |
FindSPARQLAssertsTest.getSPARQLAsserts(RDFResource instance,
String uri)
|
List |
FindSPARQLAssertsTest.test(RDFResource instance)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.testing.sanity |
Methods in edu.stanford.smi.protegex.owl.testing.sanity with parameters of type RDFResource | |
List |
FacetConstraintsTest.test(RDFResource instance)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.testing.todo |
Methods in edu.stanford.smi.protegex.owl.testing.todo with parameters of type RDFResource | |
static List |
TodoAnnotationOWLTest.getTODOListItems(RDFResource instance)
|
List |
TodoAnnotationOWLTest.test(RDFResource instance)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui |
Methods in edu.stanford.smi.protegex.owl.ui with parameters of type RDFResource | |
static Icon |
ProtegeUI.getIcon(RDFResource resource)
Gets an Icon representing a given resource, using the current IconFactory . |
static void |
ProtegeUI.show(RDFResource resource)
Shows a given RDFResource in an external window. |
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.actions |
Fields in edu.stanford.smi.protegex.owl.ui.actions declared as RDFResource | |
private RDFResource |
ResourceAction.resource
|
Methods in edu.stanford.smi.protegex.owl.ui.actions that return RDFResource | |
protected RDFResource |
ResourceAction.getResource()
|
Methods in edu.stanford.smi.protegex.owl.ui.actions with parameters of type RDFResource | |
boolean |
CollapseTreeAction.isSuitable(Component component,
RDFResource resource)
|
static void |
ResourceActionManager.addResourceActions(JPopupMenu menu,
Component parent,
RDFResource resource)
|
static void |
ResourceActionManager.addResourceActions(JToolBar toolBar,
Component parent,
RDFResource resource)
|
private static List |
ResourceActionManager.getResourceActions(Component parent,
RDFResource resource)
|
boolean |
DeletePropertyAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
SetSubclassesDisjointFalseAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
RemoveRDFTypeAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ConvertIndividualToClassAction.isSuitable(Component component,
RDFResource resource)
|
void |
ResourceAction.initialize(Component component,
RDFResource resource)
|
abstract boolean |
ResourceAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
AddRDFTypeAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
SetSubclassesDisjointTrueAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ExpandTreeAction.isSuitable(Component component,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.actions.triple |
Methods in edu.stanford.smi.protegex.owl.ui.actions.triple with parameters of type RDFResource | |
static boolean |
DeleteTripleAction.isSuitable(RDFResource subject,
RDFProperty predicate,
Object object)
|
private static int |
DeleteTripleAction.getNamedClassValues(RDFResource subject,
RDFProperty property)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.classform.component.property |
Methods in edu.stanford.smi.protegex.owl.ui.classform.component.property that return RDFResource | |
RDFResource |
AddNamedClassAction.pickResource()
|
RDFResource |
PropertyFormTableModel.getRDFResource(int row)
|
RDFResource |
PropertyFormTableModel.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.ui.classform.component.property with parameters of type RDFResource | |
void |
AddNamedClassAction.resourceSelected(RDFResource resource)
|
void |
AddIndividualAction.resourceSelected(RDFResource resource)
|
protected String |
PropertyFormTable.editMultiLine(RDFResource input)
|
protected Collection |
PropertyFormTable.getNavigationMenuItems(RDFResource resource)
|
protected String |
PropertyFormTable.getToolTipText(RDFResource resource)
|
protected void |
PropertyFormTable.navigateTo(RDFResource instance)
|
Icon |
PropertyFormTableModel.getIcon(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.classform.form |
Methods in edu.stanford.smi.protegex.owl.ui.classform.form with parameters of type RDFResource | |
void |
AddPropertyFormComponentAction.resourceSelected(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.cls |
Methods in edu.stanford.smi.protegex.owl.ui.cls with parameters of type RDFResource | |
boolean |
ConvertToDefinedClassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
UnhideClassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ExtractOntologyAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
DeleteClassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ChangeMetaclassOfSubclassesAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
HideClassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
CreateSubclassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
SortSubclassesAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
OWLClassesTab.displayHostResource(RDFResource resource)
|
boolean |
ClassTree.displayHostResource(RDFResource resource)
|
boolean |
ChangeMetaclassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
AddSubclassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
CreateSiblingClassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ExtractTaxonomyAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ConvertToPrimitiveClassAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
SortSubclassesTreeAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
CreateCloneAction.isSuitable(Component component,
RDFResource resource)
|
void |
SwitchClassDefinitionResourceDisplayPlugin.initResourceDisplay(RDFResource resource,
JPanel hostPanel)
|
boolean |
CreateClassUsingMetaclassAction.isSuitable(Component component,
RDFResource resource)
|
void |
AssertedClassesPanel.navigateToResource(RDFResource resource)
|
boolean |
CreateRDFListResourceAction.isSuitable(Component component,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.clsdesc |
Methods in edu.stanford.smi.protegex.owl.ui.clsdesc that return RDFResource | |
RDFResource |
DisjointClassesTableModel.getRDFResource(int row)
|
RDFResource |
DisjointClassesTableModel.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.ui.clsdesc with parameters of type RDFResource | |
void |
AddRowAction.resourceSelected(RDFResource resource)
|
Icon |
DisjointClassesTableModel.getIcon(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.clsproperties |
Methods in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type RDFResource | |
void |
AddPropertyAction.resourceSelected(RDFResource resource)
|
protected void |
PropertyRestrictionsTree.navigateTo(RDFResource instance)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.code |
Methods in edu.stanford.smi.protegex.owl.ui.code that return RDFResource | |
RDFResource |
SymbolPanel.InsertClassAction.pickResource()
|
RDFResource |
SymbolPanel.InsertIndividualAction.pickResource()
|
RDFResource |
SymbolPanel.InsertPropertyAction.pickResource()
|
Methods in edu.stanford.smi.protegex.owl.ui.code with parameters of type RDFResource | |
protected void |
SymbolPanel.insertIndividual(RDFResource instance)
|
void |
SymbolPanel.InsertClassAction.resourceSelected(RDFResource resource)
|
void |
SymbolPanel.InsertIndividualAction.resourceSelected(RDFResource resource)
|
void |
SymbolPanel.InsertPropertyAction.resourceSelected(RDFResource resource)
|
String |
OWLResourceNameMatcher.getInsertString(RDFResource resource)
|
String |
ResourceNameMatcher.getInsertString(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components |
Fields in edu.stanford.smi.protegex.owl.ui.components declared as RDFResource | |
private RDFResource |
AbstractPropertyValuesComponent.subject
|
Methods in edu.stanford.smi.protegex.owl.ui.components that return RDFResource | |
RDFResource |
PropertyValuesComponent.getSubject()
|
RDFResource |
AbstractPropertyValuesComponent.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.ui.components with parameters of type RDFResource | |
void |
PropertyValuesComponent.setSubject(RDFResource subject)
|
void |
AddablePropertyValuesComponent.addObject(RDFResource resource,
boolean symmetric)
|
void |
AbstractPropertyValuesComponent.setSubject(RDFResource subject)
|
protected void |
AbstractPropertyValuesComponent.showResource(RDFResource resource)
|
static boolean |
ComponentUtil.isRangeDefined(RDFResource resource,
RDFProperty property)
|
void |
AddResourceAction.resourceSelected(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.annotations |
Methods in edu.stanford.smi.protegex.owl.ui.components.annotations with parameters of type RDFResource | |
private JComponent |
AnnotationsValueRenderer.getResourceComponent(RDFResource resource,
boolean selected,
boolean focused)
|
Constructors in edu.stanford.smi.protegex.owl.ui.components.annotations with parameters of type RDFResource | |
AnnotationsTableModel(RDFResource subject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.datarangefield |
Methods in edu.stanford.smi.protegex.owl.ui.components.datarangefield with parameters of type RDFResource | |
void |
DataRangeFieldComponent.setSubject(RDFResource subject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.literaltable |
Fields in edu.stanford.smi.protegex.owl.ui.components.literaltable declared as RDFResource | |
private RDFResource |
LiteralTableModel.subject
|
Methods in edu.stanford.smi.protegex.owl.ui.components.literaltable that return RDFResource | |
RDFResource |
LiteralTableModel.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.ui.components.literaltable with parameters of type RDFResource | |
void |
LiteralTableComponent.setSubject(RDFResource subject)
|
void |
LiteralTableModel.setSubject(RDFResource subject)
|
void |
LiteralTable.setSubject(RDFResource subject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.multiresource |
Fields in edu.stanford.smi.protegex.owl.ui.components.multiresource declared as RDFResource | |
private RDFResource |
MultiResourceListModel.subject
|
Methods in edu.stanford.smi.protegex.owl.ui.components.multiresource that return RDFResource | |
RDFResource |
MultiResourceListModel.getResourceAt(int row)
|
RDFResource |
MultiResourceListModel.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.ui.components.multiresource with parameters of type RDFResource | |
void |
MultiResourceComponent.setSubject(RDFResource subject)
|
void |
MultiResourceListModel.setSubject(RDFResource subject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.rdflist |
Methods in edu.stanford.smi.protegex.owl.ui.components.rdflist that return RDFResource | |
private RDFResource |
RDFListComponent.getListElement(int index)
|
RDFResource |
RDFListComponent.getListResource()
|
protected RDFResource |
RDFListComponent.getNil()
|
protected RDFResource |
RDFListComponent.getRest(RDFResource li)
|
Methods in edu.stanford.smi.protegex.owl.ui.components.rdflist with parameters of type RDFResource | |
void |
RDFListComponent.appendListValue(RDFResource li,
edu.stanford.smi.protege.model.Instance value)
|
protected RDFResource |
RDFListComponent.getRest(RDFResource li)
|
private void |
RDFListComponent.removeListValue(RDFResource resource,
RDFProperty property,
RDFResource li,
int index)
|
void |
RDFListComponent.setSubject(RDFResource subject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.singleliteral |
Methods in edu.stanford.smi.protegex.owl.ui.components.singleliteral with parameters of type RDFResource | |
private void |
AbstractSingleLiteralComponent.setDatatypeComboBoxItem(RDFResource range)
|
void |
AbstractSingleLiteralComponent.setSubject(RDFResource subject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.singleresource |
Fields in edu.stanford.smi.protegex.owl.ui.components.singleresource declared as RDFResource | |
private RDFResource |
SingleResourceComponent.resource
|
Methods in edu.stanford.smi.protegex.owl.ui.components.singleresource that return RDFResource | |
RDFResource |
SingleResourceComponent.getResource()
|
RDFResource |
SetResourceAction.pickResource()
|
Methods in edu.stanford.smi.protegex.owl.ui.components.singleresource with parameters of type RDFResource | |
private Set |
SetResourceAction.getUnionRangeClasses(RDFResource subject,
RDFProperty predicate,
boolean includingEnumeratedClasses)
|
void |
SetResourceAction.resourceSelected(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.superclasses |
Methods in edu.stanford.smi.protegex.owl.ui.components.superclasses with parameters of type RDFResource | |
void |
RDFSSubClassOfComponent.addObject(RDFResource resource,
boolean symmetric)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.components.triples |
Fields in edu.stanford.smi.protegex.owl.ui.components.triples declared as RDFResource | |
private RDFResource |
TriplesTableModel.subject
The resource being annotated |
Methods in edu.stanford.smi.protegex.owl.ui.components.triples that return RDFResource | |
RDFResource |
CreateValueAction.pickResource()
|
RDFResource |
TriplesTableModel.getSubject()
|
RDFResource |
AddResourceAction.pickResource()
|
Methods in edu.stanford.smi.protegex.owl.ui.components.triples with parameters of type RDFResource | |
void |
CreateValueAction.resourceSelected(RDFResource resource)
|
void |
TriplesTableModel.setSubject(RDFResource instance)
|
void |
AbstractTriplesComponent.setSubject(RDFResource subject)
|
void |
AddResourceAction.resourceSelected(RDFResource resource)
|
private void |
AddResourceAction.tryToAddValue(RDFProperty property,
RDFResource value)
|
Constructors in edu.stanford.smi.protegex.owl.ui.components.triples with parameters of type RDFResource | |
TriplesTableModel(RDFResource subject)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.conditions |
Methods in edu.stanford.smi.protegex.owl.ui.conditions that return RDFResource | |
RDFResource |
ConditionsTableModel.getRDFResource(int row)
|
RDFResource |
ConditionsTableModel.getSubject()
|
RDFResource |
AddNamedClassAction.pickResource()
|
Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type RDFResource | |
boolean |
AddCoveringAxiomAction.isSuitable(Component component,
RDFResource resource)
|
Icon |
ConditionsTableModel.getIcon(RDFResource resource)
|
void |
AddNamedClassAction.resourceSelected(RDFResource resource)
|
boolean |
AddClosureAxiomAction.isSuitable(Component component,
RDFResource resource)
|
protected void |
ConditionsTable.addNavigationMenuItems(RDFResource resource,
JPopupMenu menu)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.dialogs |
Methods in edu.stanford.smi.protegex.owl.ui.dialogs that return RDFResource | |
RDFResource |
DefaultSelectionDialogFactory.selectResourceFromCollection(Component parent,
OWLModel owlModel,
Collection resources,
String title)
|
RDFResource |
DefaultSelectionDialogFactory.selectResourceByType(Component parent,
OWLModel owlModel,
Collection allowedClasses,
String title)
|
RDFResource |
SelectionDialogFactory.selectResourceByType(Component parent,
OWLModel owlModel,
Collection allowedClasses)
|
RDFResource |
SelectionDialogFactory.selectResourceByType(Component parent,
OWLModel owlModel,
Collection allowedClasses,
String title)
|
RDFResource |
SelectionDialogFactory.selectResourceFromCollection(Component parent,
OWLModel owlModel,
Collection resources,
String title)
|
RDFResource |
AbstractSelectionDialogFactory.selectResourceByType(Component parent,
OWLModel owlModel,
Collection allowedClasses)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.editors |
Methods in edu.stanford.smi.protegex.owl.ui.editors with parameters of type RDFResource | |
boolean |
StringValueEditor.canEdit(RDFResource instance,
RDFProperty property,
Object value)
|
Object |
StringValueEditor.createDefaultValue(RDFResource instance,
RDFProperty property)
|
Object |
StringValueEditor.editValue(Component parent,
RDFResource instance,
RDFProperty property,
Object value)
|
boolean |
StringValueEditor.mustEdit(RDFResource subject,
RDFProperty predicate,
Object value)
|
boolean |
PropertyValueEditor.canEdit(RDFResource subject,
RDFProperty predicate,
Object value)
Checks whether this is able to edit values for a certain predicate. |
Object |
PropertyValueEditor.createDefaultValue(RDFResource subject,
RDFProperty predicate)
Creates a default value for a given predicate at a given subject. |
Object |
PropertyValueEditor.editValue(Component parent,
RDFResource subject,
RDFProperty predicate,
Object value)
Edits a given value for a given resource/predicate pair. |
boolean |
PropertyValueEditor.mustEdit(RDFResource subject,
RDFProperty predicate,
Object value)
Checks whether this is the only way to edit values for a certain predicate. |
boolean |
TimeValueEditor.canEdit(RDFResource instance,
RDFProperty property,
Object value)
|
Object |
TimeValueEditor.createDefaultValue(RDFResource instance,
RDFProperty property)
|
Object |
TimeValueEditor.editValue(Component parent,
RDFResource instance,
RDFProperty property,
Object value)
|
boolean |
TimeValueEditor.mustEdit(RDFResource subject,
RDFProperty predicate,
Object value)
|
static PropertyValueEditor |
PropertyValueEditorManager.getEditor(RDFResource subject,
RDFProperty predicate,
Object value)
|
boolean |
DateTimeValueEditor.canEdit(RDFResource instance,
RDFProperty property,
Object value)
|
Object |
DateTimeValueEditor.createDefaultValue(RDFResource instance,
RDFProperty property)
|
Object |
DateTimeValueEditor.editValue(Component parent,
RDFResource instance,
RDFProperty property,
Object value)
|
boolean |
DateTimeValueEditor.mustEdit(RDFResource subject,
RDFProperty predicate,
Object value)
|
boolean |
DateValueEditor.canEdit(RDFResource instance,
RDFProperty property,
Object value)
|
(package private) static boolean |
DateValueEditor.canEdit(RDFSDatatype dataType,
RDFResource instance,
RDFProperty property,
Object value)
|
Object |
DateValueEditor.createDefaultValue(RDFResource instance,
RDFProperty property)
|
Object |
DateValueEditor.editValue(Component parent,
RDFResource instance,
RDFProperty property,
Object value)
|
boolean |
DateValueEditor.mustEdit(RDFResource subject,
RDFProperty predicate,
Object value)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.existential |
Methods in edu.stanford.smi.protegex.owl.ui.existential that return RDFResource | |
RDFResource |
ExistentialAction.pickResource()
|
Methods in edu.stanford.smi.protegex.owl.ui.existential with parameters of type RDFResource | |
void |
ExistentialTreePanel.navigateToResource(RDFResource resource)
|
void |
ExistentialAction.resourceSelected(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.explorer |
Methods in edu.stanford.smi.protegex.owl.ui.explorer with parameters of type RDFResource | |
boolean |
ExplorerAction.isSuitable(Component component,
RDFResource resource)
|
void |
ExplorerTreePanel.navigateToResource(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.icons |
Methods in edu.stanford.smi.protegex.owl.ui.icons with parameters of type RDFResource | |
Icon |
DefaultIconFactory.getIcon(RDFResource resource)
|
Icon |
IconFactory.getIcon(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.importstree |
Methods in edu.stanford.smi.protegex.owl.ui.importstree that return RDFResource | |
private RDFResource |
ImportsTreeNode.getResource()
|
Constructors in edu.stanford.smi.protegex.owl.ui.importstree with parameters of type RDFResource | |
ImportsTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.individuals |
Fields in edu.stanford.smi.protegex.owl.ui.individuals declared as RDFResource | |
private RDFResource |
AssertedTypesListPanel.resource
|
Methods in edu.stanford.smi.protegex.owl.ui.individuals with parameters of type RDFResource | |
void |
AssertedTypesListPanel.setResource(RDFResource newResource)
|
boolean |
OWLIndividualsTab.displayHostResource(RDFResource resource)
|
void |
OWLIndividualsTab.setSelectedResource(RDFResource instance)
|
boolean |
InstancesList.displayHostResource(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.matrix |
Methods in edu.stanford.smi.protegex.owl.ui.matrix that return RDFResource | |
RDFResource |
MatrixTable.getSelectedInstance()
|
RDFResource |
MatrixTableModel.getInstance(int row)
|
Methods in edu.stanford.smi.protegex.owl.ui.matrix with parameters of type RDFResource | |
boolean |
DependentMatrixColumn.isDependentOn(RDFResource instance)
Called after any RDFResource has been deleted from the ontology. |
boolean |
EditableMatrixColumn.isCellEditable(RDFResource instance)
|
void |
EditableMatrixColumn.setValueAt(RDFResource instance,
Object value)
Called when editing has been finished. |
boolean |
AnnotationPropertyMatrixColumn.isCellEditable(RDFResource instance)
|
void |
AnnotationPropertyMatrixColumn.setValueAt(RDFResource instance,
Object value)
|
boolean |
DependentMatrixFilter.isDependentOn(RDFResource instance)
Called after any RDFResource has been deleted from the ontology. |
boolean |
NameMatrixColumn.isCellEditable(RDFResource instance)
|
void |
NameMatrixColumn.setValueAt(RDFResource instance,
Object value)
|
private int |
MatrixTableModel.getIndexFor(RDFResource instance)
|
private void |
MatrixTableModel.handleInstanceDeleted(RDFResource instance)
|
protected boolean |
MatrixTableModel.isDependentOn(RDFResource instance)
|
private void |
MatrixTableModel.removeDependentColumns(RDFResource RDFResource)
|
boolean |
MatrixFilter.isSuitable(RDFResource instance)
Checks whether a given Frame meets the requirements of this filter. |
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.matrix.cls |
Methods in edu.stanford.smi.protegex.owl.ui.matrix.cls with parameters of type RDFResource | |
boolean |
ExistentialMatrixColumn.isDependentOn(RDFResource instance)
|
boolean |
SubclassesMatrixAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
SubclassesMatrixFilter.isDependentOn(RDFResource instance)
|
boolean |
SubclassesMatrixFilter.isSuitable(RDFResource instance)
|
boolean |
ExistentialMatrixAction.isSuitable(Component component,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.matrix.property |
Methods in edu.stanford.smi.protegex.owl.ui.matrix.property with parameters of type RDFResource | |
boolean |
SubpropertiesMatrixAction.isSuitable(Component component,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.matrix.tests |
Methods in edu.stanford.smi.protegex.owl.ui.matrix.tests with parameters of type RDFResource | |
boolean |
MatrixTableModelTestCase.DummyFilter.isSuitable(RDFResource instance)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.metadata |
Methods in edu.stanford.smi.protegex.owl.ui.metadata with parameters of type RDFResource | |
static void |
AnnotationsWidget.editAnnotations(Component parent,
RDFResource instance)
|
private void |
AnnotationTextAreaWidget.assignValue(String text,
RDFResource instance)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.metadatatab |
Methods in edu.stanford.smi.protegex.owl.ui.metadatatab with parameters of type RDFResource | |
boolean |
OWLMetadataTab.displayHostResource(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.navigation |
Methods in edu.stanford.smi.protegex.owl.ui.navigation that return RDFResource | |
RDFResource |
NavigationHistoryManager.getResource(int index)
|
Methods in edu.stanford.smi.protegex.owl.ui.navigation with parameters of type RDFResource | |
void |
NavigationHistoryManager.add(RDFResource resource)
|
private void |
NavigationHistoryManager.removeResource(RDFResource resource)
|
void |
TabNavigationHistorySelectable.navigateToResource(RDFResource resource)
|
void |
NavigationHistorySelectable.navigateToResource(RDFResource resource)
Performs the selection in the associated component(s). |
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.owltable |
Methods in edu.stanford.smi.protegex.owl.ui.owltable that return RDFResource | |
RDFResource |
SymbolTable.getSelectedResource()
|
RDFResource |
SymbolTable.getSelectedOWLInstance()
Deprecated. renamed to getSelectedResource |
RDFResource |
SymbolTableModel.getRDFResource(int row)
|
RDFResource |
SymbolTableModel.getSubject()
|
RDFResource |
AbstractOWLTableModel.getRDFResource(int row)
|
RDFResource |
AbstractOWLTableModel.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type RDFResource | |
protected void |
SymbolTable.addNavigationMenuItems(RDFResource resource,
JPopupMenu menu)
|
protected abstract Collection |
SymbolTable.getNavigationMenuItems(RDFResource RDFResource)
|
protected abstract String |
SymbolTable.editMultiLine(RDFResource input)
|
protected abstract String |
SymbolTable.getToolTipText(RDFResource RDFResource)
|
protected Icon |
SymbolTable.getIcon(RDFResource resource)
|
protected Icon |
SymbolTable.getDefaultCellEditorIcon(RDFResource RDFResource)
|
protected void |
SymbolTable.navigateTo(RDFResource resource)
|
void |
SymbolTable.setSelectedRow(RDFResource resource)
|
Icon |
SymbolTableModel.getIcon(RDFResource resource)
|
protected String |
OWLTable.editMultiLine(RDFResource input)
|
protected Collection |
OWLTable.getNavigationMenuItems(RDFResource resource)
|
protected String |
OWLTable.getToolTipText(RDFResource resource)
|
protected void |
OWLTable.navigateTo(RDFResource instance)
|
Icon |
AbstractOWLTableModel.getIcon(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.properties |
Methods in edu.stanford.smi.protegex.owl.ui.properties with parameters of type RDFResource | |
boolean |
OWLPropertiesTab.displayHostResource(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.properties.actions |
Methods in edu.stanford.smi.protegex.owl.ui.properties.actions with parameters of type RDFResource | |
boolean |
ConvertToDatatypePropertyAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ConvertToObjectPropertyAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
ChangePropertyTypeAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
CreateSubpropertyAction.isSuitable(Component component,
RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.properties.domain |
Methods in edu.stanford.smi.protegex.owl.ui.properties.domain with parameters of type RDFResource | |
void |
AddClassToDomainAction.resourceSelected(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.properties.range |
Methods in edu.stanford.smi.protegex.owl.ui.properties.range that return RDFResource | |
RDFResource |
UnionRangeClassesTableModel.getRDFResource(int row)
|
RDFResource |
UnionRangeClassesTableModel.getSubject()
|
Methods in edu.stanford.smi.protegex.owl.ui.properties.range with parameters of type RDFResource | |
Icon |
UnionRangeClassesTableModel.getIcon(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.refactoring |
Methods in edu.stanford.smi.protegex.owl.ui.refactoring with parameters of type RDFResource | |
boolean |
RenameAcrossFilesAction.isSuitable(Component component,
RDFResource resource)
|
static void |
RenameAcrossFilesAction.performAction(RDFResource resource,
String newName,
Iterator files)
|
boolean |
SetDeprecatedTrueAction.isSuitable(Component component,
RDFResource resource)
|
boolean |
SetDeprecatedFalseAction.isSuitable(Component component,
RDFResource resource)
|
Constructors in edu.stanford.smi.protegex.owl.ui.refactoring with parameters of type RDFResource | |
RenameAcrossFilesPanel(RDFResource instance,
String[] files)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.resourcedisplay |
Fields in edu.stanford.smi.protegex.owl.ui.resourcedisplay declared as RDFResource | |
private RDFResource |
EditTypeFormAction.resource
|
private RDFResource |
CreatePropertyForTypeAction.instance
|
private RDFResource |
RemovePropertyWidgetFromFormAction.resource
|
private RDFResource |
EditTypeAction.resource
|
private RDFResource |
AddPropertyWidgetToFormAction.resource
|
Methods in edu.stanford.smi.protegex.owl.ui.resourcedisplay that return RDFResource | |
RDFResource |
ResourcePanel.getResource()
|
RDFResource |
ResourceDisplay.getResource()
|
RDFResource |
RemovePropertyWidgetFromFormAction.pickResource()
|
RDFResource |
AddPropertyWidgetToFormAction.pickResource()
|
Methods in edu.stanford.smi.protegex.owl.ui.resourcedisplay with parameters of type RDFResource | |
(package private) static boolean |
EditTypeFormAction.ensureMetaClsVisible(RDFResource instance)
|
void |
ResourcePanel.setResource(RDFResource resource)
|
void |
ResourceDisplayPlugin.initResourceDisplay(RDFResource resource,
JPanel hostPanel)
Called whenever a new instance is displayed in a ResourceDisplay. |
boolean |
ResourceDisplay.displayHostResource(RDFResource resource)
|
private void |
ResourceDisplay.initInstanceDisplayActions(RDFResource resource)
|
void |
ResourceDisplay.setResource(RDFResource resource)
|
void |
RemovePropertyWidgetFromFormAction.resourceSelected(RDFResource resource)
|
void |
TriplesViewResourceDisplayPlugin.initResourceDisplay(RDFResource resource,
JPanel hostPanel)
|
static void |
ResourceDisplayPluginManager.initInstanceDisplay(RDFResource frame,
JPanel hostPanel)
Calls the corresponding method in all currently installed InstanceDisplayPlugins. |
void |
AddPropertyWidgetToFormAction.resourceSelected(RDFResource resource)
|
Constructors in edu.stanford.smi.protegex.owl.ui.resourcedisplay with parameters of type RDFResource | |
EditTypeFormAction(RDFResource resource)
|
|
CreatePropertyForTypeAction(RDFResource instance)
|
|
RemovePropertyWidgetFromFormAction(RDFResource resource,
ResourceDisplay parent)
|
|
EditTypeAction(RDFResource resource)
|
|
AddPropertyWidgetToFormAction(RDFResource resource,
ResourceDisplay parent)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.resourceselection |
Methods in edu.stanford.smi.protegex.owl.ui.resourceselection that return RDFResource | |
RDFResource |
ResourceSelectionAction.pickResource()
This method is used when single selection is allowed for this Action. |
Methods in edu.stanford.smi.protegex.owl.ui.resourceselection with parameters of type RDFResource | |
void |
ResourceSelectionListener.resourceSelected(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.results |
Methods in edu.stanford.smi.protegex.owl.ui.results with parameters of type RDFResource | |
static void |
ResultsPanelManager.showHostResource(RDFResource hostResource)
|
boolean |
HostResourceDisplay.displayHostResource(RDFResource resource)
Called by actions such as the view action in the FindUsagePanel or the OWLTestResultsPanel. |
void |
ResultsPanel.showHostResource(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.search |
Fields in edu.stanford.smi.protegex.owl.ui.search declared as RDFResource | |
private RDFResource |
FindUsagePanel.searchResource
|
RDFResource |
FindUsageTableItem.host
|
RDFResource |
FindUsageTableItem.usage
|
Methods in edu.stanford.smi.protegex.owl.ui.search that return RDFResource | |
(package private) RDFResource |
FindUsageTableModel.getHost(int row)
|
RDFResource |
FindUsageTableModel.getUsage(int rowIndex)
|
Methods in edu.stanford.smi.protegex.owl.ui.search with parameters of type RDFResource | |
boolean |
SearchNamedClassAction.isSuitable(Component component,
RDFResource resource)
|
static FindUsagePanel |
FindUsagePanel.create(RDFResource searchInstance)
|
static Collection |
FindUsage.getItems(RDFResource searchInstance)
|
Constructors in edu.stanford.smi.protegex.owl.ui.search with parameters of type RDFResource | |
FindUsagePanel(RDFResource searchResource,
Collection items)
|
|
FindUsageTableItem(int type,
RDFResource host,
RDFResource usage)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.search.finder |
Fields in edu.stanford.smi.protegex.owl.ui.search.finder declared as RDFResource | |
private RDFResource |
FindResult.res
|
Methods in edu.stanford.smi.protegex.owl.ui.search.finder that return RDFResource | |
RDFResource |
FindResult.getHost()
|
RDFResource |
FindResultsListView.getSelectedResource()
|
RDFResource |
FindResultsTableView.getSelectedResource()
|
(package private) abstract RDFResource |
FindResultsView.getSelectedResource()
|
Constructors in edu.stanford.smi.protegex.owl.ui.search.finder with parameters of type RDFResource | |
FindResult(RDFResource res,
edu.stanford.smi.protege.model.Slot prop,
String searchTerm)
|
|
FindResult(RDFResource res,
edu.stanford.smi.protege.model.Slot prop,
Object value,
String lang,
String searchTerm)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.subsumption |
Methods in edu.stanford.smi.protegex.owl.ui.subsumption with parameters of type RDFResource | |
void |
InferredSubsumptionTreePanel.navigateToResource(RDFResource resource)
|
void |
AssertedSubsumptionTreePanel.navigateToResource(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.testing |
Methods in edu.stanford.smi.protegex.owl.ui.testing that return RDFResource | |
(package private) RDFResource |
OWLTestResultsTableModel.getSource(int row)
|
Methods in edu.stanford.smi.protegex.owl.ui.testing with parameters of type RDFResource | |
protected String[] |
OWLTestResultsPanel.getDisplayTabClassNames(RDFResource instance)
Gets a list of tabs that could be used to display a given instance. |
Uses of RDFResource in edu.stanford.smi.protegex.owl.ui.widget |
Methods in edu.stanford.smi.protegex.owl.ui.widget that return RDFResource | |
static RDFResource |
OWLUI.pickRDFResource(Collection allowedClasses)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
static RDFResource |
OWLUI.pickRDFResourceFromCollection(Collection allowedResources,
String label)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
RDFResource |
MultiWidgetPropertyWidget.getEditedResource()
|
RDFResource |
PropertyWidget.getEditedResource()
|
RDFResource |
AbstractPropertyWidget.getEditedResource()
|
Methods in edu.stanford.smi.protegex.owl.ui.widget with parameters of type RDFResource | |
static void |
OWLUI.selectResource(RDFResource r,
HostResourceDisplay host)
Select a class or other resource - works even when the caller is in a dialog. |
static boolean |
AbstractPropertyValuesWidget.isInvalid(RDFResource subject,
RDFProperty predicate,
Collection values)
|
boolean |
OWLFormsTab.displayHostResource(RDFResource resource)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter with parameters of type RDFResource | |
static void |
RDFXMLWriter.writeAxioms(RDFResource resource,
Writer writer)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer |
Fields in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer declared as RDFResource | |
private RDFResource |
RDFAxiomRenderer.resource
|
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type RDFResource | |
private void |
RDFAxiomRenderer.renderTypes(RDFResource resource,
RDFResource excludeType)
|
boolean |
RDFAxiomRenderer.RenderableAxiomsChecker.isRenderable(RDFResource resource)
|
private void |
RDFResourceRenderer.insertProperties(RDFResource resource)
|
Constructors in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type RDFResource | |
RDFAxiomRenderer(RDFResource resource,
TripleStore tripleStore,
XMLWriter writer)
|
Uses of RDFResource in edu.stanford.smi.protegex.owl.writer.rdfxml.util |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.util that return RDFResource | |
static RDFResource |
Util.getType(RDFResource resource,
TripleStore ts)
|
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.util with parameters of type RDFResource | |
static void |
Util.insertProperties(RDFResource resource,
TripleStore tripleStore,
XMLWriter writer)
Inserts a property-value triple for a specified resource. |
static void |
Util.insertAboutAttribute(RDFResource resource,
XMLWriter writer)
Inserts an rdf:about attribute for the specified resource. |
static void |
Util.insertIDOrAboutAttribute(RDFResource resource,
TripleStore tripleStore,
XMLWriter writer)
Inserts an rdf:ID attribute for the specified resource. |
static void |
Util.insertResourceAttribute(RDFResource resource,
XMLWriter writer)
Inserts an rdf:resource attribute for the specified resource. |
static String |
Util.getResourceAttributeName(RDFResource resource,
XMLWriter writer)
Gets the value for a resource attribute value such as rdf:about or rdf:resource. |
static void |
Util.insertResourceAsElement(RDFResource resource,
XMLWriter writer)
Creates a new element, with a tag name that reflects the default namespace of the XMLWriter |
static boolean |
Util.isInDefaultNamespace(RDFResource resource,
XMLWriter writer)
Checks whether a resource is in the default namespace for an XMLWriter |
static void |
Util.renderTypes(RDFResource resource,
TripleStore tripleStore,
RDFResource excludeType,
XMLWriter writer)
Renders the types for a resource as rdf:type triples. |
static RDFResource |
Util.getType(RDFResource resource,
TripleStore ts)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |