Class LinkedList_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- pt.ist.fenixframework.adt.linkedlist.LinkedList_Base
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class LinkedList_Base extends pt.ist.fenixframework.core.AbstractDomainObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLinkedList_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description pt.ist.fenixframework.adt.linkedlist.ListNodegetHead()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.linkedlist.LinkedList,pt.ist.fenixframework.adt.linkedlist.ListNode>getRelationLinkedListHasHeadNode()voidsetHead(pt.ist.fenixframework.adt.linkedlist.ListNode head)
-
-
-
Method Detail
-
getRelationLinkedListHasHeadNode
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.linkedlist.LinkedList,pt.ist.fenixframework.adt.linkedlist.ListNode> getRelationLinkedListHasHeadNode()
-
getHead
public pt.ist.fenixframework.adt.linkedlist.ListNode getHead()
-
setHead
public void setHead(pt.ist.fenixframework.adt.linkedlist.ListNode head)
-
-