choco.kernel.model.variables.scheduling
Interface ITaskVariable<V>

All Known Implementing Classes:
TaskVar, TaskVariable

public interface ITaskVariable<V>

Author:
Arnaud Malapert

Method Summary
 V duration()
           
 V end()
           
 V start()
           
 

Method Detail

start

V start()

end

V end()

duration

V duration()


Copyright © 2012. All Rights Reserved.