|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrevisionlogic.COBAApp
COBAApp is an interactive menu-based command-line version of COBA 2.0. It provides a main function as the initial entry for the user to use the command-line version of COBA 2.0.
Field Summary | |
(package private) BeliefChangeSzenario |
bcs
A reference to the current belief change scenario. |
(package private) java.lang.String |
contFile
The path of the current contraction input file. |
(package private) static java.lang.String[] |
fileTypes
The strings indicating whether the input file is used as revisions or as entailment-based integrity constraints. |
(package private) java.lang.String |
kbFile
The path of the current KB input file. |
(package private) java.lang.String |
revFile
The path of the current revision input file. |
Constructor Summary | |
(package private) |
COBAApp()
Creates a new default COBAApp. |
Method Summary | |
static void |
main(java.lang.String[] args)
Provides the initial entry point for the command-line menu version of COBA. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static java.lang.String[] fileTypes
BeliefChangeSzenario bcs
java.lang.String kbFile
java.lang.String revFile
java.lang.String contFile
Constructor Detail |
COBAApp()
Method Detail |
public static void main(java.lang.String[] args)
args
- an array of arguments specifying the path of the KB input file, the path of the revision
input file, the path of the contraction input file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |