| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules | |
| com.clarkparsia.pellet.rules.model |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
VariableUtils.isVariable(AtomObject obj)
Returns true if atom object is a variable
|
aterm.ATermAppl |
RulesToATermTranslator.translate(AtomObject obj) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryAtom<P,A extends AtomObject,B extends AtomObject>
Title: Property Atom
|
class |
BinaryAtom<P,A extends AtomObject,B extends AtomObject>
Title: Property Atom
|
class |
UnaryAtom<A extends AtomObject>
Title: Unary Atom
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomDObject
Title: Atom Data Object
|
interface |
AtomIObject
Title: Atom Individual Object
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomConstant
Title: Atom Constant
|
class |
AtomDConstant
Title: Atom Data Constant
|
class |
AtomDVariable
Title: Atom Data Variable
|
class |
AtomIConstant
Title: Atom Instance Constant
|
class |
AtomIVariable
Title: Atom Instance Variable
|
class |
AtomVariable
Title: Atom Variable
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<? extends AtomObject> |
RuleAtomImpl.getAllArguments() |
List<AtomObject> |
BinaryAtom.getAllArguments() |
List<? extends AtomObject> |
RuleAtom.getAllArguments()
Return all arguments (constants and variables) to the rule atom.
|
Copyright © 2019. All rights reserved.