Package | Description |
---|---|
com.flexganttfx.model |
Top-level model classes required for creating a Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
ActivityLink.LinkType |
ActivityLink.getType()
Returns the link type (S-S, S-E, E-S, E-E).
|
static ActivityLink.LinkType |
ActivityLink.LinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityLink.LinkType[] |
ActivityLink.LinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityLink.setType(ActivityLink.LinkType type)
Sets the link type (S-S, S-E, E-S, E-E).
|
Constructor and Description |
---|
ActivityLink(ActivityRef<A> sourceRef,
ActivityRef<A> targetRef,
ActivityLink.LinkType type)
Constructs a new activity link.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.