ikbs.kbServer.console
Class Console
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
ikbs.kbServer.KBServerInterface
ikbs.kbServer.console.Console
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote
public final class Console
- extends KBServerInterface
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
|
Method Summary |
void |
loadBase(java.lang.String baseFile,
java.lang.String modelFile)
|
void |
loadModel(java.lang.String modelFile)
charge un modele particulier (avec son nom de fichier donne) * |
static void |
main(java.lang.String[] aArguments)
|
void |
run()
Affiches le prompt, parse et interprete ce qui y est entré Quitte qd
parseInput renvoie vrai. |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Console
public Console()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
main
public static void main(java.lang.String[] aArguments)
run
public void run()
- Affiches le prompt, parse et interprete ce qui y est entré Quitte qd
parseInput renvoie vrai.
loadModel
public void loadModel(java.lang.String modelFile)
- Description copied from class:
KBServerInterface
- charge un modele particulier (avec son nom de fichier donne) *
- Specified by:
loadModel in class KBServerInterface
loadBase
public void loadBase(java.lang.String baseFile,
java.lang.String modelFile)
- Specified by:
loadBase in class KBServerInterface