Class RunnableGraph$


  • public class RunnableGraph$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RunnableGraph$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      RunnableGraph$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <Mat> RunnableGraph<Mat> fromGraph​(Graph<ClosedShape,​Mat> graph)
      A graph with a closed shape is logically a runnable graph, this method makes it so also in type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final RunnableGraph$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • RunnableGraph$

        public RunnableGraph$()
    • Method Detail

      • fromGraph

        public <Mat> RunnableGraph<Mat> fromGraph​(Graph<ClosedShape,​Mat> graph)
        A graph with a closed shape is logically a runnable graph, this method makes it so also in type.