Modifier and Type | Method and Description |
---|---|
java.lang.String |
CompareMaxModelTGEmitter.ModelNumIDGenerator.generateId(IMXPropertyGetterSetter node) |
Modifier and Type | Class and Description |
---|---|
class |
Activity
This is a data model class used to represent an Activity abstraction.
|
class |
Reservation |
class |
Resource
Class that represents a Resource abstraction for the Scheduler Max model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMXActivity
Interface used as an abstraction for Activity objects from both: ILOG and Scheduler MAX data models.
|
interface |
IMXReservation |
interface |
IMXResource |
Modifier and Type | Class and Description |
---|---|
class |
MXActivity |
class |
MXPMSegmentActivity
MXPMSeqmentActivity is a Helper class that makes a PM segment, in an Activity, appear like a regular Activity object so that
we can do manipulations on it, like setting the start/end times, etc.
|
class |
MXReservation |
class |
MXResource |
class |
MXSegmentActivity
Run Activities are single level children of a PARENT container and would rendered on a single ROW (ie,
they are running along the row)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MXPropertyUtil.clearBit(IMXPropertyGetterSetter from,
java.lang.String field,
long bit)
Clears a bit in a bit field
|
static boolean |
MXPropertyUtil.getBoolean(IMXPropertyGetterSetter holder,
java.lang.String prop) |
static java.util.Date |
MXPropertyUtil.getDate(IMXPropertyGetterSetter holder,
java.lang.String prop) |
static double |
MXPropertyUtil.getDouble(IMXPropertyGetterSetter holder,
java.lang.String prop) |
static float |
MXPropertyUtil.getFloat(IMXPropertyGetterSetter holder,
java.lang.String prop) |
static int |
MXPropertyUtil.getInt(IMXPropertyGetterSetter holder,
java.lang.String prop) |
static long |
MXPropertyUtil.getLong(IMXPropertyGetterSetter holder,
java.lang.String prop) |
static java.lang.String |
MXPropertyUtil.getString(IMXPropertyGetterSetter holder,
java.lang.String prop) |
static java.lang.String |
MXPropertyUtil.getString(IMXPropertyGetterSetter holder,
java.lang.String fld,
java.lang.String defValue) |
static boolean |
MXPropertyUtil.isBitSet(IMXPropertyGetterSetter from,
java.lang.String field,
long bit)
Tests if a bit is set in a bit field
|
static boolean |
MXPropertyUtil.setBit(IMXPropertyGetterSetter from,
java.lang.String field,
long bit)
Sets the BIT in a BIT field if the overall bit state changed
|
static void |
MXPropertyUtil.toggleBit(IMXPropertyGetterSetter from,
java.lang.String field,
long bit)
Toggles a bit in a bit field
|
static java.lang.String |
MXPropertyUtil.toStringProps(IMXPropertyGetterSetter from,
java.lang.String... props)
Given a UserPropertyHolder create a toString from the given properties
|
Modifier and Type | Class and Description |
---|---|
class |
SKDAMCrewSegmentInfo
Class to hold information about each segment.
|
Modifier and Type | Class and Description |
---|---|
class |
SKDSegmentInfo
Class to hold information about each segment.
|