Documentation of 'org.jgap.data.IDataCreators' Java class
IDataCreators
org.jgap.data

Interface IDataCreators

  • All Known Implementing Classes:
    DataElementsDocument


    public interface IDataCreators
    The IDataCreators interface represents an entity comparable to org.w3c.dom.Document
    Since:
    2.0
    • 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

      • 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

You see the box below because you did not login.