disciplex.eventfilter
Class Info
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--disciplex.eventfilter.Info
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class Info
- extends java.util.Properties
Keeps information about the system. Such as bandwidth.
Can basically keep any information required by the rule base.
Copyright (c) 2002 Rutgers, The State University of New Jersey
- Since:
- Disciple v3.0
- Version:
- $Revision: 1.1.1.1 $
- See Also:
- Serialized Form
| Fields inherited from class java.util.Properties |
defaults |
|
Constructor Summary |
Info()
|
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Info
public Info()
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.Hashtable
getBandwidth
public int getBandwidth()
setBandwidth
public void setBandwidth(int bw)
getString
public java.lang.String getString(java.lang.String name)
getInt
public int getInt(java.lang.String name)
setInt
public void setInt(java.lang.String name,
int value)
getFloat
public float getFloat(java.lang.String name)
setFloat
public void setFloat(java.lang.String name,
float value)
getBoolean
public boolean getBoolean(java.lang.String name)
setBoolean
public void setBoolean(java.lang.String name,
boolean value)
tokenize
public java.lang.String[] tokenize(java.lang.String s)
printOut
public static void printOut(java.lang.Object obj)
printErr
public static void printErr(java.lang.Object obj)
sleep
public static final void sleep(int delay)
yield
public static final void yield()
Copyright (c) 2003 Rutgers, The State University of New Jersey