All Packages Class Hierarchy This Package Previous Next Index
Interface edu.cmu.paid.network.IDatabase
- public interface IDatabase
-
addData(Data, String)
- Add a new Data object to the database.
-
getData(String)
- Get a data object from database
addData
public abstract void addData(Data data,
String key)
- Add a new Data object to the database.
- Parameters:
- data - Data object to add.
- key - Key associated with object (for retrieval)
getData
public abstract Data getData(String key)
- Get a data object from database
- Parameters:
- key - Key of object to retrieve.
- Returns:
- Data object referred to by key.
All Packages Class Hierarchy This Package Previous Next Index
This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)