Package org.burningwave.graph
Class Config
java.lang.Object
org.burningwave.graph.Config
- All Implemented Interfaces:
Serializable
public class Config extends Object implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfig.Factorystatic classConfig.OnException -
Constructor Summary
Constructors Constructor Description Config() -
Method Summary
Modifier and Type Method Description Config[]getFunctions()StringgetIterableObject()StringgetLoopResult()StringgetMethod()StringgetName()Config.OnException[]getOnException()ConfiggetParent()StringgetThreadsNumber()IntegergetThreadsNumberAsInteger()booleanisAsync()voidsetAsync(boolean async)voidsetFunctions(Config[] functions)voidsetIterableObject(String iterableObject)voidsetLoopResult(String loopResult)voidsetMethod(String method)voidsetName(String name)voidsetOnException(Config.OnException[] onException)voidsetThreadsNumber(String threadsNumber)
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getName
-
setName
-
isAsync
public boolean isAsync() -
setAsync
public void setAsync(boolean async) -
getThreadsNumber
-
getThreadsNumberAsInteger
-
setThreadsNumber
-
getOnException
-
setOnException
-
getIterableObject
-
setIterableObject
-
getLoopResult
-
setLoopResult
-
getMethod
-
setMethod
-
getParent
-
getFunctions
-
setFunctions
-