jalse.attributes.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JALSE Show documentation
Show all versions of JALSE Show documentation
Java Artificial Life Simulation Engine
/**
* This package is for managing/storing {@link jalse.attributes.AttributeType} values. An
* {@link jalse.attributes.AttributeContainer} is an attribute type to value container (similar to
* {@link java.util.Map} but with named and typed keys).
*
* @see jalse.attributes.NamedAttributeType
* @see jalse.attributes.Attributes
* @see jalse.attributes.DefaultAttributeContainer
*/
package jalse.attributes;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy