|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protegex.owl.inference.dig.translator.DIGDataTypes
public class DIGDataTypes
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Aug 30, 2004
Field Summary | |
---|---|
static int |
REAL_MULTIPLIER
|
Constructor Summary | |
---|---|
protected |
DIGDataTypes(OWLModel owlModel)
|
Method Summary | |
---|---|
String |
getConcreteDomainExpressionTagName(RDFSLiteral value)
|
String |
getDataTypeRendering(RDFSLiteral value)
Gets the lexical rendering for the specified value |
String |
getIndividualAxiomValueTagName(RDFSLiteral value)
Gets the XML DIG Document tag name for the specified specified object (e.g. |
static DIGDataTypes |
getInstance(OWLModel owlModel)
|
String |
getPropertyRangeTagName(RDFSDatatype datatype)
Gets the XML DIG Document element tag name that is used to specify the range of a datatype property for the specified value type. |
boolean |
isSupported(RDFSDatatype datatype)
Determines whether or not the datatype that is represented by the Protege ValueType is supported |
boolean |
isSupported(RDFSLiteral value)
Dermines if the object is of a supported datatype. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int REAL_MULTIPLIER
Constructor Detail |
---|
protected DIGDataTypes(OWLModel owlModel)
Method Detail |
---|
public static DIGDataTypes getInstance(OWLModel owlModel)
public boolean isSupported(RDFSDatatype datatype)
public boolean isSupported(RDFSLiteral value)
value
- The object to be tested. This is typically
an instance of a String, Number (Java Number), Boolean etc.public String getIndividualAxiomValueTagName(RDFSLiteral value)
value
- The value that is the filler for the relationship.
null
if the datatype
that the value belongs to is not supported.public String getPropertyRangeTagName(RDFSDatatype datatype)
datatype
- The datatype type who's range tag we want
null
is the valuetype
is not supported.public String getConcreteDomainExpressionTagName(RDFSLiteral value)
public String getDataTypeRendering(RDFSLiteral value)
value
- The object whose lexical rendering
is required.
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |