org.egothor.core
Interface Status

All Known Implementing Classes:
DuplicityChecker, Dynamizer, Egothor, Standard

public interface Status

This interface should be implemented by any object that has a state.

Author:
Leo Galambos

Method Summary
 java.util.Properties getState(java.util.Properties p)
          Return the state of this object.
 void setState(java.util.Properties state)
          Set this object with the given properties.
 

Method Detail

getState

java.util.Properties getState(java.util.Properties p)
Return the state of this object.

Parameters:
p - the properties which will be also returned for your convenience
Returns:
the properties

setState

void setState(java.util.Properties state)
Set this object with the given properties.

Parameters:
state - the properties