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 Stringnameprotected Topology.VertexTypetype
-
Constructor Summary
Constructors Constructor Description Vertex(Topology.VertexType type, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Topology.VertexTypegetType()inthashCode()StringtoString()
-
-
-
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()
-
-