All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.jcon.core.part.RootNodeCreator

public interface RootNodeCreator
This interface is responsible for creating root cell nodes. These can be different types of cores, done by the composition of parts used.


Method Index

 o createRootNode()
Creates a new node with a new cell.

Methods

 o createRootNode
 public abstract Node createRootNode()
Creates a new node with a new cell. The cell contains the parts necessary for core work. The node has no parent. The name is set to "Root" by default, but this can be changed and has no dependencies.

Returns:
the root node of a new system with no domain parts.

All Packages  Class Hierarchy  This Package  Previous  Next  Index