|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectverinec.importer.analysis.traceroute.StartTraceRoute.AlgorithmItem
private static class StartTraceRoute.AlgorithmItem
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 |
|---|
private int algorithmID
private String name
private String description
| Constructor Detail |
|---|
public StartTraceRoute.AlgorithmItem(int algorithmID,
String name,
String description)
algorithmID - name - description - | Method Detail |
|---|
public String getName()
public String getDescrtiption()
public int getAlgorithmID()
public String toString()
toString in class ObjectObject.toString()
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||