Class ReteDiagram.Vertex<F,​T>

  • Enclosing class:
    ReteDiagram

    public static class ReteDiagram.Vertex<F,​T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      F from  
      T to  
    • Constructor Summary

      Constructors 
      Constructor Description
      Vertex​(F from, T to)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <F,​T>
      ReteDiagram.Vertex<F,​T>
      of​(F from, T to)  
      • Methods inherited from class java.lang.Object

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

      • from

        public final F from
      • to

        public final T to
    • Constructor Detail

      • Vertex

        public Vertex​(F from,
                      T to)