|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.datatypes.DatatypeReasoner
DatatypeReasoner
instead
public class DatatypeReasoner
Field Summary | |
---|---|
static java.util.logging.Logger |
log
Deprecated. |
Constructor Summary | |
---|---|
DatatypeReasoner()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
defineDatatype(Datatype dt)
Deprecated. |
void |
defineDatatype(java.lang.String name,
Datatype dt)
Deprecated. |
void |
defineUnknownDatatype(java.lang.String name)
Deprecated. |
Datatype |
enumeration(java.util.Set values)
Deprecated. |
aterm.ATermAppl |
getCanonicalRepresentation(aterm.ATermAppl literal)
Deprecated. Returns the canonical representation of the given literal. |
Datatype |
getDatatype(aterm.ATermAppl datatypeTerm)
Deprecated. |
Datatype |
getDatatype(java.lang.String datatypeURI)
Deprecated. |
java.lang.String |
getDatatypeURI(Datatype datatype)
Deprecated. |
java.util.Set<java.lang.String> |
getDatatypeURIs()
Deprecated. |
Datatype |
getRestrictedDatatype(aterm.ATermAppl restrictedDatatype)
Deprecated. |
java.lang.Object |
getValue(aterm.ATermAppl lit)
Deprecated. |
Datatype |
intersection(aterm.ATermAppl[] datatypeTerms)
Deprecated. Return a datatype that represents the intersection of a set of (possibly negated) datatypes. |
boolean |
isDefined(Datatype datatype)
Deprecated. |
boolean |
isDefined(java.lang.String datatypeURI)
Deprecated. |
boolean |
isSubTypeOf(aterm.ATermAppl d1,
aterm.ATermAppl d2)
Deprecated. Check if a datatype is subsumed by another datatype |
Datatype |
negate(Datatype datatype)
Deprecated. |
org.apache.xerces.xs.XSNamedMap |
parseXMLSchema(java.net.URL url)
Deprecated. |
void |
removeDatatype(java.lang.String name)
Deprecated. |
Datatype |
singleton(aterm.ATermAppl term)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.logging.Logger log
Constructor Detail |
---|
public DatatypeReasoner()
Method Detail |
---|
public final java.util.Set<java.lang.String> getDatatypeURIs()
public final boolean isDefined(java.lang.String datatypeURI)
public final boolean isDefined(Datatype datatype)
public void defineDatatype(java.lang.String name, Datatype dt)
public void defineUnknownDatatype(java.lang.String name)
public org.apache.xerces.xs.XSNamedMap parseXMLSchema(java.net.URL url) throws java.lang.Exception
java.lang.Exception
public java.lang.String defineDatatype(Datatype dt)
public void removeDatatype(java.lang.String name)
public Datatype getDatatype(java.lang.String datatypeURI)
public java.lang.String getDatatypeURI(Datatype datatype)
public java.lang.Object getValue(aterm.ATermAppl lit)
public Datatype singleton(aterm.ATermAppl term)
public Datatype enumeration(java.util.Set values)
public aterm.ATermAppl getCanonicalRepresentation(aterm.ATermAppl literal)
public Datatype getRestrictedDatatype(aterm.ATermAppl restrictedDatatype)
public Datatype getDatatype(aterm.ATermAppl datatypeTerm)
public Datatype negate(Datatype datatype)
public boolean isSubTypeOf(aterm.ATermAppl d1, aterm.ATermAppl d2)
d1
- d2
-
public Datatype intersection(aterm.ATermAppl[] datatypeTerms)
datatypeTerms
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |