|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Literal | |
---|---|
com.clarkparsia.pellet.datatypes | |
com.clarkparsia.pellet.rules | |
com.clarkparsia.pellet.rules.builtins | |
org.mindswap.pellet |
Uses of Literal in com.clarkparsia.pellet.datatypes |
---|
Method parameters in com.clarkparsia.pellet.datatypes with type arguments of type Literal | |
---|---|
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 |
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 |
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)
|
boolean |
DatatypeReasonerImpl.isSatisfiable(java.util.Set<Literal> nodes,
java.util.Map<Literal,java.util.Set<Literal>> neqs)
|
boolean |
DatatypeReasonerImpl.isSatisfiable(java.util.Set<Literal> nodes,
java.util.Map<Literal,java.util.Set<Literal>> neqs)
|
Uses of Literal in com.clarkparsia.pellet.rules |
---|
Methods in com.clarkparsia.pellet.rules that return Literal | |
---|---|
Literal |
VariableBinding.get(AtomDObject key)
If the key is a variable, return the node associated with it in the map. |
Literal |
LiteralFilter.next()
|
Literal |
VariableBinding.set(AtomDObject key,
Literal value)
If the key is a data variable, set the value. |
Literal |
VariableBinding.set(AtomDVariable key,
aterm.ATermAppl value)
|
Methods in com.clarkparsia.pellet.rules that return types with arguments of type Literal | |
---|---|
java.util.Set<java.util.Map.Entry<AtomDVariable,Literal>> |
VariableBinding.dataEntrySet()
|
Methods in com.clarkparsia.pellet.rules with parameters of type Literal | |
---|---|
Literal |
VariableBinding.set(AtomDObject key,
Literal value)
If the key is a data variable, set the value. |
Uses of Literal in com.clarkparsia.pellet.rules.builtins |
---|
Methods in com.clarkparsia.pellet.rules.builtins that return Literal | |
---|---|
Literal |
Function.apply(ABox abox,
Literal expected,
Literal... args)
Apply the function against a set of arguments. |
Literal |
NumericAdapter.apply(ABox abox,
Literal expected,
Literal... args)
|
Literal |
StringFunctionAdapter.apply(ABox abox,
Literal expected,
Literal... litArgs)
|
static Literal |
ComparisonTesters.expectedIfEquals(Literal expected,
Literal result)
If the first argument is null, return the second. |
Literal |
NumberToLiteralVisitor.getLiteral()
|
Methods in com.clarkparsia.pellet.rules.builtins with parameters of type Literal | |
---|---|
boolean |
GeneralFunction.apply(ABox abox,
Literal[] args)
Apply the function against a set of arguments. |
Literal |
Function.apply(ABox abox,
Literal expected,
Literal... args)
Apply the function against a set of arguments. |
Literal |
Function.apply(ABox abox,
Literal expected,
Literal... args)
Apply the function against a set of arguments. |
Literal |
NumericAdapter.apply(ABox abox,
Literal expected,
Literal... args)
|
Literal |
NumericAdapter.apply(ABox abox,
Literal expected,
Literal... args)
|
Literal |
StringFunctionAdapter.apply(ABox abox,
Literal expected,
Literal... litArgs)
|
Literal |
StringFunctionAdapter.apply(ABox abox,
Literal expected,
Literal... litArgs)
|
static Literal |
ComparisonTesters.expectedIfEquals(Literal expected,
Literal result)
If the first argument is null, return the second. |
boolean |
BinaryTester.test(Literal[] args)
|
boolean |
Tester.test(Literal[] args)
|
Uses of Literal in org.mindswap.pellet |
---|
Methods in org.mindswap.pellet that return Literal | |
---|---|
Literal |
ABox.addLiteral(aterm.ATermAppl dataValue)
Add a new literal to the ABox. |
Literal |
ABox.addLiteral(aterm.ATermAppl dataValue,
DependencySet ds)
|
Literal |
ABox.addLiteral(DependencySet ds)
Add a new literal to the ABox. |
Literal |
ABox.getLiteral(aterm.ATerm x)
|
Literal |
Literal.getSame()
|
Literal |
LiteralIterator.next()
|
Constructors in org.mindswap.pellet with parameters of type Literal | |
---|---|
Literal(Literal literal,
ABox abox)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |