Uses of Interface
com.flexganttfx.model.repository.MutableActivityRepository
| Package | Description | 
|---|---|
| com.flexganttfx.model.repository | 
 Classes related to activity repositories. 
 | 
- 
Uses of MutableActivityRepository in com.flexganttfx.model.repository
Classes in com.flexganttfx.model.repository that implement MutableActivityRepository Modifier and Type Class Description classIntervalTreeActivityRepository<A extends Activity>A repository implementation that utilizes binary interval trees to store its activities.classListActivityRepository<A extends Activity>A repository implementation that utilizes several lists for storing activities.classMutableActivityRepositoryBase<A extends Activity>