|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.data.FormNode visad.data.FormFamily
public class FormFamily
A interior node in the data form hierarchy for the storage of persistent data objects.
Field Summary | |
---|---|
protected Vector |
forms
The children of this interior node. |
Constructor Summary | |
---|---|
FormFamily(String name)
Construct an interior data-form node with the given name. |
Method Summary | |
---|---|
void |
add(String id,
Data data,
boolean replace)
Add data to an existing data object. |
FormFamily |
addFormNode(FormNode node)
Add a child node to this family of data forms. |
FormNode |
getForms(Data data)
Return the data forms that are compatible with a data object. |
DataImpl |
open(String id)
Open an existing data object. |
DataImpl |
open(URL url)
Open an existing data object specified as a URL. |
void |
save(String id,
Data data,
boolean replace)
Save a VisAD data object. |
Methods inherited from class visad.data.FormNode |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Vector forms
Constructor Detail |
---|
public FormFamily(String name)
Method Detail |
---|
public void save(String id, Data data, boolean replace) throws BadFormException, RemoteException, IOException, VisADException
save
in class FormNode
BadFormException
RemoteException
IOException
VisADException
public void add(String id, Data data, boolean replace) throws BadFormException
add
in class FormNode
BadFormException
public DataImpl open(String id) throws BadFormException, IOException, VisADException
open
in class FormNode
BadFormException
IOException
VisADException
public DataImpl open(URL url) throws BadFormException, IOException, VisADException
open
in class FormNode
BadFormException
IOException
VisADException
public FormNode getForms(Data data) throws RemoteException, VisADException, IOException
getForms
in class FormNode
RemoteException
VisADException
IOException
public FormFamily addFormNode(FormNode node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |