| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules | |
| com.clarkparsia.pellet.rules.model | |
| org.mindswap.pellet.tbox.impl |
| Modifier and Type | Method and Description |
|---|---|
Literal |
VariableBinding.get(AtomDObject key)
If the key is a variable, return the node associated with it in
the map.
|
Literal |
VariableBinding.set(AtomDObject key,
Literal value)
If the key is a data variable, set the value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomDConstant
Title: Atom Data Constant
|
class |
AtomDVariable
Title: Atom Data Variable
|
| Modifier and Type | Method and Description |
|---|---|
List<AtomDObject> |
BuiltInAtom.getAllArguments() |
| Constructor and Description |
|---|
BuiltInAtom(String predicate,
AtomDObject... arguments) |
DataRangeAtom(aterm.ATermAppl predicate,
AtomDObject argument) |
DatavaluedPropertyAtom(aterm.ATermAppl predicate,
AtomIObject subject,
AtomDObject object) |
| Constructor and Description |
|---|
BuiltInAtom(String predicate,
List<AtomDObject> arguments) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RuleAbsorber.processDatatype(AtomDObject var,
aterm.ATermAppl c,
List<RuleAtom> atoms) |
Copyright © 2019. All rights reserved.