|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsim.util.Prop
public class Prop
Structure to record properties of dynamic nodes.
| Field Summary | |
|---|---|
Variate |
costDist
Cost distribution |
java.awt.Point |
location
Location of node on canvas. |
java.lang.String |
nName
Name of node. |
int |
nTokens
Number of tokens (number of service units, etc.). |
int |
nType
Type of node (Node.SERVER, ...). |
Variate |
timeDist
Time distribution (service, arrival, etc.). |
| Constructor Summary | |
|---|---|
Prop(int nType,
java.lang.String nName,
int nTokens,
java.awt.Point location,
Variate timeDist,
Variate costDist)
Construct a property set. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int nType
public java.lang.String nName
public int nTokens
public java.awt.Point location
public Variate timeDist
public Variate costDist
| Constructor Detail |
|---|
public Prop(int nType,
java.lang.String nName,
int nTokens,
java.awt.Point location,
Variate timeDist,
Variate costDist)
nType - type of nodenName - name of nodenTokens - number of tokenstimeDist - time distributioncost - cost of service
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||