Package context.arch.discoverer.dataModel

Interface Summary
IndexTableIF ------------------------------------- | IndexTableIF | ------------------------------------- | add(key, value) | removeKey(key, value) | getName() : string | containsKey(key) :bool | get(key):obj ------------------------------------- ------------------------------------- | AbstractIndexTableImpl ------------------------ ------------------------------------- | Hashtable | | add(key, value) ------------------------ | removeKey(key, value) | getName() : string | containsKey(key) :bool | get(key):obj -------------------------------------
 

Class Summary
AbstractDataModel  
AbstractIndexTableImpl  
AbstractStringToIntegerIndexTable This hashtable associates : key=String => value=Integer
AbstractStringToIntegerVectorIndexTable This class allows to store in a Hashtable : key=String => value=Vector of Integer
CallbackIndexTable  
ClassnameIndexTable  
CstAttributeIndexTable  
CstAttributeNameIndexTable  
CstAttributeValueIndexTable  
DiscovererDataModel This class stores the ComponentDescriptions of the CTK object that register to the discoverer.
HostnameIndexTable  
IdIndexTable  
InAttributeIndexTable  
NonCstAttributeIndexTable  
OutAttributeIndexTable  
PortIndexTable Stores the port as a String
ServiceIndexTable  
SubscriberIndexTable  
TypeIndexTable