de.bsvrz.ars.ars.mgmt.datatree
Class DataIdentTree.AtgNode
java.lang.Object
de.bsvrz.ars.ars.mgmt.datatree.DataIdentTree.AtgNode
- Enclosing class:
- DataIdentTree
class DataIdentTree.AtgNode
- extends Object
Objekte diesen Typs stehen in der mehrstufigen Hashtabelle für eine Attributgruppen-Identifikation. Jeder AtgNode haelt eine Map seiner Aspekte nach
Aspekt-ID.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aspMap
private IDMap<Long,DataIdentTree.AspNode> aspMap
DataIdentTree.AtgNode
DataIdentTree.AtgNode()
putAspNode
void putAspNode(long aspId,
DataIdentTree.AspNode aspNode)
getAspNode
DataIdentTree.AspNode getAspNode(long aspId)
removeAspNode
void removeAspNode(long aspId)
isEmpty
boolean isEmpty()
getAspMapCopy
HashMap<Long,DataIdentTree.AspNode> getAspMapCopy()