Version: 1.1.1

org.inb.biomoby.shared.registry
Class Data

java.lang.Object
  extended by org.inb.biomoby.shared.registry.Data
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Input, Output

public abstract class Data
extends Object
implements Serializable, Cloneable

Represents an abstract Moby Central data structure (that can be either "input" or "output")

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
Data()
           
 
Method Summary
 void addCollection(Collection collection)
           
 void addSimple(Simple simple)
           
 Data clone()
           
 List<Collection> getCollections()
           
 List<Simple> getSimples()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data()
Method Detail

addSimple

public void addSimple(Simple simple)

addCollection

public void addCollection(Collection collection)

getSimples

public List<Simple> getSimples()

getCollections

public List<Collection> getCollections()

clone

public Data clone()
Overrides:
clone in class Object

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010