Uses of Class
com.flexganttfx.model.repository.MutableActivityRepositoryBase
Packages that use MutableActivityRepositoryBase
-
Uses of MutableActivityRepositoryBase in com.flexganttfx.model.repository
Subclasses of MutableActivityRepositoryBase in com.flexganttfx.model.repositoryModifier and TypeClassDescriptionclass
IntervalTreeActivityRepository<A extends Activity>
A repository implementation that utilizes binary interval trees to store its activities.class
ListActivityRepository<A extends Activity>
A repository implementation that utilizes several lists for storing activities.