Class ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.solutionperformanceplotter.ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer
-
- All Implemented Interfaces:
AlgorithmEventPropertyComputer
public class ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer extends java.lang.Object implements AlgorithmEventPropertyComputer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSCORED_SOLUTION_CANDIDATE_INFO_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer()ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer(SolutionCandidateRepresenter solutionCandidateRepresenter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcomputeAlgorithmEventProperty(ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent algorithmEvent)java.lang.StringgetPropertyName()
-
-
-
Field Detail
-
SCORED_SOLUTION_CANDIDATE_INFO_PROPERTY_NAME
public static final java.lang.String SCORED_SOLUTION_CANDIDATE_INFO_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer
public ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer(SolutionCandidateRepresenter solutionCandidateRepresenter)
-
ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer
public ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer()
-
-
Method Detail
-
computeAlgorithmEventProperty
public java.lang.Object computeAlgorithmEventProperty(ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent algorithmEvent) throws PropertyComputationFailedException- Specified by:
computeAlgorithmEventPropertyin interfaceAlgorithmEventPropertyComputer- Throws:
PropertyComputationFailedException
-
getPropertyName
public java.lang.String getPropertyName()
- Specified by:
getPropertyNamein interfaceAlgorithmEventPropertyComputer
-
-