Package org.jacop.constraints.cumulative
Class CumulativeBasic.Event
- java.lang.Object
-
- org.jacop.constraints.cumulative.CumulativeBasic.Event
-
- Enclosing class:
- CumulativeBasic
private static class CumulativeBasic.Event extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intdate()(package private) TaskViewtask()java.lang.StringtoString()(package private) inttype()(package private) intvalue()
-
-
-
Field Detail
-
type
int type
-
t
TaskView t
-
date
int date
-
value
int value
-
-
Constructor Detail
-
Event
Event(int type, TaskView t, int date, int value)
-
-
Method Detail
-
date
int date()
-
type
int type()
-
value
int value()
-
task
TaskView task()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-