public static class DerivationHistory.Atom extends Object implements DerivationHistory.Fact
| Constructor and Description |
|---|
Atom(Object[] tuple,
DerivationHistory.Derivation derivedBy) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getArgument(int index) |
int |
getArity() |
DerivationHistory.Derivation |
getDerivation() |
Object |
getDLPredicate() |
String |
toString() |
String |
toString(Prefixes prefixes) |
public Atom(Object[] tuple, DerivationHistory.Derivation derivedBy)
public Object getDLPredicate()
public int getArity()
public Node getArgument(int index)
public DerivationHistory.Derivation getDerivation()
getDerivation in interface DerivationHistory.Factpublic String toString(Prefixes prefixes)
toString in interface DerivationHistory.Factprefixes - prefixesCopyright © 2018. All rights reserved.