public class NodeDisplayInfoAlgorithmEventPropertyComputer<N> extends java.lang.Object implements AlgorithmEventPropertyComputer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NODE_DISPLAY_INFO_PROPERTY_NAME |
| Constructor and Description |
|---|
NodeDisplayInfoAlgorithmEventPropertyComputer(NodeInfoGenerator<N> nodeInfoGenerator) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
computeAlgorithmEventProperty(ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent algorithmEvent) |
java.lang.String |
getPropertyName() |
public static final java.lang.String NODE_DISPLAY_INFO_PROPERTY_NAME
public NodeDisplayInfoAlgorithmEventPropertyComputer(NodeInfoGenerator<N> nodeInfoGenerator)
public java.lang.String computeAlgorithmEventProperty(ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent algorithmEvent)
throws PropertyComputationFailedException
computeAlgorithmEventProperty in interface AlgorithmEventPropertyComputerPropertyComputationFailedExceptionpublic java.lang.String getPropertyName()
getPropertyName in interface AlgorithmEventPropertyComputer