Package org.teavm.common
Class DefaultGraphSplittingBackend
- java.lang.Object
-
- org.teavm.common.DefaultGraphSplittingBackend
-
- All Implemented Interfaces:
GraphSplittingBackend
public class DefaultGraphSplittingBackend extends Object implements GraphSplittingBackend
-
-
Constructor Summary
Constructors Constructor Description DefaultGraphSplittingBackend(Graph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphgetGraph()intprototype(int index)int[]split(int[] domain, int[] nodes)
-
-
-
Constructor Detail
-
DefaultGraphSplittingBackend
public DefaultGraphSplittingBackend(Graph graph)
-
-
Method Detail
-
getGraph
public Graph getGraph()
-
prototype
public int prototype(int index)
-
split
public int[] split(int[] domain, int[] nodes)- Specified by:
splitin interfaceGraphSplittingBackend
-
-