public class UndiVertex
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
UndiVertex |
chef |
java.util.List<UndiEdge> |
edges |
java.lang.String |
name |
| Constructor and Description |
|---|
UndiVertex(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasEdge(UndiVertex w) |
java.util.Collection<UndiVertex> |
neighbors() |
public java.lang.String name
public java.util.List<UndiEdge> edges
public UndiVertex chef
public java.util.Collection<UndiVertex> neighbors()
public boolean hasEdge(UndiVertex w)