Interface SolutionAttribute<S,V>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DensityEstimator<S>
- All Known Implementing Classes:
DirScore,DistanceToSolutionListAttribute,Fitness,GenericSolutionAttribute,HypervolumeContributionAttribute,LocationAttribute,NumberOfViolatedConstraints,OverallConstraintViolation,PreferenceDistance,SolutionTextRepresentation,SpatialSpreadDeviation
Deprecated.
Attributes allows to extend the solution classes to incorporate data required by
operators or algorithms manipulating them.
- Author:
- Antonio J. Nebro
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(S solution) Deprecated.Deprecated.voidsetAttribute(S solution, V value) Deprecated.
-
Method Details
-
setAttribute
-
getAttribute
-
getAttributeIdentifier
Object getAttributeIdentifier()Deprecated.
-