Class PatternToTextFactory.TEdge

  • Enclosing class:
    PatternToTextFactory

    public static class PatternToTextFactory.TEdge
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int sourceId  
      int targetId  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      TEdge()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sourceId

        public int sourceId
      • targetId

        public int targetId
      • type

        public java.lang.String type
    • Constructor Detail

      • TEdge

        public TEdge()