Class AbstractNodeArray_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- pt.ist.fenixframework.adt.bplustree.AbstractNodeArray_Base
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
pt.ist.fenixframework.adt.bplustree.AbstractNodeArray
public abstract class AbstractNodeArray_Base extends pt.ist.fenixframework.core.AbstractDomainObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractNodeArray_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description pt.ist.fenixframework.adt.bplustree.InnerNodeArraygetParent()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.AbstractNodeArray,pt.ist.fenixframework.adt.bplustree.InnerNodeArray>getRelationNodeArrayHasParent()voidsetParent(pt.ist.fenixframework.adt.bplustree.InnerNodeArray parent)
-
-
-
Method Detail
-
getRelationNodeArrayHasParent
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.AbstractNodeArray,pt.ist.fenixframework.adt.bplustree.InnerNodeArray> getRelationNodeArrayHasParent()
-
getParent
public pt.ist.fenixframework.adt.bplustree.InnerNodeArray getParent()
-
setParent
public void setParent(pt.ist.fenixframework.adt.bplustree.InnerNodeArray parent)
-
-