All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.puresoltechnologies.purifinity.server.metrics.cocomo.basic.SoftwareProject Maven / Gradle / Ivy

/***************************************************************************
 *
 *   Complexity.java
 *   -------------------
 *   copyright            : (c) 2009 by PureSol-Technologies
 *   author               : Rick-Rainer Ludwig
 *   email                : [email protected]
 *
 ***************************************************************************/

package com.puresoltechnologies.purifinity.server.metrics.cocomo.basic;

/**
 * This enumeration stands for a complexity. This was derived from the
 * categories of the CoCoMo model. The complexity is defined in three levels:
 * low, medium and high complexity.
 * 
 * @author Rick-Rainer Ludwig
 * 
 */
public enum SoftwareProject {
	LOW, MEDIUM, HIGH;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy