Class Config

java.lang.Object
org.burningwave.graph.Config
All Implemented Interfaces:
Serializable

public class Config
extends Object
implements Serializable
See Also:
Serialized Form
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isAsync

      public boolean isAsync()
    • setAsync

      public void setAsync​(boolean async)
    • getThreadsNumber

      public String getThreadsNumber()
    • getThreadsNumberAsInteger

      public Integer getThreadsNumberAsInteger()
    • setThreadsNumber

      public void setThreadsNumber​(String threadsNumber)
    • getOnException

      public Config.OnException[] getOnException()
    • setOnException

      public void setOnException​(Config.OnException[] onException)
    • getIterableObject

      public String getIterableObject()
    • setIterableObject

      public void setIterableObject​(String iterableObject)
    • getLoopResult

      public String getLoopResult()
    • setLoopResult

      public void setLoopResult​(String loopResult)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod​(String method)
    • getParent

      public Config getParent()
    • getFunctions

      public Config[] getFunctions()
    • setFunctions

      public void setFunctions​(Config[] functions)