Interface | Description |
---|---|
GanttModelUtil.HasCancelled |
A "state" object can implement this if they want to "cancel" out of visitor operation
|
GanttModelUtil.IFilter<T> |
Generic Filter class for any type
|
GanttModelUtil.IlvActivityVisitor<T> |
Simple visitor pattern for activities.
|
GanttModelUtil.IlvHierarchyNodeVisitor<NodeType extends ilog.views.gantt.IlvHierarchyNode,StateType> |
Generic
IlvHierarchyNode visitor for visiting any subclass of IlvHierarchyNode |
GanttModelUtil.IlvNodeVisitor<T> |
Generic Node Visitor that can visit nodes in an IlvHierarchyChart
|
GanttModelUtil.IlvResourceVisitor<T> |
Specific implementation of an
GanttModelUtil.IlvHierarchyNodeVisitor for IlvResource type objects. |
GanttModelUtil.Predicate<T> |
Class | Description |
---|---|
ActivityStartDateComparator | |
AppUtil | |
AssignmentEventListener |
A listener class responsible for synchronizing cached model instances with
concurrent Assignment removals.
|
CalendarPool |
Class responsible for borrowing java.util.Calendar instances to other classes.
|
ColUtils | |
ConnUtil | |
ConstraintViolationsFinder |
Utility class responsible for finding circular dependencies in a graph.
|
DateComparator | |
DateFormatPool |
Class responsible for borrowing java.text.SimpleDateFormat instances to other classes.
|
DisplayCPSOptimizationFields |
Condition class used to exhibit CPS fields in Work Order Tracking application.
|
DisplayCPSOptimizationMenu |
Condition class used to exhibit CPS menu in GS application.
|
GanttModelUtil |
Utility methods for working with Gantt Models (ie, WorkOrders, Assignments, etc)
Much of this is copied from the Activies class in the Applet.
|
GanttModelUtil.CountingVisitor |
Simple counting visitor
|
GanttModelUtil.FieldPredicate | |
GanttModelUtil.FilterActivityVisitor |
GanttModelUtil.IlvActivityVisitor that builds a list of Filtered activities based
on the GanttModelUtil.IFilter instance |
GanttModelUtil.FilterNodeVisitor |
GanttModelUtil.IlvActivityVisitor that builds a list of Filtered activities based
on the GanttModelUtil.IFilter instance |
GanttModelUtil.FindByIDActivityVisitor |
Visitor that will find an Activity by ID
|
GanttModelUtil.IDPredicate | |
GanttModelUtil.MultipleFieldsPredicate | |
GanttModelUtil.ResourceFieldPredicate | |
GanttModelUtil.ResourceIDPredicate | |
GanttModelUtil.SameTypeVisitor |
Special visitor where isValid() will return true if each object
that is visited has the same type as any objectname in the list
|
InputParamMboUtil | |
Log |
Simple logging abstraction for Scheduler UI/App that allows for SLF4J logging type messages, ie, you
provide a message with {} placeholders and they are substituted at run time.
|
PerfTimer |
Simple Performance Timer for capturing start/end cycles.
|
PooledCalendarFactory |
Class responsible for managing instances of java.util.Calendar inside an object pool.
|
PooledDateFormatFactory |
Class responsible for managing instances of java.text.SimpleDateFormat inside
an object pool.
|
SKDActivityAdjust |
Class to calculate start date, end date and duration for an activity
|
SKDCrewActivityUtil |
Class to calculate start date, end date for crew activity
|
SQLValidator |
Validator utility class to prevent SQL injection.
|
Violations |
Class used to represent the violation results for constraints validation process.
|
Enum | Description |
---|---|
GanttModelUtil.NodeLocation |
Exception | Description |
---|---|
CycleException | |
SchedulerException |