FileDocCategorySizeDatePackage
Thing1.javaAPI DocExample738Thu Feb 17 20:01:02 GMT 2000ModelingInColor.ArchetypesInColor

Thing1.java

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

package ModelingInColor.ArchetypesInColor;

/**
 *@stereotype thing
 * @alias PartyPlaceThing
 */
public class Thing1 {
    public void assessAcrossRoles() {
    }

    public void getCustomElseDefaultValue() {
    }

    public int listRoles() {
        return -1;
    }

    public static int listPPTs() {
        return -1;
    }

    public static int assessAcrossPPTs() {
        return -1;
    }

    private Role1 lnkUnnamed;
    private Description1 lnkUnnamed1;
}