simulator
Class Nodes

java.lang.Object
  |
  +--simulator.Nodes

class Nodes
extends java.lang.Object

This is a class used to store information useful to retrive information about node/user


Field Summary
(package private)  java.lang.String strNode
          Contains a string to use for building a node in memory
(package private)  java.lang.String userName
          contains the name of the user that hold the node
 
Constructor Summary
Nodes(java.lang.String node, java.lang.String user)
          Initilize object with string
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

strNode

java.lang.String strNode
Contains a string to use for building a node in memory

userName

java.lang.String userName
contains the name of the user that hold the node
Constructor Detail

Nodes

public Nodes(java.lang.String node,
             java.lang.String user)
Initilize object with string
Parameters:
node - the string for the node
user - the string for the user name