Package | Description |
---|---|
com.dlsc.flexgantt.model.scheduling |
Contains supporting classes for basic scheduling operations
and constraint resolutions.
|
Modifier and Type | Method and Description |
---|---|
BufferType |
IConstraint.getBufferType()
Returns the buffer type (=, <=, <, >, >=).
|
BufferType |
AbstractConstraint.getBufferType() |
static BufferType |
BufferType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferType[] |
BufferType.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.setBufferType(BufferType type)
Sets the buffer type (=, <=, <, >, >=).
|
void |
AbstractConstraint.setBufferType(BufferType type) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.