jalse.entities.methods.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 provides {@link jalse.entities.methods.EntityMethod} that are mapped to actual
* methods called on {@link jalse.entities.Entity} (mapped by
* {@link jalse.entities.functions.EntityFunctionResolver} using the relevant
* {@link jalse.entities.functions.EntityMethodFunction}).
*/
package jalse.entities.methods;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy