estraier
Class CreatorImpl

java.lang.Object
  extended byestraier.CreatorImpl
All Implemented Interfaces:
Creator

public class CreatorImpl
extends java.lang.Object
implements Creator

Implementation of factory methods.


Constructor Summary
CreatorImpl()
          Create a creator object.
 
Method Summary
 Condition create_condition()
          Create a condition object.
 Document create_document()
          Create a document object.
 Document create_document(java.lang.String draft)
          Create a document object made from draft data.
 Node create_node()
          Create a node connection object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatorImpl

public CreatorImpl()
Create a creator object.

Method Detail

create_condition

public Condition create_condition()
Description copied from interface: Creator
Create a condition object.

Specified by:
create_condition in interface Creator
Returns:
a condition object.

create_document

public Document create_document()
Description copied from interface: Creator
Create a document object.

Specified by:
create_document in interface Creator
Returns:
a document object.

create_document

public Document create_document(java.lang.String draft)
Description copied from interface: Creator
Create a document object made from draft data.

Specified by:
create_document in interface Creator
Returns:
a document object.

create_node

public Node create_node()
Description copied from interface: Creator
Create a node connection object.

Specified by:
create_node in interface Creator
Returns:
a node connection object.