Documentation of 'visad.data.FormNode' Java class
FormNode
visad.data

Class FormNode

  • Direct Known Subclasses:
    Form, FormFamily


    public abstract class FormNode
    extends java.lang.Object
    A node in the data form hierarchy for the storage of persistent data. This class implements the "composite" design pattern; the node will actually be either a "Form" or a "FormFamily".
    • Constructor Summary

      Constructors 
      Constructor and Description
      FormNode(java.lang.String name)
      Construct a data-form node with the given name.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract void add(java.lang.String id, Data data, boolean replace)
      Add data to an existing data object.
      abstract FormNode getForms(Data data)
      Return the data forms that are compatible with a data object.
      java.lang.String getName()
      Return the name of this node.
      abstract DataImpl open(java.lang.String id)
      Open an existing data object.
      abstract DataImpl open(java.net.URL url)
      Open a data object specified as a URL.
      abstract void save(java.lang.String id, Data data, boolean replace)
      Save a VisAD data object in this form.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.