|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jasi.sim.basic.table.Tables
public final class Tables
Management class of condition tables.
Constructor Summary | |
---|---|
Tables()
Constructor. |
Method Summary | |
---|---|
void |
add(ConditionTree tree)
Add a table to the table list. |
void |
clear()
Remove all already defined tables. |
boolean |
contains(java.lang.String name)
Check, if list of tables already contains a table with that name. |
ConditionTree |
get(java.lang.String name)
Get an already defined table by it's name. |
java.util.Collection<ConditionTree> |
getList()
Get a list of all currently defined tables. |
ConditionTree |
remove(java.lang.String name)
Remove an already defined table by it's ID. |
int |
size()
Get the number of tables. |
java.lang.String |
toString()
List all currently defined tables. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tables()
Method Detail |
---|
public void add(ConditionTree tree)
tree
- The table to be added.public ConditionTree get(java.lang.String name)
name
- The table name.
public ConditionTree remove(java.lang.String name)
name
- The table name.
public void clear()
public java.util.Collection<ConditionTree> getList()
public boolean contains(java.lang.String name)
name
- That table's name.
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |