Class LeafNode_Base

  • All Implemented Interfaces:
    Serializable, Iterable, pt.ist.fenixframework.DomainObject
    Direct Known Subclasses:
    pt.ist.fenixframework.adt.bplustree.LeafNode

    public abstract class LeafNode_Base
    extends pt.ist.fenixframework.adt.bplustree.AbstractNode
    See Also:
    Serialized Form
    • Constructor Detail

      • LeafNode_Base

        protected LeafNode_Base()
    • Method Detail

      • getRelationAdtLeafNodeHasSibling

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.LeafNode,​pt.ist.fenixframework.adt.bplustree.LeafNode> getRelationAdtLeafNodeHasSibling()
      • getPrevious

        public pt.ist.fenixframework.adt.bplustree.LeafNode getPrevious()
      • setPrevious

        public void setPrevious​(pt.ist.fenixframework.adt.bplustree.LeafNode previous)
      • getNext

        public pt.ist.fenixframework.adt.bplustree.LeafNode getNext()
      • setNext

        public void setNext​(pt.ist.fenixframework.adt.bplustree.LeafNode next)