Class SubgraphWalker.Border

  • Enclosing class:
    SubgraphWalker

    public static class SubgraphWalker.Border
    extends java.lang.Object
    For better readability: result.entries instead of result.get(0) when working with getEOGPathEdges. Can be used for all subgraphs in subgraphs, e.g. AST entries and exits in a EOG subgraph, EOG entries and exits in a CFG subgraph.
    • Constructor Summary

      Constructors 
      Constructor Description
      Border()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Node> getEntries()  
      java.util.List<Node> getExits()  
      • Methods inherited from class java.lang.Object

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

      • Border

        public Border()
    • Method Detail

      • getEntries

        public java.util.List<Node> getEntries()
      • getExits

        public java.util.List<Node> getExits()