public class RunnableGraph$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static RunnableGraph$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
RunnableGraph$() |
Modifier and Type | Method and Description |
---|---|
<Mat> RunnableGraph<Mat> |
fromGraph(Graph<ClosedShape,Mat> g)
A graph with a closed shape is logically a runnable graph, this method makes
it so also in type.
|
public static final RunnableGraph$ MODULE$
public <Mat> RunnableGraph<Mat> fromGraph(Graph<ClosedShape,Mat> g)
g
- (undocumented)