Package coneforest.psylla.core
Class PsyProcess
- java.lang.Object
-
- coneforest.psylla.core.PsyProcess
-
- All Implemented Interfaces:
PsyConvertableToName,PsyConvertableToString,PsyObject
public class PsyProcess extends Object implements PsyObject
-
-
Constructor Summary
Constructors Constructor Description PsyProcess(PsyFormalDict oDict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PsyReaderpsyProcessError()PsyReaderpsyProcessReader()PsyWriterpsyProcessWriter()PsyIntegerpsyStatus()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Constructor Detail
-
PsyProcess
public PsyProcess(PsyFormalDict oDict) throws PsyException
- Throws:
PsyException
-
-
Method Detail
-
psyProcessReader
public PsyReader psyProcessReader()
-
psyProcessError
public PsyReader psyProcessError()
-
psyProcessWriter
public PsyWriter psyProcessWriter()
-
psyStatus
public PsyInteger psyStatus() throws PsyException
- Throws:
PsyException
-
-