public class Processor extends QuidObject
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
Processor() |
Processor(PetalNode parent,
Collection params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
String |
getCharacteristics() |
List |
getConnections() |
String |
getDocumentation() |
String |
getNameParameter() |
List |
getProcesses() |
String |
getScheduling() |
void |
setCharacteristics(String o) |
void |
setConnections(List o) |
void |
setDocumentation(String o) |
void |
setNameParameter(String o) |
void |
setProcesses(List o) |
void |
setScheduling(String o) |
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
public Processor(PetalNode parent, Collection params)
public Processor()
public void setNameParameter(String o)
public String getNameParameter()
public String getDocumentation()
public void setDocumentation(String o)
public List getConnections()
public void setConnections(List o)
public String getCharacteristics()
public void setCharacteristics(String o)
public String getScheduling()
public void setScheduling(String o)
public List getProcesses()
public void setProcesses(List o)
Copyright © 2018 BITPlan GmbH. All rights reserved.