接口 GraphConstants

所有已知实现类:
BIFParser, DotParser, GraphNode, GraphVisualizer, HierarchicalBCEngine

public interface GraphConstants
GraphConstants.java
版本:
$Revision: 1.5 $ - 24 Apr 2003 - Initial version (Ashraf M. Kibriya)
作者:
Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final int
    Types of Edges
    static final int
    Types of Edges
    static final int
    NORMAL node - node actually contained in graphs description
    static final int
    PLURAL_DUMMY node - node with more than one outgoing edge i.e.
    static final int
    Types of Edges
    static final int
    SINGULAR_DUMMY node - node with only one outgoing edge i.e.
  • 字段详细资料

    • DIRECTED

      static final int DIRECTED
      Types of Edges
      另请参阅:
    • REVERSED

      static final int REVERSED
      Types of Edges
      另请参阅:
    • DOUBLE

      static final int DOUBLE
      Types of Edges
      另请参阅:
    • SINGULAR_DUMMY

      static final int SINGULAR_DUMMY
      SINGULAR_DUMMY node - node with only one outgoing edge i.e. one which represents a single edge and is inserted to close a gap
      另请参阅:
    • PLURAL_DUMMY

      static final int PLURAL_DUMMY
      PLURAL_DUMMY node - node with more than one outgoing edge i.e. which represents an edge split and is inserted to close a gap
      另请参阅:
    • NORMAL

      static final int NORMAL
      NORMAL node - node actually contained in graphs description
      另请参阅: