Enum Class CyEdge.Type

java.lang.Object
java.lang.Enum<CyEdge.Type>
org.cytoscape.model.CyEdge.Type
All Implemented Interfaces:
Serializable, Comparable<CyEdge.Type>, java.lang.constant.Constable
Enclosing interface:
CyEdge

public static enum CyEdge.Type extends Enum<CyEdge.Type>
The Type enum is used by methods in CyNetwork to restrict the edges that match a query.
  • Enum Constant Details

    • UNDIRECTED

      public static final CyEdge.Type UNDIRECTED
      matches only undirected edges
    • INCOMING

      public static final CyEdge.Type INCOMING
      matches either undirected edges or directed edges that end with this node