Package com.inet.taskplanner.server.api.common
-
Class Summary Class Description AbstractDefinition<T extends AbstractDefinition<T>> A definition is a POJO describing a component used byTaskPlanner
, see subclasses for details.AbstractFactory<COMPONENT,DEFINITION extends AbstractDefinition<DEFINITION>,INFO extends AbstractInfo,SUMMARY extends SummaryInfo> Base class for all factories producing components for theTaskPlanner
.AbstractInfo POJO containing information about a dynamic component in theTaskPlanner
.SeriesDependentFactory<COMPONENT,DEFINITION extends AbstractDefinition<DEFINITION>,INFO extends AbstractInfo,SUMMARY extends SummaryInfo> Factory for components whose properties depends on aSeries
which the user may have configured.SeriesIndependentFactory<COMPONENT,DEFINITION extends AbstractDefinition<DEFINITION>,INFO extends AbstractInfo,SUMMARY extends SummaryInfo> Base class for component factories whose properties does not depend on the properties of a possibly configured series.SummaryEntry One detail-entry for the summary of components.SummaryInfo A summary information is a details summary of what is configured in the e.g.