| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| AbstractFilter — Class in package gugga.logging.filters |
|
Abstract filter. |
| accept(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.PreconditionsTask |
| |
| accept(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in interface gugga.tasks.helpers.IPreconditionsManager |
| |
| accept(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.helpers.PreconditionsManager |
| |
| acceptAll() — Method in class gugga.tasks.PreconditionsTask |
| |
| acceptAll() — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Every TaskManagerItem will accept for all of the
preconditions that are associated with it. |
| acceptAll() — Method in interface gugga.tasks.helpers.IPreconditionsManager |
| |
| acceptAll() — Method in class gugga.tasks.helpers.PreconditionsManager |
| |
| acceptAllPreconditions() — Method in class gugga.tasks.containers.taskManager.TaskManagerItem |
| |
| acceptEventSource(aEventSource) — Method in class gugga.tasks.PreconditionsTask |
| |
| acceptEventSource(aEventSource) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Every TaskManagerItem will accept for all of the
preconditions comming from the specified event source. |
| acceptEventSource(aEventSource) — Method in interface gugga.tasks.helpers.IPreconditionsManager |
| |
| acceptEventSource(aEventSource) — Method in class gugga.tasks.helpers.PreconditionsManager |
| |
| Accepting — Property in class gugga.tasks.PreconditionsTask |
| |
| Accepting — Property in class gugga.tasks.helpers.PreconditionsManager |
| |
| acceptPrecondition(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Every TaskManagerItem will accept for the specified
precondition. |
| acceptPrecondition(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.containers.taskManager.TaskManagerItem |
| |
| acceptPreconditionsByEventSource(aEventSource) — Method in class gugga.tasks.containers.taskManager.TaskManagerItem |
| |
| add(aObject) — Method in class gugga.collections.checkList.CheckList |
| |
| add(aKey, aValue) — Method in class gugga.collections.dictionary.Dictionary |
| |
| add(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.PreconditionsTask |
| |
| add(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in interface gugga.tasks.helpers.IPreconditionsManager |
| |
| add(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.helpers.PreconditionsManager |
| |
| addAll(list:gugga.logging.util:List) — Method in interface gugga.logging.util.List |
|
Adds all items to the list. |
| addAll(list:gugga.logging.util:List) — Method in class gugga.logging.util.Vector |
|
|
| addElement(aElement) — Method in class gugga.collections.objectSet.ObjectSet |
| |
| addFinalPrecondition(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Adds precondition to the final preconditions list. |
| addFinalPreconditions(aPreconditions) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Adds preconditions to the final preconditions list. |
| addFixedPartItem(aItem:gugga.tasks:IProgressiveTask, aPercentagePart) — Method in class gugga.tasks.containers.ProgressMonitor |
|
Adds a prepared IProgressiveTask to the ProgressMonitor, which will reserve
a certain part of the progressing interval for itself. |
| addFixedPartTask(aTask:gugga.tasks:ITask, aPercentagePart) — Method in class gugga.tasks.containers.ProgressMonitor |
|
Adds a single task to the ProgressMonitor, which will reserve
a certain part of the progressing interval for itself. |
| addItem(o) — Method in interface gugga.logging.util.List |
|
Adds the specified item to the list. |
| addItem(o) — Method in class gugga.logging.util.Vector |
|
|
| addItem(aItem:gugga.tasks:IProgressiveTask) — Method in class gugga.tasks.containers.ProgressMonitor |
|
Adds a prepared IProgressiveTask to the ProgressMonitor. |
| addItems(aItems) — Method in class gugga.tasks.containers.ProgressMonitor |
|
Adds the specified items to the ProgressMonitor. |
| addPrecondition(aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.containers.taskManager.TaskManagerItem |
| |
| addPropertyChangeListener(listener:gugga.logging.events:IPropertyChangeListener) — Method in class gugga.logging.LogManager |
|
Registers a property change listener with the log manager. |
| addPublisher(publisher:gugga.logging:IPublisher) — Method in class gugga.logging.Logger |
|
Adds a publisher for this logger to receive logging messages. |
| addStartingTask(aTask:gugga.tasks:ITask) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
addStartingTasks(aTask : ITask) will create and add new
TaskManagerItem item to the TaskManager and
exception will be raised if the specified task is already associated
with existing TaskManagerItem. |
| addStartingTasks(aTasks) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
addStartingTasks(aTasks : Array) will create and add new
TaskManagerItem items to the TaskManager and
exception will be raised if any of the specified tasks is already
associated with existing TaskManagerItem. |
| addTask(aTask:gugga.tasks:ITask) — Method in class gugga.tasks.containers.ProgressMonitor |
|
Adds a single task to the ProgressMonitor. |
| addTask(aTask:gugga.tasks:ITask) — Method in class gugga.tasks.containers.TaskSequence |
| |
| addTaskAfter(aTargetTask:gugga.tasks:ITask, aTask:gugga.tasks:ITask) — Method in class gugga.tasks.containers.TaskSequence |
| |
| addTaskBefore(aTargetTask:gugga.tasks:ITask, aTask:gugga.tasks:ITask) — Method in class gugga.tasks.containers.TaskSequence |
| |
| addTaskPrecondition(aTask:gugga.tasks:ITask, aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Adds the specified precondition to the associated with the specified
task TaskManagerItem. |
| addTaskPreconditions(aTask:gugga.tasks:ITask, aPreconditions) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Adds the specified preconditions to the associated with the specified
task TaskManagerItem. |
| addTaskPredecessor(aTask:gugga.tasks:ITask, aPredecessor:gugga.tasks:ITask) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Analogous to the addTaskWithPredecessor() method. |
| addTaskPredecessors(aTask:gugga.tasks:ITask, aPredecessors) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
Analogous to the addTaskWithPredecessors() method. |
| addTaskWithPrecondition(aTask:gugga.tasks:ITask, aPrecondition:gugga.eventHelpers:EventDescriptor) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
If no TaskManagerItem is associated with the specified
task, the method will add new TaskManagerItem to the
TaskManager. |
| addTaskWithPreconditions(aTask:gugga.tasks:ITask, aPreconditions) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
If no TaskManagerItem is associated with the specified
task, the method will add a new TaskManagerItem to the
TaskManager. |
| addTaskWithPredecessor(aTask:gugga.tasks:ITask, aPredecessor:gugga.tasks:ITask) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
If no TaskManagerItem is associated with the specified
task, the method will add a new TaskManagerItem to the
TaskManager. |
| addTaskWithPredecessors(aTask:gugga.tasks:ITask, aPredecessors) — Method in class gugga.tasks.containers.taskManager.TaskManager |
|
If no TaskManagerItem is associated with the specified
task, the method will add a new TaskManagerItem to the
TaskManager. |
| ALL — Static property in class gugga.logging.Level |
|
ALL indicates that all messages should be logged
|
| AnonymousTask — Class in package gugga.tasks |
| |
| AnonymousTask(aMethod, aArguments, aThisObject) — Constructor in class gugga.tasks.AnonymousTask |
| |
| arrayToString(aArray) — Static method in class gugga.utils.CollectionUtility |
| |
| Assertion — Class in package gugga.debug |
|
|
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |