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.
-
createRootNode()
- Creates a new node with a new cell.
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