pt.ist.fenixframework.adt.bplustree
Class InnerNode_Base

Package class diagram package InnerNode_Base
java.lang.Object
  extended by pt.ist.fenixframework.core.AbstractDomainObject
      extended by pt.ist.fenixframework.adt.bplustree.AbstractNode_Base
          extended by pt.ist.fenixframework.adt.bplustree.AbstractNode
              extended by pt.ist.fenixframework.adt.bplustree.InnerNode_Base
All Implemented Interfaces:
Serializable, Iterable, DomainObject
Direct Known Subclasses:
InnerNode

public abstract class InnerNode_Base
extends AbstractNode

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
AbstractDomainObject.SerializedForm
 
Field Summary
 
Fields inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode_Base
AdtNodeHasParent, role$$parent
 
Constructor Summary
protected InnerNode_Base()
           
 
Method Summary
 TreeMap<Comparable,AbstractNode> getSubNodes()
           
 void setSubNodes(TreeMap<Comparable,AbstractNode> subNodes)
           
 
Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode
externalizeTreeMap, internalizeTreeMap
 
Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode_Base
getParent, hasParent, removeParent, setParent
 
Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
ensureOid, equals, getExternalId, getOid, hashCode, makeSerializedForm, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

InnerNode_Base

protected InnerNode_Base()
Method Detail

getSubNodes

public TreeMap<Comparable,AbstractNode> getSubNodes()

setSubNodes

public void setSubNodes(TreeMap<Comparable,AbstractNode> subNodes)


Copyright © 2013. All Rights Reserved.