EASE
Class EASE
java.lang.Object
|
+--EASE.EASE
- public class EASE
- extends java.lang.Object
Field Summary |
private Controller |
controller
|
static java.lang.String |
envName
Static variable containing the name of the current environment |
static java.util.Vector |
paths
Search paths for condition files. |
private Engine |
sensing
|
Constructor Summary |
EASE(java.lang.String env,
java.lang.String fileName)
Constructors (Obviously!). |
Method Summary |
static java.io.FileInputStream |
getFileStream(java.lang.String fName)
|
static void |
main(java.lang.String[] args)
Main progam for EASE
The path command line argument gives a list of directories
in which to search for specification files. |
static void |
setPaths(java.lang.String thePaths)
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
envName
public static java.lang.String envName
- Static variable containing the name of the current environment
sensing
private Engine sensing
controller
private Controller controller
paths
public static java.util.Vector paths
- Search paths for condition files.
EASE
public EASE(java.lang.String env,
java.lang.String fileName)
- Constructors (Obviously!).
main
public static void main(java.lang.String[] args)
- Main progam for EASE
The path command line argument gives a list of directories
in which to search for specification files. Directories should be seperated by
%s and contain no spaces.
The spec command line argument gives the main agent specification
file to be opened
The env command line argument gives the environment to use. The
default is currently TACSI.
Beware there is not much checking done in command parsing!
Usage : java EASE.EASE [-spec agentSpec] [-env env] [-path path;path]
getFileStream
public static java.io.FileInputStream getFileStream(java.lang.String fName)
setPaths
public static void setPaths(java.lang.String thePaths)