IDoublyLinkedElementFactory
Short summary
An Interface to create and delete DoublyLinkedElements.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
getNewDoublyLinkedElement
- Parameters:
object(CNM_AbstractObject.IObject): the dataobject to be contained inside the elementpreviousElement(IDoublyLinkedElement): the previous element to link tonextElement(IDoublyLinkedElement): the next element to link tolinkElements(BOOL): a flag if the link to next and previous should be created
- Return type: CNM_ReturnTypes.SingleExecutionResult
Method to create new Instance of DoublyLinkedElements and automatically link with other ellements.…
Code
Declaration
INTERFACE IDoublyLinkedElementFactory EXTENDS CNM_AbstractObject.IObject