Class DfgSplitter.DfgSplitResult

  • Enclosing interface:
    DfgSplitter

    public static class DfgSplitter.DfgSplitResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<Dfg> subDfgs  
    • Constructor Summary

      Constructors 
      Constructor Description
      DfgSplitResult​(java.util.List<Dfg> subDfgs)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • subDfgs

        public java.util.List<Dfg> subDfgs
    • Constructor Detail

      • DfgSplitResult

        public DfgSplitResult​(java.util.List<Dfg> subDfgs)