com.ibm.tivoli.maximo.miniapps.scheduler

Class GanttUtil.ResourceFieldPredicate

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.GanttUtil.ResourceFieldPredicate
    • Constructor Summary

      Constructors 
      Constructor and Description
      ResourceFieldPredicate(java.lang.String fld, java.lang.Object value) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean test(ilog.views.gantt.IlvResource in) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceFieldPredicate

        public ResourceFieldPredicate(java.lang.String fld,
                                      java.lang.Object value)
    • Method Detail

      • test

        public boolean test(ilog.views.gantt.IlvResource in)
        Specified by:
        test in interface GanttUtil.Predicate