Class ModelEdges


  • public class ModelEdges
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<ModelEdge> edges  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void calculate()  
      • Methods inherited from class java.lang.Object

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

      • edges

        public java.util.List<ModelEdge> edges
    • Constructor Detail

    • Method Detail

      • calculate

        public void calculate()