public interface Module<FLOW>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a human readable description of this module
|
FLOW |
getFlow(String name)
Returns a
Flow with this name. |
List<FLOW> |
getFlows()
Returns a
Map of this module's Flows |
String |
getName()
Returns the name of the module
|
String |
getUrl()
Returns the url of the module.
|
String |
getVersion()
Returns the runtime version of the module
|
void |
setDescription(String description)
Sets a human readable description of this module
|
void |
setUrl(String url)
Set the url of the module.
|
String getUrl()
void setUrl(String url)
String getVersion()
String getName()
List<FLOW> getFlows()
Map of this module's FlowsFlow using the Flow#getName() as keyFLOW getFlow(String name)
Flow with this name.
If no flow of this name exists then it returns null.Flow corresponding to the given nameString getDescription()
void setDescription(String description)
String - descriptionCopyright © 2007-2020 Ikasan. All Rights Reserved.