jmadem
Class Allocation

java.lang.Object
  extended by ListTermImpl
      extended by jmadem.Allocation

public class Allocation
extends ListTermImpl

Data structure for representing task-slot allocations.

Author:
Francisco Grimaldo

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
Allocation(ListTerm lTerms)
          Allocation constructor.
 
Method Summary
 boolean isCorrect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Allocation

public Allocation(ListTerm lTerms)
Allocation constructor.

Parameters:
lTerms - list of terms representing the allocation
Method Detail

isCorrect

public boolean isCorrect()