BrightSide Workbench Full Report + Source Code
org.turro.zkoss.svg.GanttPredecessor Class Reference

Public Member Functions

 GanttPredecessor (int mode, String index, double lag, boolean sameSpace)
 
String getIndex ()
 
double getLag ()
 
int getMode ()
 
boolean isSameSpace ()
 

Static Public Attributes

static final int GANTT_START_TO_START = 1
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 25 of file GanttPredecessor.java.

Constructor & Destructor Documentation

◆ GanttPredecessor()

org.turro.zkoss.svg.GanttPredecessor.GanttPredecessor ( int  mode,
String  index,
double  lag,
boolean  sameSpace 
)

Definition at line 36 of file GanttPredecessor.java.

36  {
37  this.mode = mode;
38  this.index = index;
39  this.lag = lag;
40  this.sameSpace = sameSpace;
41  }

Member Function Documentation

◆ getIndex()

String org.turro.zkoss.svg.GanttPredecessor.getIndex ( )

Definition at line 43 of file GanttPredecessor.java.

43  {
44  return index;
45  }

◆ getLag()

double org.turro.zkoss.svg.GanttPredecessor.getLag ( )

Definition at line 47 of file GanttPredecessor.java.

47  {
48  return lag;
49  }

◆ getMode()

int org.turro.zkoss.svg.GanttPredecessor.getMode ( )

Definition at line 51 of file GanttPredecessor.java.

51  {
52  return mode;
53  }

◆ isSameSpace()

boolean org.turro.zkoss.svg.GanttPredecessor.isSameSpace ( )

Definition at line 55 of file GanttPredecessor.java.

55  {
56  return sameSpace;
57  }

Member Data Documentation

◆ GANTT_START_TO_START

final int org.turro.zkoss.svg.GanttPredecessor.GANTT_START_TO_START = 1
static

Definition at line 28 of file GanttPredecessor.java.


The documentation for this class was generated from the following file: