neuroidnet.ntr
Class NeuroidName

java.lang.Object
  |
  +--neuroidnet.ntr.NeuroidName
All Implemented Interfaces:
Comparable, Serializable

public class NeuroidName
extends Object
implements Comparable, Serializable

Identifier for accessing a neuroid in a network.

Created: Wed May 15 14:06:47 2002

Modified: $Date: 2003/03/11 19:55:49 $

Version:
$Revision: 1.3 $ for this file.
Author:
Cengiz Gunay
See Also:
Serialized Form

Field Summary
(package private)  String areaName
           
(package private)  int neuroidId
           
 
Constructor Summary
NeuroidName(String areaName, int neuroidId)
           
 
Method Summary
 int compareTo(Object _that)
           
 String getAreaName()
          Get the value of areaName.
 int getNeuroidId()
          Get the value of neuroidId.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

areaName

final String areaName

neuroidId

final int neuroidId
Constructor Detail

NeuroidName

public NeuroidName(String areaName,
                   int neuroidId)
Method Detail

getAreaName

public String getAreaName()
Get the value of areaName.

Returns:
value of areaName.

getNeuroidId

public int getNeuroidId()
Get the value of neuroidId.

Returns:
value of neuroidId.

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(Object _that)
Specified by:
compareTo in interface Comparable
Returns: