neuroidnet.ntr
Interface Expressive

All Known Implementing Classes:
Area, ArtificialConcept, Network, Neuroid, Neuroid.Mode, Peripheral, Synapse

public interface Expressive

Defines an interface on how an entity should express its identity and state.

Created: Wed May 1 16:38:56 2002

Modified: $Date: 2002/10/30 04:31:37 $

Version:
$Revision: 1.2 $ for this file.
Author:
Cengiz Gunay

Method Summary
 String getProperties()
          In addition to getStatus() contents, give all static properties also.
 String getStatus()
          In addition to toString() contents, give transient properties of the entity without the static properties.
 String toString()
          Give enough information on the entity for identification.
 

Method Detail

toString

public String toString()
Give enough information on the entity for identification.

Overrides:
toString in class Object
Returns:
a String value

getStatus

public String getStatus()
In addition to toString() contents, give transient properties of the entity without the static properties.

Returns:
a String value
See Also:
toString()

getProperties

public String getProperties()
In addition to getStatus() contents, give all static properties also.

Returns:
a String value
See Also:
getStatus()