com.ibm.tivoli.maximo.skd.max.util

Class GanttUtility

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.max.util.GanttUtility


  • public class GanttUtility
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String HOURS 
      static java.lang.String MINUTES 
    • Constructor Summary

      Constructors 
      Constructor and Description
      GanttUtility() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double convertUnits(double inValue, java.lang.String inUnits, java.lang.String outUnits) 
      static java.lang.String getDefaultUnits() 
      static java.lang.String getID(Activity activity)
      Returns the TreeGrid ID for this activity and creates one, if one does not exist.
      static java.lang.String getID(java.lang.String actid)
      Given an activity ID from ILOG create a TreeGrid compatible ID
      • Methods inherited from class java.lang.Object

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

      • GanttUtility

        public GanttUtility()
    • Method Detail

      • convertUnits

        public static double convertUnits(double inValue,
                                          java.lang.String inUnits,
                                          java.lang.String outUnits)
      • getDefaultUnits

        public static java.lang.String getDefaultUnits()
      • getID

        public static java.lang.String getID(Activity activity)
        Returns the TreeGrid ID for this activity and creates one, if one does not exist.
        Parameters:
        activity -
        model -
        Returns:
      • getID

        public static java.lang.String getID(java.lang.String actid)
        Given an activity ID from ILOG create a TreeGrid compatible ID
        Parameters:
        actid -
        Returns: