public abstract class DirectedEdge extends Object
| Constructor and Description |
|---|
DirectedEdge() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPoint(GraphPoint p)
Used by the GUI only, and does not work with MultiPoints.
|
String |
getName() |
void |
setName(String name) |
public boolean containsPoint(GraphPoint p)
p - the point to checkpublic void setName(String name)
public String getName()
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.