| Package | Description |
|---|---|
| tptp_parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTptpParserOutput.ParentInfo |
| Modifier and Type | Method and Description |
|---|---|
TptpParserOutput.ParentInfo |
TptpParserOutput.createParentInfo(TptpParserOutput.Source source,
TptpParserOutput.GeneralTerm parentDetails)
A correct implementation must return an object representing
the parent info item with the specified parameters.
|
TptpParserOutput.ParentInfo |
SimpleTptpParserOutput.createParentInfo(TptpParserOutput.Source source,
TptpParserOutput.GeneralTerm parentDetails)
Implements the corresponding spec in TptpParserOutput.
|
TptpParserOutput.ParentInfo |
TptpParser.parent_info(TptpParserOutput out) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<TptpParserOutput.ParentInfo> |
TptpParser.parent_list(TptpParserOutput out) |
| Modifier and Type | Method and Description |
|---|---|
TptpParserOutput.Source |
TptpParserOutput.createSourceFromInferenceRecord(String inferenceRule,
Iterable<TptpParserOutput.InfoItem> usefulInfo,
Iterable<TptpParserOutput.ParentInfo> parentInfoList)
A correct implementation must return an object representing
an instance of <source> corresponding to
an instance of <inference record> with the specified constituents.
|
TptpParserOutput.Source |
SimpleTptpParserOutput.createSourceFromInferenceRecord(String inferenceRule,
Iterable<TptpParserOutput.InfoItem> usefulInfo,
Iterable<TptpParserOutput.ParentInfo> parentInfoList)
Implements the corresponding spec in TptpParserOutput.
|
| Constructor and Description |
|---|
Inference(String inferenceRule,
Iterable<TptpParserOutput.InfoItem> usefulInfo,
Iterable<TptpParserOutput.ParentInfo> parentInfoList) |
Copyright © 2015. All rights reserved.