$darkmode
DENOPTIM
denoptim.graph.DGraph.EdgeFinder Class Reference

Utility to make selection of edges to a vertex tunable by a parameter. More...

Inheritance diagram for denoptim.graph.DGraph.EdgeFinder:
[legend]
Collaboration diagram for denoptim.graph.DGraph.EdgeFinder:
[legend]

Public Member Functions

 EdgeFinder (int i)
 
List< Edgeapply (Vertex v)
 

Private Attributes

int mode = 0
 

Detailed Description

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 6349 of file DGraph.java.

Constructor & Destructor Documentation

◆ EdgeFinder()

denoptim.graph.DGraph.EdgeFinder.EdgeFinder ( int  i)
Parameters
iif positive we focus on departing edges, if negative we focus on the incoming edge.

Definition at line 6357 of file DGraph.java.

References denoptim.graph.DGraph.EdgeFinder.mode.

Member Function Documentation

◆ apply()

List< Edge > denoptim.graph.DGraph.EdgeFinder.apply ( Vertex  v)

Definition at line 6363 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().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ mode

int denoptim.graph.DGraph.EdgeFinder.mode = 0
private

The documentation for this class was generated from the following file: