public class InterfaceTPTP extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BuiltInDir |
static boolean |
builtInExists |
static String |
defaultSystemBuiltIn |
static String |
defaultSystemLocal |
static String |
defaultSystemRemote |
static String |
SoTPTP |
static ArrayList<String> |
systemListBuiltIn |
static ArrayList<String> |
systemListLocal |
static ArrayList<String> |
systemListRemote |
static String |
SystemOnTPTPFormReplyURL |
static String |
tptp4X |
static String |
TPTPWorld |
static boolean |
tptpWorldExists |
| Constructor and Description |
|---|
InterfaceTPTP() |
| Modifier and Type | Method and Description |
|---|---|
static TPTPWorld.InterfaceTPTP.ATPResult |
callBuiltInTPTP(String systemChosen,
String problemFile,
int timeout,
String quietFlag,
String tstpFormat) |
static TPTPWorld.InterfaceTPTP.ATPResult |
callLocalTPTP(String systemChosen,
String problemFile,
int timeout,
String quietFlag,
String tstpFormat) |
static TPTPWorld.InterfaceTPTP.ATPResult |
callRemoteTPTP(String systemChosen,
String problemFile,
int timeout,
String quietFlag,
String tstpFormat) |
static String |
callTPTP(String location,
String systemChosen,
String problemFile,
int timeout,
String quietFlag,
String tstpFormat) |
static void |
init() |
static void |
main() |
static String |
queryTPTP(String stmt,
int timeout,
int maxAnswers,
String lineHtml,
String systemChosen,
String location,
String quietFlag,
String kbName,
String language) |
public static String TPTPWorld
public static String BuiltInDir
public static String defaultSystemBuiltIn
public static String defaultSystemLocal
public static String defaultSystemRemote
public static String SoTPTP
public static String tptp4X
public static boolean tptpWorldExists
public static boolean builtInExists
public static String SystemOnTPTPFormReplyURL
public static void init()
public static String callTPTP(String location, String systemChosen, String problemFile, int timeout, String quietFlag, String tstpFormat) throws Exception
Exceptionpublic static TPTPWorld.InterfaceTPTP.ATPResult callRemoteTPTP(String systemChosen, String problemFile, int timeout, String quietFlag, String tstpFormat)
public static TPTPWorld.InterfaceTPTP.ATPResult callLocalTPTP(String systemChosen, String problemFile, int timeout, String quietFlag, String tstpFormat)
public static TPTPWorld.InterfaceTPTP.ATPResult callBuiltInTPTP(String systemChosen, String problemFile, int timeout, String quietFlag, String tstpFormat)
public static String queryTPTP(String stmt, int timeout, int maxAnswers, String lineHtml, String systemChosen, String location, String quietFlag, String kbName, String language) throws Exception
Exceptionpublic static void main()
Copyright © 2015. All rights reserved.