cb.petal
Class Processor

java.lang.Object
  |
  +--cb.petal.PetalObject
        |
        +--cb.petal.QuidObject
              |
              +--cb.petal.Processor
All Implemented Interfaces:
java.lang.Cloneable, PetalNode, java.io.Serializable

public class Processor
extends QuidObject

Represents Processor object

Version:
$Id: Processor.java,v 1.8 2001/06/22 09:10:36 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class cb.petal.PetalObject
EMPTY, params
 
Constructor Summary
Processor()
           
Processor(PetalNode parent, java.util.Collection params)
           
 
Method Summary
 void accept(Visitor v)
           
 java.lang.String getCharacteristics()
           
 List getConnections()
           
 java.lang.String getDocumentation()
           
 java.lang.String getNameParameter()
           
 List getProcesses()
           
 java.lang.String getScheduling()
           
 void setCharacteristics(java.lang.String o)
           
 void setConnections(List o)
           
 void setDocumentation(java.lang.String o)
           
 void setNameParameter(java.lang.String o)
           
 void setProcesses(List o)
           
 void setScheduling(java.lang.String o)
           
 
Methods inherited from class cb.petal.QuidObject
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
 
Methods inherited from class cb.petal.PetalObject
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Processor

public Processor(PetalNode parent,
                 java.util.Collection params)

Processor

public Processor()
Method Detail

setNameParameter

public void setNameParameter(java.lang.String o)

getNameParameter

public java.lang.String getNameParameter()

getDocumentation

public java.lang.String getDocumentation()

setDocumentation

public void setDocumentation(java.lang.String o)

getConnections

public List getConnections()

setConnections

public void setConnections(List o)

getCharacteristics

public java.lang.String getCharacteristics()

setCharacteristics

public void setCharacteristics(java.lang.String o)

getScheduling

public java.lang.String getScheduling()

setScheduling

public void setScheduling(java.lang.String o)

getProcesses

public List getProcesses()

setProcesses

public void setProcesses(List o)

accept

public void accept(Visitor v)
Overrides:
accept in class PetalObject