cb.petal
Class Process
java.lang.Object
|
+--cb.petal.PetalObject
|
+--cb.petal.QuidObject
|
+--cb.petal.Process
- All Implemented Interfaces:
- java.lang.Cloneable, PetalNode, java.io.Serializable
- public class Process
- extends QuidObject
Represents Process object
- Version:
- $Id: Process.java,v 1.8 2001/06/22 09:10:36 dahm Exp $
- Author:
- M. Dahm
- See Also:
- Serialized Form
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 |
Process
public Process(PetalNode parent,
java.util.Collection params)
Process
public Process()
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)
getStereotype
public java.lang.String getStereotype()
setStereotype
public void setStereotype(java.lang.String o)
getPriority
public java.lang.String getPriority()
setPriority
public void setPriority(java.lang.String o)
accept
public void accept(Visitor v)
- Overrides:
accept
in class PetalObject