pt.ist.fenixframework.core.adt.bplustree
Class BPlusTreeArray_Base

Package class diagram package BPlusTreeArray_Base
java.lang.Object
  extended by pt.ist.fenixframework.core.AbstractDomainObject
      extended by pt.ist.fenixframework.core.adt.bplustree.BPlusTreeArray_Base
All Implemented Interfaces:
Serializable, DomainObject
Direct Known Subclasses:
BPlusTreeArray

public abstract class BPlusTreeArray_Base
extends AbstractDomainObject

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
AbstractDomainObject.SerializedForm
 
Field Summary
static DirectRelation<BPlusTreeArray,AbstractNodeArray> BPlusTreeArrayHasRootNode
           
static RoleOne<BPlusTreeArray,AbstractNodeArray> role$$root
           
 
Constructor Summary
protected BPlusTreeArray_Base()
           
 
Method Summary
 AbstractNodeArray getRoot()
           
 boolean hasRoot()
           
 void removeRoot()
           
 void setRoot(AbstractNodeArray root)
           
 
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
 

Field Detail

role$$root

public static final RoleOne<BPlusTreeArray,AbstractNodeArray> role$$root

BPlusTreeArrayHasRootNode

public static final DirectRelation<BPlusTreeArray,AbstractNodeArray> BPlusTreeArrayHasRootNode
Constructor Detail

BPlusTreeArray_Base

protected BPlusTreeArray_Base()
Method Detail

getRoot

public AbstractNodeArray getRoot()

setRoot

public void setRoot(AbstractNodeArray root)

hasRoot

public boolean hasRoot()

removeRoot

public void removeRoot()


Copyright © 2013. All Rights Reserved.