Package | Description |
---|---|
COM.TIBCO.hawk.config.rbengine.schedule |
Provides classes for creating and processing schedules used in the rulebases of TIBCO Hawk agents.
|
Modifier and Type | Method and Description |
---|---|
PeriodGroup |
Schedules.getPeriodGroup(java.lang.String name)
Returns a PeriodGroup of the specified name.
|
PeriodGroup[] |
Schedules.getPeriodGroups()
Returns a list of PeriodGroup in this Schedules.
|
Modifier and Type | Method and Description |
---|---|
void |
Schedules.addPeriodGroup(PeriodGroup periodGroup)
Adds a period group to the current list of PeriodGroup in this Schedules.
|
void |
Schedules.removePeriodGroup(PeriodGroup periodGroup)
Removes a period group from the current list of PeriodGroup in this Schedules.
|
void |
Schedules.setPeriodGroups(PeriodGroup[] periodGroups)
Replaces a list of PeriodGroup in this Schedules with the specified list.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.