| |
|
| java.lang.Object com.projity.options.CalculationOption
CalculationOption | public class CalculationOption (Code) | | Corresponds to Calculation tab on options dialog in MSProject
|
calculateMultipleCriticalPaths | boolean calculateMultipleCriticalPaths(Code) | | |
criticalSlackThreshold | long criticalSlackThreshold(Code) | | |
CalculationOption | public CalculationOption()(Code) | | |
getCriticalSlackThreshold | public long getCriticalSlackThreshold()(Code) | | Returns the criticalSlackThreshold. |
getEarnedValueBaselineId | public Object getEarnedValueBaselineId()(Code) | | Returns the earnedValueBaseline. |
isCalculateMultipleCriticalPaths | public boolean isCalculateMultipleCriticalPaths()(Code) | | Returns the calculateMultipleCriticalPaths. |
setCalculateMultipleCriticalPaths | public void setCalculateMultipleCriticalPaths(boolean calculateMultipleCriticalPaths)(Code) | | Parameters: calculateMultipleCriticalPaths - The calculateMultipleCriticalPaths to set. |
setCriticalSlackThreshold | public void setCriticalSlackThreshold(long criticalSlackThreshold)(Code) | | Parameters: criticalSlackThreshold - The criticalSlackThreshold to set. |
setEarnedValueBaselineId | public void setEarnedValueBaselineId(Object earnedValueBaselineId)(Code) | | Parameters: earnedValueBaseline - The earnedValueBaseline to set. |
|
|
|