| Conditions | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | package it.cnr.istc.pst.platinum.ai.framework.microkernel.resolver.timeline.scheduling; |
||
| 33 | public void addConstraint(Decision reference, Decision target) { |
||
| 34 | |||
| 35 | // create constraint data |
||
| 36 | PrecedenceConstraint pc = new PrecedenceConstraint(reference, target); |
||
| 37 | // add constraint |
||
| 38 | this.constraints.add(pc); |
||
| 39 | } |
||
| 59 |