FileDocCategorySizeDatePackage
ActivityAndResPoolDesc.javaAPI DocExample688Thu Feb 17 20:01:04 GMT 2000ProjActMgmt.ActAndResPool

ActivityAndResPoolDesc.java

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

package ProjActMgmt.ActAndResPool;

/**
 * @stereotype description
 * @alias ActivityAndResourcePoolDesc
 */
public class ActivityAndResPoolDesc {
    public void invokeAllocationAlgorithms() {
    }

    private int type;

    /** @supplierCardinality 1..* */
    private IAllocationAlgorithm lnkUnnamed;

    /**
     * @clientCardinality 1
     * @supplierCardinality 0..*
     */
    private ActivityAndResPool lnkUnnamed1;
}