| Constructor and Description |
|---|
Dependency(Step src,
Step dst,
boolean isSoft)
Creates a new edge between the specified source and destination vertexes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isSoft()
Indicates whether this is a soft or hard dependency, i.e.
|
String |
toString() |
public boolean isSoft()
public int hashCode()
hashCode in class org.onlab.graph.AbstractEdge<Step>public boolean equals(Object obj)
equals in class org.onlab.graph.AbstractEdge<Step>Copyright © 2015. All rights reserved.