DatatypeReasoner insteadpublic class DatatypeReasoner extends Object
| Constructor and Description |
|---|
DatatypeReasoner()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
defineDatatype(Datatype dt)
Deprecated.
|
void |
defineDatatype(String name,
Datatype dt)
Deprecated.
|
void |
defineUnknownDatatype(String name)
Deprecated.
|
Datatype |
enumeration(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(String datatypeURI)
Deprecated.
|
String |
getDatatypeURI(Datatype datatype)
Deprecated.
|
Set<String> |
getDatatypeURIs()
Deprecated.
|
Datatype |
getRestrictedDatatype(aterm.ATermAppl restrictedDatatype)
Deprecated.
|
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(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(URL url)
Deprecated.
|
void |
removeDatatype(String name)
Deprecated.
|
Datatype |
singleton(aterm.ATermAppl term)
Deprecated.
|
public static Logger log
public final boolean isDefined(String datatypeURI)
public final boolean isDefined(Datatype datatype)
public void defineUnknownDatatype(String name)
public org.apache.xerces.xs.XSNamedMap parseXMLSchema(URL url) throws Exception
Exceptionpublic void removeDatatype(String name)
public Object getValue(aterm.ATermAppl lit)
public Datatype singleton(aterm.ATermAppl term)
public aterm.ATermAppl getCanonicalRepresentation(aterm.ATermAppl literal)
public Datatype getRestrictedDatatype(aterm.ATermAppl restrictedDatatype)
public Datatype getDatatype(aterm.ATermAppl datatypeTerm)
public boolean isSubTypeOf(aterm.ATermAppl d1,
aterm.ATermAppl d2)
d1 - d2 - public Datatype intersection(aterm.ATermAppl[] datatypeTerms)
datatypeTerms - Copyright © 2013. All Rights Reserved.