org.gscg.common.interactionlayer.dataobjects
Interface DataInterface

All Known Implementing Classes:
CurrentRowOrColumnData, ProgressionData

public interface DataInterface

The DataInterface is used to indicate that each data object implementing this interface should implement the getData method.

Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:58 $
Author:
Stijn-Pieter van Houten

Method Summary
 java.lang.String getData(java.lang.String key)
          Method getData.
 

Method Detail

getData

public java.lang.String getData(java.lang.String key)
Method getData.

Parameters:
key - the key for the data
Returns:
returns a String based on the key, or null if the key is unknown


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.