Package org.nuxeo.lib.stream.computation
Class Topology.Vertex
- java.lang.Object
-
- org.nuxeo.lib.stream.computation.Topology.Vertex
-
-
Field Summary
Fields Modifier and Type Field Description protected String
name
protected Topology.VertexType
type
-
Constructor Summary
Constructors Constructor Description Vertex(Topology.VertexType type, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
Topology.VertexType
getType()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
name
protected final String name
-
type
protected final Topology.VertexType type
-
-
Constructor Detail
-
Vertex
public Vertex(Topology.VertexType type, String name)
-
-
Method Detail
-
getName
public String getName()
-
getType
public Topology.VertexType getType()
-
-