Package org.teavm.common
Class MutableGraphNode
- java.lang.Object
-
- org.teavm.common.MutableGraphNode
-
public class MutableGraphNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MutableGraphNode(int tag)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnectAll(java.util.Collection<MutableGraphNode> nodes)java.util.Collection<MutableGraphEdge>getEdges()intgetTag()voidsetTag(int tag)static GraphtoGraph(java.util.List<MutableGraphNode> nodes)java.lang.StringtoString()
-
-
-
Method Detail
-
connectAll
public void connectAll(java.util.Collection<MutableGraphNode> nodes)
-
getEdges
public java.util.Collection<MutableGraphEdge> getEdges()
-
getTag
public int getTag()
-
setTag
public void setTag(int tag)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toGraph
public static Graph toGraph(java.util.List<MutableGraphNode> nodes)
-
-