Class FlowRegions.Transition

  • Enclosing class:
    FlowRegions

    static class FlowRegions.Transition
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double loc  
      boolean up  
    • Constructor Summary

      Constructors 
      Constructor Description
      Transition​(double loc, boolean up)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • loc

        public double loc
      • up

        public boolean up
    • Constructor Detail

      • Transition

        public Transition​(double loc,
                          boolean up)