$darkmode
DENOPTIM
denoptim.ga.GraphOperationsTest.ExtractPatternCase Class Reference
Collaboration diagram for denoptim.ga.GraphOperationsTest.ExtractPatternCase:
[legend]

Package Attributes

final DGraph g
 
final int expectedSize
 
final Set< DGraphexpectedGraphs
 
final Comparator< DGraphgraphComparator
 

Private Member Functions

 ExtractPatternCase (DGraph g, int expectedSize, Set< DGraph > expectedGraphs)
 
boolean matchesExpected (Collection< DGraph > actuals)
 

Detailed Description

Definition at line 404 of file GraphOperationsTest.java.

Constructor & Destructor Documentation

◆ ExtractPatternCase()

denoptim.ga.GraphOperationsTest.ExtractPatternCase.ExtractPatternCase ( DGraph  g,
int  expectedSize,
Set< DGraph expectedGraphs 
)
private

Member Function Documentation

◆ matchesExpected()

boolean denoptim.ga.GraphOperationsTest.ExtractPatternCase.matchesExpected ( Collection< DGraph actuals)
private

Member Data Documentation

◆ expectedGraphs

final Set<DGraph> denoptim.ga.GraphOperationsTest.ExtractPatternCase.expectedGraphs
package

◆ expectedSize

final int denoptim.ga.GraphOperationsTest.ExtractPatternCase.expectedSize
package

◆ g

◆ graphComparator

final Comparator<DGraph> denoptim.ga.GraphOperationsTest.ExtractPatternCase.graphComparator
package
Initial value:
= (gA, gB) ->
gA.sameAs(gB, new StringBuilder()) ? 0 : -1

Definition at line 409 of file GraphOperationsTest.java.

Referenced by denoptim.ga.GraphOperationsTest.ExtractPatternCase.matchesExpected().


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