org.jgap.data
Interface IDataCreators
-
- All Known Implementing Classes:
- DataElementsDocument
public interface IDataCreatorsThe IDataCreators interface represents an entity comparable to org.w3c.dom.Document- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCVS_REVISIONString containing the CVS revision.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidappendChild(IDataElement a_newChild)Appends a child element to the treeIDataElementListgetTree()IDataCreatorsnewDocument()Constructs a new instance of the entity implementing IDataCreatorsvoidsetTree(IDataElementList a_tree)
-
-
-
Field Detail
-
CVS_REVISION
static final java.lang.String CVS_REVISION
String containing the CVS revision. Read out via reflection!- See Also:
- Constant Field Values
-
-
Method Detail
-
setTree
void setTree(IDataElementList a_tree)
-
getTree
IDataElementList getTree()
- Returns:
- the tree (of elements) held by the implementing class
- Since:
- 2.0
-
newDocument
IDataCreators newDocument() throws java.lang.Exception
Constructs a new instance of the entity implementing IDataCreators- Returns:
- new instance of the entity itself
- Throws:
java.lang.Exception- Since:
- 2.0
-
appendChild
void appendChild(IDataElement a_newChild) throws java.lang.Exception
Appends a child element to the tree- Parameters:
a_newChild- the child to be added to the tree- Throws:
java.lang.Exception- Since:
- 2.0
-
-
DMelt 3.0 © DataMelt by jWork.ORG