FileDocCategorySizeDatePackage
IAllocationAlgorithm.javaAPI DocExample381Thu Feb 17 20:01:06 GMT 2000ProjActMgmt.ActAndResPool

IAllocationAlgorithm.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package ProjActMgmt.ActAndResPool;

/** @stereotype plug-in point */
public interface IAllocationAlgorithm {
    void findAllocation();
}