net.sourceforge.nite.meta
Interface NAgent

All Known Implementing Classes:
NiteAgent

public interface NAgent

Information about an Agent.

Author:
jonathan

Method Summary
 java.lang.String getFullName()
          The full description of the Agent for display purposes.
 java.lang.String getShortName()
          The identifier for this agent as used in filenames etc.
 

Method Detail

getShortName

java.lang.String getShortName()
The identifier for this agent as used in filenames etc. Usually something like "g" for giver.


getFullName

java.lang.String getFullName()
The full description of the Agent for display purposes. Could be a string like "giver".