|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TopologyVisitor in net.sourceforge.cilib.algorithm.population |
---|
Methods in net.sourceforge.cilib.algorithm.population with parameters of type TopologyVisitor | |
---|---|
Object |
MultiPopulationBasedAlgorithm.accept(TopologyVisitor visitor)
General method to accept a visitor to perform a calculation on the current algorithm. |
abstract Object |
PopulationBasedAlgorithm.accept(TopologyVisitor visitor)
General method to accept a visitor to perform a calculation on the current algorithm. |
Object |
SinglePopulationBasedAlgorithm.accept(TopologyVisitor visitor)
General method to accept a visitor to perform a calculation on the current algorithm. |
Uses of TopologyVisitor in net.sourceforge.cilib.entity |
---|
Methods in net.sourceforge.cilib.entity with parameters of type TopologyVisitor | |
---|---|
void |
Topology.accept(TopologyVisitor visitor)
Accept a TopologyVisitor into the Topology to perform the actions
defined within the TopologyVisitor . |
void |
AbstractTopology.accept(TopologyVisitor visitor)
Accept a TopologyVisitor into the Topology to perform the actions
defined within the TopologyVisitor . |
Uses of TopologyVisitor in net.sourceforge.cilib.entity.visitor |
---|
Subclasses of TopologyVisitor in net.sourceforge.cilib.entity.visitor | |
---|---|
class |
ClosestEntityVisitor
Vistor to calculate the closest entity to the provided targetEntity
using a DistanceMeasure . |
class |
DiameterVisitor
Visitor to determine the size of the diameter of the provided Topology within the visit method. |
class |
RadiusVisitor
Determine the radius of the current topology. |
class |
SpatialRadiusVisitor
Determine the spatial radius of the visited object. |
Uses of TopologyVisitor in net.sourceforge.cilib.measurement.single.diversity.normalisation |
---|
Methods in net.sourceforge.cilib.measurement.single.diversity.normalisation that return TopologyVisitor | |
---|---|
TopologyVisitor |
TopologyBasedNormalisation.getVisitor()
Get the decorated TopologyVisitor. |
Methods in net.sourceforge.cilib.measurement.single.diversity.normalisation with parameters of type TopologyVisitor | |
---|---|
void |
TopologyBasedNormalisation.setVisitor(TopologyVisitor visitor)
Set the TopologyVisitor to be decorated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |