public static class Topology.Vertex extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Topology.VertexType |
type |
Constructor and Description |
---|
Vertex(Topology.VertexType type,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
Topology.VertexType |
getType() |
int |
hashCode() |
String |
toString() |
protected final Topology.VertexType type
public Vertex(Topology.VertexType type, String name)
public Topology.VertexType getType()
Copyright © 2018 Nuxeo. All rights reserved.