|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--ix.iplan.SchemaTable
A SchemaTable contains Schemas that describe the possible actions in a process.
Field Summary | |
protected ListCollector |
allSchemas
|
protected ListCollector |
processSchemas
|
Fields inherited from class java.util.Hashtable |
count,
ENTRIES,
entrySet,
KEYS,
keySet,
loadFactor,
modCount,
serialVersionUID,
table,
threshold,
values,
VALUES |
Constructor Summary | |
SchemaTable()
|
Method Summary | |
void |
addSchema(Schema s)
|
void |
checkSchemaReferences()
|
LList |
getAllProcessSchemas()
|
LList |
getMatchingProcessSchemas(LList pattern)
|
LList |
getMatchingSchemas(LList pattern)
|
LList |
getMatchingSchemas(LList pattern,
LList shortlist)
|
LList |
getSchemasWithAction(java.lang.Object action)
|
LList |
staticExpansionTree(Schema s)
|
Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
readObject,
rehash,
remove,
size,
toString,
values,
writeObject |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected ListCollector processSchemas
protected ListCollector allSchemas
Constructor Detail |
public SchemaTable()
Method Detail |
public void addSchema(Schema s)
public LList getAllProcessSchemas()
public LList getMatchingProcessSchemas(LList pattern)
public LList getMatchingSchemas(LList pattern)
public LList getMatchingSchemas(LList pattern, LList shortlist)
public LList getSchemasWithAction(java.lang.Object action)
public void checkSchemaReferences()
public LList staticExpansionTree(Schema s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |