Package | Description |
---|---|
com.github.wuic |
This package is the most general package of the WUIC library.
|
com.github.wuic.engine.core |
Modifier and Type | Method and Description |
---|---|
HeadEngine |
WorkflowTemplate.getHead()
Gets the
HeadEngine of this workflow. |
Constructor and Description |
---|
Workflow(HeadEngine head,
Map<NutType,? extends NodeEngine> c,
NutsHeap h,
NutDao... store)
Creates a new instance.
|
WorkflowTemplate(HeadEngine h,
Map<NutType,? extends NodeEngine> c,
NutDao... store)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheEngine
This class is an abstraction of an
engine
which reads from a cache the nuts associated to a workflow to be processed. |
class |
MemoryMapCacheEngine
|
class |
ScheduledCacheEngine
This abstract engine is able to clear its cache in a particular interval.
|
Copyright © 2012-2015. All Rights Reserved.