- Enclosing class:
- TimeLagGraph
public static class TimeLagGraph.NodeId
extends Object
Represents a NodeId with a name and a lag value.
-
Constructor Summary
Constructors
-
Method Summary
int
Getter for the field lag
.
Getter for the field name
.
-
Constructor Details
-
NodeId
public NodeId(String name,
int lag)
- Parameters:
name
- a String
object
lag
- a int
-
Method Details
-
getName
Getter for the field name
.
- Returns:
- a
String
object
-
getLag
public int getLag()
Getter for the field lag
.
- Returns:
- a int