| Modifier and Type | Field and Description |
|---|---|
static List<String> |
processorIds |
| Constructor and Description |
|---|
Graph() |
Graph(Element graphElem,
Metadata staticMetadata) |
public Graph(Element graphElem, Metadata staticMetadata) throws WorkflowException
WorkflowExceptionpublic Graph()
public Graph getParent()
public void setParent(Graph parent)
parent - the parent to setpublic void setChildren(List<Graph> children)
children - the children to setpublic String getModelIdRef()
public void setModelIdRef(String modelIdRef)
modelIdRef - the modelIdRef to setpublic String getModelId()
public void setModelId(String modelId)
modelId - the modelId to setpublic String getModelName()
public void setModelName(String modelName)
modelName - the modelName to setpublic String getAlias()
public void setAlias(String alias)
alias - the alias to setpublic String getExecutionType()
public void setExecutionType(String executionType)
executionType - the executionType to setpublic String getMinReqSuccessfulSubProcessors()
public void setMinReqSuccessfulSubProcessors(String minReqSuccessfulSubProcessors)
minReqSuccessfulSubProcessors - the minReqSuccessfulSubProcessors to setpublic String getClazz()
public void setClazz(String clazz)
clazz - the clazz to setpublic WorkflowTask getTask()
public void setTask(WorkflowTask task)
task - the task to setpublic WorkflowCondition getCond()
public void setCond(WorkflowCondition cond)
cond - the cond to setpublic ParentChildWorkflow getWorkflow()
public void setWorkflow(ParentChildWorkflow workflow)
workflow - the workflow to setpublic long getTimeout()
public void setTimeout(long timeout)
timeout - the timeout to setpublic boolean isOptional()
public void setOptional(boolean optional)
optional - the optional to setpublic boolean isCondition()
cond isn't null, false otherwise.public boolean isWorkflow()
workflow isn't null, false othewise.public boolean isTask()
task isn't null, false otherwise.Copyright © 1999–2017 Apache OODT. All rights reserved.