BuildState.edgeExists

Checks if an edge exists between two vertices.

  1. bool edgeExists(Index!Task from, Index!Resource to, EdgeType type)
  2. bool edgeExists(Index!Resource from, Index!Task to, EdgeType type)
    class BuildState

Meta