Package | Description |
---|---|
com.dlsc.flexgantt.model.scheduling |
Contains supporting classes for basic scheduling operations
and constraint resolutions.
|
Modifier and Type | Method and Description |
---|---|
ConstraintType |
IConstraint.getConstraintType()
Returns the
ConstraintType which determines if the constraint is
a hard or a soft constraint. |
ConstraintType |
AbstractConstraint.getConstraintType() |
static ConstraintType |
ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IConstraint.setConstraintType(ConstraintType type)
Sets the
ConstraintType which determines if the constraint is a
hard or a soft constraint. |
void |
AbstractConstraint.setConstraintType(ConstraintType type) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.