Package | Description |
---|---|
org.intellimate.izou.output | |
org.intellimate.izou.system.context |
Modifier and Type | Method and Description |
---|---|
void |
OutputManager.addOutputPlugin(OutputPluginModel<?,?> outputPlugin)
adds outputPlugin to outputPluginList, starts a new thread for the outputPlugin, and stores the future object in a HashMap
|
<T,X> List<CompletableFuture<X>> |
OutputManager.generateAllOutputExtensions(OutputPluginModel<T,X> outputPlugin,
T t,
EventModel event)
starts every associated OutputExtension
|
List<Identification> |
OutputManager.getAssociatedOutputExtension(OutputPluginModel<?,?> outputPlugin)
returns all the associated OutputExtensions
|
void |
OutputManager.removeOutputPlugin(OutputPluginModel outputPlugin)
removes the OutputPlugin and stops the thread
|
Modifier and Type | Method and Description |
---|---|
void |
ContextImplementation.OutputImpl.addOutputPlugin(OutputPluginModel outputPlugin)
adds outputPlugin to outputPluginList, starts a new thread for the outputPlugin, and stores the future object in a HashMap
|
void |
Output.addOutputPlugin(OutputPluginModel outputPlugin)
adds outputPlugin to outputPluginList, starts a new thread for the outputPlugin, and stores the future object in a HashMap
|
<T,X> List<CompletableFuture<X>> |
ContextImplementation.OutputImpl.generateAllOutputExtensions(OutputPluginModel<T,X> outputPlugin,
T t,
EventModel event)
starts every associated OutputExtension
|
<T,X> List<CompletableFuture<X>> |
Output.generateAllOutputExtensions(OutputPluginModel<T,X> outputPlugin,
T t,
EventModel event)
starts every associated OutputExtension
|
List<Identification> |
ContextImplementation.OutputImpl.getAssociatedOutputExtension(OutputPluginModel<?,?> outputPlugin)
returns all the associated OutputExtensions
|
List<Identification> |
Output.getAssociatedOutputExtension(OutputPluginModel<?,?> outputPlugin)
returns all the associated OutputExtensions
|
void |
ContextImplementation.OutputImpl.removeOutputPlugin(OutputPluginModel outputPlugin)
removes the OutputPlugin and stops the thread
|
void |
Output.removeOutputPlugin(OutputPluginModel outputPlugin)
removes the OutputPlugin and stops the thread
|
Copyright © 2016. All rights reserved.