|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidLiteralException in com.clarkparsia.pellet.datatypes |
---|
Methods in com.clarkparsia.pellet.datatypes that throw InvalidLiteralException | |
---|---|
boolean |
DatatypeReasoner.containsAtLeast(int n,
java.util.Collection<aterm.ATermAppl> ranges)
Check that the intersection of a collection of data ranges contains a minimum number of elements. |
boolean |
DatatypeReasonerImpl.containsAtLeast(int n,
java.util.Collection<aterm.ATermAppl> ranges)
|
aterm.ATermAppl |
Datatype.getCanonicalRepresentation(aterm.ATermAppl input)
Get the canonical representation of a lexical form |
aterm.ATermAppl |
DatatypeReasoner.getCanonicalRepresentation(aterm.ATermAppl literal)
Get the canonical representation of a literal. |
aterm.ATermAppl |
DatatypeReasonerImpl.getCanonicalRepresentation(aterm.ATermAppl literal)
|
aterm.ATermAppl |
InfiniteNamedDatatype.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDDecimal.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDDouble.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDFloat.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDInteger.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDLong.getCanonicalRepresentation(aterm.ATermAppl input)
|
T |
Datatype.getValue(aterm.ATermAppl literal)
Get the Java object representation of a data value |
java.lang.Object |
DatatypeReasoner.getValue(aterm.ATermAppl literal)
Get the Java object representation of the data value. |
java.lang.Object |
DatatypeReasonerImpl.getValue(aterm.ATermAppl literal)
|
aterm.ATermAppl |
InfiniteNamedDatatype.getValue(aterm.ATermAppl literal)
|
java.lang.Number |
XSDDecimal.getValue(aterm.ATermAppl literal)
|
java.lang.Double |
XSDDouble.getValue(aterm.ATermAppl literal)
|
java.lang.Float |
XSDFloat.getValue(aterm.ATermAppl literal)
|
java.lang.Number |
XSDInteger.getValue(aterm.ATermAppl literal)
|
java.lang.Number |
XSDLong.getValue(aterm.ATermAppl literal)
|
boolean |
DatatypeReasoner.isSatisfiable(java.util.Collection<aterm.ATermAppl> dataranges)
Shorthand for DatatypeReasoner.isSatisfiable(Collection, Object) where
value == null . |
boolean |
DatatypeReasonerImpl.isSatisfiable(java.util.Collection<aterm.ATermAppl> dataranges)
|
boolean |
DatatypeReasoner.isSatisfiable(java.util.Collection<aterm.ATermAppl> dataranges,
java.lang.Object value)
Check the data ranges on a single literal node are satisfiable (independent of other nodes). |
boolean |
DatatypeReasonerImpl.isSatisfiable(java.util.Collection<aterm.ATermAppl> dataranges,
java.lang.Object value)
|
boolean |
DatatypeReasoner.isSatisfiable(java.util.Set<Literal> nodes,
java.util.Map<Literal,java.util.Set<Literal>> ineqs)
Check that the data ranges and inequalities asserted on a collection of literal nodes are satisfiable. |
boolean |
DatatypeReasonerImpl.isSatisfiable(java.util.Set<Literal> nodes,
java.util.Map<Literal,java.util.Set<Literal>> neqs)
|
java.util.Iterator<?> |
DatatypeReasoner.valueIterator(java.util.Collection<aterm.ATermAppl> dataranges)
Get an iterator for the values of a finite datarange |
java.util.Iterator<?> |
DatatypeReasonerImpl.valueIterator(java.util.Collection<aterm.ATermAppl> dataranges)
|
Uses of InvalidLiteralException in com.clarkparsia.pellet.datatypes.types.bool |
---|
Methods in com.clarkparsia.pellet.datatypes.types.bool that throw InvalidLiteralException | |
---|---|
aterm.ATermAppl |
XSDBoolean.getCanonicalRepresentation(aterm.ATermAppl input)
|
java.lang.Boolean |
XSDBoolean.getValue(aterm.ATermAppl literal)
|
Uses of InvalidLiteralException in com.clarkparsia.pellet.datatypes.types.datetime |
---|
Methods in com.clarkparsia.pellet.datatypes.types.datetime that throw InvalidLiteralException | |
---|---|
aterm.ATermAppl |
AbstractTimelineDatatype.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDDateTimeStamp.getCanonicalRepresentation(aterm.ATermAppl input)
|
javax.xml.datatype.XMLGregorianCalendar |
AbstractTimelineDatatype.getValue(aterm.ATermAppl literal)
|
javax.xml.datatype.XMLGregorianCalendar |
XSDDateTimeStamp.getValue(aterm.ATermAppl literal)
|
Uses of InvalidLiteralException in com.clarkparsia.pellet.datatypes.types.duration |
---|
Methods in com.clarkparsia.pellet.datatypes.types.duration that throw InvalidLiteralException | |
---|---|
aterm.ATermAppl |
XSDDuration.getCanonicalRepresentation(aterm.ATermAppl input)
|
javax.xml.datatype.Duration |
XSDDuration.getValue(aterm.ATermAppl literal)
|
Uses of InvalidLiteralException in com.clarkparsia.pellet.datatypes.types.floating |
---|
Methods in com.clarkparsia.pellet.datatypes.types.floating that throw InvalidLiteralException | |
---|---|
aterm.ATermAppl |
XSDDouble.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDFloat.getCanonicalRepresentation(aterm.ATermAppl input)
|
java.lang.Double |
XSDDouble.getValue(aterm.ATermAppl literal)
|
java.lang.Float |
XSDFloat.getValue(aterm.ATermAppl literal)
|
Uses of InvalidLiteralException in com.clarkparsia.pellet.datatypes.types.real |
---|
Methods in com.clarkparsia.pellet.datatypes.types.real that throw InvalidLiteralException | |
---|---|
aterm.ATermAppl |
AbstractDerivedIntegerType.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
OWLRational.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
OWLReal.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDDecimal.getCanonicalRepresentation(aterm.ATermAppl input)
|
java.lang.Number |
AbstractDerivedIntegerType.getValue(aterm.ATermAppl literal)
|
java.lang.Number |
OWLRational.getValue(aterm.ATermAppl literal)
|
java.lang.Number |
OWLReal.getValue(aterm.ATermAppl literal)
|
java.lang.Number |
XSDDecimal.getValue(aterm.ATermAppl literal)
|
Uses of InvalidLiteralException in com.clarkparsia.pellet.datatypes.types.text |
---|
Methods in com.clarkparsia.pellet.datatypes.types.text that throw InvalidLiteralException | |
---|---|
aterm.ATermAppl |
RDFPlainLiteral.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDLanguage.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDNCName.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDNMToken.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDName.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDNormalizedString.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDString.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDToken.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
RDFPlainLiteral.getValue(aterm.ATermAppl literal)
|
aterm.ATermAppl |
XSDLanguage.getValue(aterm.ATermAppl literal)
|
aterm.ATermAppl |
XSDNCName.getValue(aterm.ATermAppl literal)
|
aterm.ATermAppl |
XSDNMToken.getValue(aterm.ATermAppl literal)
|
aterm.ATermAppl |
XSDName.getValue(aterm.ATermAppl literal)
|
aterm.ATermAppl |
XSDNormalizedString.getValue(aterm.ATermAppl literal)
|
aterm.ATermAppl |
XSDString.getValue(aterm.ATermAppl literal)
|
aterm.ATermAppl |
XSDToken.getValue(aterm.ATermAppl literal)
|
Uses of InvalidLiteralException in com.clarkparsia.pellet.datatypes.types.uri |
---|
Methods in com.clarkparsia.pellet.datatypes.types.uri that throw InvalidLiteralException | |
---|---|
aterm.ATermAppl |
XSDAnyURI.getCanonicalRepresentation(aterm.ATermAppl input)
|
aterm.ATermAppl |
XSDAnyURI.getValue(aterm.ATermAppl literal)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |