Class ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.events.recorder.AIndependentAlgorithmEventPropertyComputer
-
- ai.libs.jaicore.graphvisualizer.plugin.solutionperformanceplotter.ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer
-
- All Implemented Interfaces:
AlgorithmEventPropertyComputer
public class ScoredSolutionCandidateInfoAlgorithmEventPropertyComputer extends AIndependentAlgorithmEventPropertyComputer
-
-
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(org.api4.java.algorithm.events.IAlgorithmEvent algorithmEvent)java.lang.StringgetPropertyName()-
Methods inherited from class ai.libs.jaicore.graphvisualizer.events.recorder.AIndependentAlgorithmEventPropertyComputer
getRequiredPropertyComputers, overwriteRequiredPropertyComputer
-
-
-
-
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(org.api4.java.algorithm.events.IAlgorithmEvent algorithmEvent) throws PropertyComputationFailedException
-
getPropertyName
public java.lang.String getPropertyName()
-
-