Uses of Class
org.evoludo.simulator.Network2D
Packages that use Network2D
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The toolkit to explore interactive evolutionary models.
Geometries for population interaction and competition graphs used by the
simulator.
The views to visualize results and interact with evolutionary models.
-
Uses of Network2D in org.evoludo.graphics
Subclasses of Network2D in org.evoludo.graphicsModifier and TypeClassDescriptionclassGraphical representation of generic population geometries in 2D.Subclasses with type arguments of type Network2D in org.evoludo.graphicsModifier and TypeClassDescriptionclassThe graphical representation of lattices and network structures in 2D. -
Uses of Network2D in org.evoludo.simulator
Methods in org.evoludo.simulator that return Network2DModifier and TypeMethodDescriptionabstract Network2DEvoLudo.createNetwork2D(AbstractGeometry geometry) Generate 2D network.EvoLudoGWT.createNetwork2D(AbstractGeometry geometry) -
Uses of Network2D in org.evoludo.simulator.geometries
Fields in org.evoludo.simulator.geometries declared as Network2DModifier and TypeFieldDescription(package private) Network2DAbstractGeometry.network2DLocal storage for the 2D representation of this graph.Methods in org.evoludo.simulator.geometries that return Network2DModifier and TypeMethodDescriptionAbstractGeometry.getNetwork2D()Retrieve (and lazily create) the 2D representation associated with this geometry.Methods in org.evoludo.simulator.geometries with parameters of type Network2DModifier and TypeMethodDescriptionvoidAbstractGeometry.setNetwork2D(Network2D net) Store the 2D network representation. -
Uses of Network2D in org.evoludo.simulator.views
Subclasses with type arguments of type Network2D in org.evoludo.simulator.views