Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.modama.framework.entities

Class Summary
AbstractEntity The base class for all entities.
A entity a piece of data, wrapped so it can be loaded, saved,...
An entity has a name to display, a fullname if additional naming is required (i.e.
AbstractEntityList a collection of entitys
ImageEntity An Image entity.
ImageList a list of images, internal the data is a List of ImageEntities,
NumberEntity A Number entity.
NumberList a list of numbers, internal the data is an array of doubles, if needed a NumberEntity is created from the double value but you can also just use the array directly (wich is more efficient)