|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.compactparser |
Methods in edu.stanford.smi.protegex.owl.compactparser that return RDFSLiteral | |
RDFSLiteral[] |
OWLCompactParser.OneOfValues()
Deprecated. |
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.inference.dig.translator |
Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type RDFSLiteral | |
boolean |
DIGDataTypes.isSupported(RDFSLiteral value)
Dermines if the object is of a supported datatype. |
String |
DIGDataTypes.getIndividualAxiomValueTagName(RDFSLiteral value)
Gets the XML DIG Document tag name for the specified specified object (e.g. ival for integers, sval for strings). |
String |
DIGDataTypes.getConcreteDomainExpressionTagName(RDFSLiteral value)
|
String |
DIGDataTypes.getDataTypeRendering(RDFSLiteral value)
Gets the lexical rendering for the specified value |
abstract String |
DIGDataTypes.DataTypeMapEntry.getRenderering(RDFSLiteral value)
|
String |
DIGDataTypes.IntDataTypeMapEntry.getRenderering(RDFSLiteral value)
|
String |
DIGDataTypes.StringDataTypeMapEntry.getRenderering(RDFSLiteral value)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.jena.graph |
Methods in edu.stanford.smi.protegex.owl.jena.graph that return RDFSLiteral | |
private RDFSLiteral |
ProtegeGraph.createRDFSLiteral(com.hp.hpl.jena.graph.impl.LiteralLabel literalLabel)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.jena.parser |
Methods in edu.stanford.smi.protegex.owl.jena.parser that return RDFSLiteral | |
private RDFSLiteral |
ProtegeOWLParser.createRDFSLiteral(com.hp.hpl.jena.rdf.arp.ALiteral literal,
RDFProperty property)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.jena.triplestore |
Methods in edu.stanford.smi.protegex.owl.jena.triplestore with parameters of type RDFSLiteral | |
private com.hp.hpl.jena.graph.Node |
JenaMemoryTripleWriter.createNodeFromRDFSLiteral(RDFSLiteral literal,
OWLModel owlModel)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.model |
Methods in edu.stanford.smi.protegex.owl.model that return RDFSLiteral | |
RDFSLiteral |
RDFResource.getPropertyValueLiteral(RDFProperty property)
Gets the first value of a given property as an RDFSLiteral. |
RDFSLiteral |
RDFSDatatype.getMaxExclusive()
Gets the value of the xsd:maxExclusive facet of this (user-defined) datatype. |
RDFSLiteral |
RDFSDatatype.getMaxInclusive()
Gets the value of the xsd:maxInclusive facet of this (user-defined) datatype. |
RDFSLiteral |
RDFSDatatype.getMinExclusive()
Gets the value of the xsd:minExclusive facet of this (user-defined) datatype. |
RDFSLiteral |
RDFSDatatype.getMinInclusive()
Gets the value of the xsd:minInclusive facet of this (user-defined) datatype. |
RDFSLiteral |
RDFList.getFirstLiteral()
Gets the rdf:first value of this as an RDFSLiteral. |
RDFSLiteral |
OWLModel.asRDFSLiteral(Object value)
Gets an RDFSLiteral for a given value. |
RDFSLiteral |
OWLModel.createRDFSLiteral(Object value)
Creates a new RDFSLiteral with a default datatype derived from the value. |
RDFSLiteral |
OWLModel.createRDFSLiteral(String lexicalValue,
RDFSDatatype datatype)
Creates a new RDFSLiteral with a given datatype. |
RDFSLiteral |
OWLModel.createRDFSLiteral(String value,
String language)
Creates a new string-typed literal with a given language. |
Methods in edu.stanford.smi.protegex.owl.model with parameters of type RDFSLiteral | |
boolean |
RDFSDatatype.isValidValue(RDFSLiteral object)
Checks if a given would be a valid value for this property. |
void |
RDFSDatatypeFactory.setMaxExclusive(RDFSDatatype datatype,
RDFSLiteral literal)
|
void |
RDFSDatatypeFactory.setMaxInclusive(RDFSDatatype datatype,
RDFSLiteral literal)
|
void |
RDFSDatatypeFactory.setMinExclusive(RDFSDatatype datatype,
RDFSLiteral literal)
|
void |
RDFSDatatypeFactory.setMinInclusive(RDFSDatatype datatype,
RDFSLiteral literal)
|
OWLAllValuesFrom |
OWLModel.createOWLAllValuesFrom(RDFProperty property,
RDFSLiteral[] oneOfValues)
|
OWLDataRange |
OWLModel.createOWLDataRange(RDFSLiteral[] values)
Creates a new owl:DataRange consisting of a given set of values. |
OWLDatatypeProperty |
OWLModel.createOWLDatatypeProperty(String name,
RDFSLiteral[] dataRangeLiterals)
|
OWLSomeValuesFrom |
OWLModel.createOWLSomeValuesFrom(RDFProperty property,
RDFSLiteral[] oneOfValues)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.model.classparser.compact |
Methods in edu.stanford.smi.protegex.owl.model.classparser.compact that return RDFSLiteral | |
RDFSLiteral[] |
CompactParser.OneOfValues()
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.model.classparser.manchester |
Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester that return RDFSLiteral | |
RDFSLiteral[] |
ManchesterOWLParser.OneOfValues()
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement RDFSLiteral | |
class |
DefaultRDFSLiteral
|
Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type RDFSLiteral | |
void |
DefaultRDFSDatatypeFactory.setMaxExclusive(RDFSDatatype datatype,
RDFSLiteral literal)
|
void |
DefaultRDFSDatatypeFactory.setMaxInclusive(RDFSDatatype datatype,
RDFSLiteral literal)
|
void |
DefaultRDFSDatatypeFactory.setMinExclusive(RDFSDatatype datatype,
RDFSLiteral literal)
|
void |
DefaultRDFSDatatypeFactory.setMinInclusive(RDFSDatatype datatype,
RDFSLiteral literal)
|
OWLAllValuesFrom |
AbstractOWLModel.createOWLAllValuesFrom(RDFProperty property,
RDFSLiteral[] oneOfValues)
|
OWLDataRange |
AbstractOWLModel.createOWLDataRange(RDFSLiteral[] values)
|
OWLDatatypeProperty |
AbstractOWLModel.createOWLDatatypeProperty(String name,
RDFSLiteral[] dataRangeLiterals)
|
OWLSomeValuesFrom |
AbstractOWLModel.createOWLSomeValuesFrom(RDFProperty property,
RDFSLiteral[] oneOfValues)
|
boolean |
DefaultRDFSDatatype.isValidValue(RDFSLiteral object)
|
private boolean |
DefaultRDFSDatatype.isValidValueNumeric(RDFSLiteral object)
|
private boolean |
DefaultRDFSDatatype.isValidValueString(RDFSLiteral object)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.model.visitor |
Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type RDFSLiteral | |
void |
OWLModelVisitor.visitRDFSLiteral(RDFSLiteral rdfsLiteral)
|
void |
OWLModelVisitorAdapter.visitRDFSLiteral(RDFSLiteral rdfsLiteral)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.ui.components.literaltable |
Methods in edu.stanford.smi.protegex.owl.ui.components.literaltable that return RDFSLiteral | |
private RDFSLiteral |
LiteralTableModel.getRDFSLiteral(int rowIndex)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.ui.editors |
Methods in edu.stanford.smi.protegex.owl.ui.editors that return RDFSLiteral | |
private RDFSLiteral |
TimeValueEditor.createRDFSLiteral(OWLModel owlModel,
String str)
|
private RDFSLiteral |
DateTimeValueEditor.createRDFSLiteral(OWLModel owlModel,
String str)
|
private RDFSLiteral |
DateValueEditor.createRDFSLiteral(OWLModel owlModel,
String str)
|
Uses of RDFSLiteral in edu.stanford.smi.protegex.owl.ui.widget |
Methods in edu.stanford.smi.protegex.owl.ui.widget that return RDFSLiteral | |
RDFSLiteral |
HTMLEditorPanel.getRDFSLiteral(OWLModel owlModel)
|
static RDFSLiteral |
HTMLEditorPanel.show(Component parent,
RDFSLiteral literal,
String title,
OWLModel owlModel)
|
protected RDFSLiteral |
OWLDateTimeWidget.createPropertyValue(Date date)
|
protected RDFSLiteral |
OWLDateWidget.createPropertyValue(Date date)
|
Methods in edu.stanford.smi.protegex.owl.ui.widget with parameters of type RDFSLiteral | |
static RDFSLiteral |
HTMLEditorPanel.show(Component parent,
RDFSLiteral literal,
String title,
OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.widget with parameters of type RDFSLiteral | |
HTMLEditorPanel(OWLModel owlModel,
RDFSLiteral literal)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |