Package org.teavm.common
Class MutableGraphNode
- java.lang.Object
-
- org.teavm.common.MutableGraphNode
-
public class MutableGraphNode extends 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(Collection<MutableGraphNode> nodes)Collection<MutableGraphEdge>getEdges()intgetTag()voidsetTag(int tag)static GraphtoGraph(List<MutableGraphNode> nodes)StringtoString()
-
-
-
Method Detail
-
connectAll
public void connectAll(Collection<MutableGraphNode> nodes)
-
getEdges
public Collection<MutableGraphEdge> getEdges()
-
getTag
public int getTag()
-
setTag
public void setTag(int tag)
-
toGraph
public static Graph toGraph(List<MutableGraphNode> nodes)
-
-