$darkmode
|
DENOPTIM
|
Utility to make selection of edges to a vertex tunable by a parameter. More...
Public Member Functions | |
| EdgeFinder (int i) | |
| List< Edge > | apply (Vertex v) |
Private Attributes | |
| int | mode = 0 |
Utility to make selection of edges to a vertex tunable by a parameter.
The parameter given to the constructor defines whether we take the incoming or the outgoing edges of a vertex that is given as the argument of this function.
Definition at line 6578 of file DGraph.java.
| denoptim.graph.DGraph.EdgeFinder.EdgeFinder | ( | int | i | ) |
| i | if positive we focus on departing edges, if negative we focus on the incoming edge. |
Definition at line 6586 of file DGraph.java.
References denoptim.graph.DGraph.EdgeFinder.mode.
Definition at line 6592 of file DGraph.java.
References denoptim.graph.Vertex.getAttachmentPoints(), denoptim.graph.Vertex.getEdgeToParent(), and denoptim.graph.DGraph.EdgeFinder.mode.
Referenced by denoptim.graph.DGraph.findVertices().
|
private |
Definition at line 6580 of file DGraph.java.
Referenced by denoptim.graph.DGraph.EdgeFinder.apply(), and denoptim.graph.DGraph.EdgeFinder.EdgeFinder().