Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.rules | |
pl.poznan.put.cs.idss.jrs.utilities |
Modifier and Type | Method | Description |
---|---|---|
IHashtable<java.lang.Integer,java.lang.Object> |
Rule.getConditions() |
Gets hash table with all "regular" conditions present in this rule, indexed by attribute number.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultHashtable<K,V> |
Default, generic implementation of the
IHashtable<K,V> interface,
employing java.util.Hashtable class. |
class |
OptimizedHashtable<K,V> |
Optimized, generic implementation of the
IHashtable<K,V> interface,
employing com.sun.org.apache.xalan.internal.xsltc.runtime.Hashtable class. |