verinec.importer.analysis.traceroute
Class StartTraceRoute.AlgorithmItem

java.lang.Object
  extended by verinec.importer.analysis.traceroute.StartTraceRoute.AlgorithmItem
Enclosing class:
StartTraceRoute

private static class StartTraceRoute.AlgorithmItem
extends Object

This class encapsulates some informations of the different traceroute algorithms.


Field Summary
private  int algorithmID
           
private  String description
           
private  String name
           
 
Constructor Summary
StartTraceRoute.AlgorithmItem(int algorithmID, String name, String description)
           
 
Method Summary
 int getAlgorithmID()
          Get the id of the algorithm
 String getDescrtiption()
          get the descriotion of the algorithm
 String getName()
          get the name of the algorithm
 String toString()
          We want the toString to give the name of the algorithm.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

algorithmID

private int algorithmID

name

private String name

description

private String description
Constructor Detail

StartTraceRoute.AlgorithmItem

public StartTraceRoute.AlgorithmItem(int algorithmID,
                                     String name,
                                     String description)
Parameters:
algorithmID -
name -
description -
Method Detail

getName

public String getName()
get the name of the algorithm

Returns:
the name of the algorithm

getDescrtiption

public String getDescrtiption()
get the descriotion of the algorithm

Returns:
the descriotion of the algorithm

getAlgorithmID

public int getAlgorithmID()
Get the id of the algorithm

Returns:
the id of the algorithm

toString

public String toString()
We want the toString to give the name of the algorithm.

Overrides:
toString in class Object
See Also:
Object.toString()

Copyright © 2005 Verinec, DIUF