public abstract static class DerivationHistory.Derivation extends Object implements Serializable
| Constructor and Description |
|---|
Derivation() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getNumberOfPremises() |
abstract DerivationHistory.Fact |
getPremise(int premiseIndex) |
String |
toString() |
abstract String |
toString(Prefixes prefixes) |
public abstract String toString(Prefixes prefixes)
prefixes - prefixespublic abstract int getNumberOfPremises()
public abstract DerivationHistory.Fact getPremise(int premiseIndex)
premiseIndex - premise indexCopyright © 2020. All rights reserved.