Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.common |
Modifier and Type | Class and Description |
---|---|
class |
ManuallyScheduledTaskCalendar
This class represents a Calendar Definition record for an MPP Manually Scheduled task.
|
class |
ProjectCalendar
This class represents a Calendar Definition record.
|
class |
ProjectProperties
This class represents a collection of properties relevant to the whole project.
|
class |
TemporaryCalendar
Represents a temporary calendar which is not intended to form part of the
schedule.
|
Modifier and Type | Method and Description |
---|---|
static Duration |
Duration.add(Duration a,
Duration b,
TimeUnitDefaultsContainer defaults)
If a and b are not null, returns a new duration of a + b.
|
static Duration |
Duration.convertUnits(double duration,
TimeUnit fromUnits,
TimeUnit toUnits,
TimeUnitDefaultsContainer defaults)
This method provides an approximate conversion between duration
units.
|
Duration |
Duration.convertUnits(TimeUnit type,
TimeUnitDefaultsContainer defaults)
This method provides an approximate conversion between duration
units.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedCalendar
A calendar which represents the intersection of working time between
two other calendars.
|
Modifier and Type | Method and Description |
---|---|
static Rate |
RateHelper.convertFromHours(TimeUnitDefaultsContainer defaults,
BigDecimal value,
TimeUnit targetUnits)
Convert a rate from amount per hour to an amount per target unit.
|
static Rate |
RateHelper.convertFromHours(TimeUnitDefaultsContainer defaults,
double value,
TimeUnit targetUnits)
Convert a rate from amount per hour to an amount per target unit.
|
static Rate |
RateHelper.convertFromHours(TimeUnitDefaultsContainer defaults,
Rate rate,
TimeUnit targetUnits)
Convert a rate from amount per hour to an amount per target unit.
|
static double |
RateHelper.convertToHours(TimeUnitDefaultsContainer defaults,
Rate rate)
Convert a rate to hours.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.