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) int
date()
(package private) TaskView
task()
java.lang.String
toString()
(package private) int
type()
(package private) int
value()
-
-
-
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:
toString
in classjava.lang.Object
-
-