Package org.burningwave.graph
Class Config
java.lang.Object
org.burningwave.graph.Config
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConfig[]getName()booleanisAsync()voidsetAsync(boolean async) voidsetFunctions(Config[] functions) voidsetIterableObject(String iterableObject) voidsetLoopResult(String loopResult) voidvoidvoidsetOnException(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
-