Uses of Class
ix.icore.process.TimePoint

Packages that use TimePoint
ix.icore.process Classes for representing processes. 
ix.ip2 I-X Process Panels 
ix.iplan The I-X planner. 
 

Uses of TimePoint in ix.icore.process
 

Subclasses of TimePoint in ix.icore.process
 class PNode
          A node that represents an action or acticity in a process.
 class PNodeEnd
          One end of a PNode.
 

Uses of TimePoint in ix.ip2
 

Subclasses of TimePoint in ix.ip2
 class ActivityAgenda.OtherReportsActivity
          An activity specialised for receiving "other reports" -- reports that aren't directed to any other Issue or Activity.
 class ActivityItem
          An AgendaEntry to represents an activity.
 class AgendaItem
          An entry in an Agenda.
 class IssueItem
          An AgendaEntry that represents an Issue.
 class WaitForReportsItem
          An agenda entry for a WaitForReportsActivity.
 

Uses of TimePoint in ix.iplan
 

Fields in ix.iplan declared as TimePoint
(package private)  TimePoint TimePointNet.Change.point
           
protected  TimePoint TimePointNet.TimeConstraint.post
           
protected  TimePoint TimePointNet.TimeConstraint.pre
           
protected  TimePoint TimePointNet.timePointAtZero
           
 

Methods in ix.iplan that return TimePoint
 TimePoint TimePointNet.addTimePoint(long min, long max)
           
 TimePoint TimePointNet.addTimePoint(TimePoint t)
           
 TimePoint TimePointNet.TimeConstraint.getPostPoint()
           
 TimePoint TimePointNet.TimeConstraint.getPrePoint()
           
 

Methods in ix.iplan with parameters of type TimePoint
 boolean TimePointNet.addTimeConstraint(TimePoint pre, TimePoint post, long min, long max)
           
 void TimePointNet.addTimeConstraintElseFail(TimePoint pre, TimePoint post)
           
 TimePoint TimePointNet.addTimePoint(TimePoint t)
           
(package private)  void TimePointNet.constrainMax(TimePoint pre, TimePoint post, long len)
           
(package private)  void TimePointNet.constrainMin(TimePoint pre, TimePoint post, long len)
           
 

Constructors in ix.iplan with parameters of type TimePoint
TimePointNet.Change(TimePoint p)
           
TimePointNet.TimeConstraint(TimePoint pre, TimePoint post, long min, long max)