All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.jcon.core.part.std.MinimalCore

java.lang.Object
   |
   +----org.jcon.core.part.std.MinimalCore

public class MinimalCore
extends Object
implements RootNodeCreator
This class creates root nodes for "Minimal Core" systems.


Constructor Index

 o MinimalCore()

Method Index

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

Constructors

 o MinimalCore
 public MinimalCore()

Methods

 o createRootNode
 public 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