Package | Description |
---|---|
org.geon | |
org.kepler.actor.io | |
org.kepler.hadoop.actor | |
ptolemy.actor.lib |
Polymorphic actor classes.
|
ptolemy.actor.lib.gui |
The ptolemy.actor.lib.gui package.
|
ptolemy.actor.lib.image |
Actors that manipulate images.
|
ptolemy.actor.lib.io |
The ptolemy.actor.lib.io package.
|
ptolemy.actor.lib.test |
The ptolemy.actor.lib.test package.
|
ptolemy.actor.process.test |
The ptolemy.actor.process.test package.
|
ptolemy.domains.sdf.optimize.lib |
The ptolemy.domains.sdf.optimize.lib package.
|
ptolemy.moml.filter |
MoML backward compatibility filters.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryFileWriter
This actor receives an array of bytes as an input and writes it to a file.
|
class |
FileWrite
This actor extends LineWriter by outputing the filename.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayOfRecordsWriter
Write an array of records to a table.
|
Modifier and Type | Class and Description |
---|---|
class |
HDFSWriter
This class write tokens to HDFS.
|
Modifier and Type | Class and Description |
---|---|
class |
Discard
A simple sink actor that consumes and discards input tokens.
|
class |
Exit
A simple sink actor that consumes and discards input tokens and
then calls System.exit() in wrapup.
|
class |
FileWriter
This actor reads tokens from any number of input channels and writes
their string values to the specified output file.
|
class |
NonStrictTest
This actor compares the inputs against the value specified by the
correctValues parameter.
|
class |
Pause
An actor that pauses execution of a model when it receives a true
token on any input channel.
|
class |
Recorder
Record all input tokens for later querying.
|
class |
Stop
An actor that stops execution of a model when it receives a true
token on any input channel.
|
class |
Test
This actor compares the inputs against the value specified by the
correctValues parameter.
|
class |
ThrowException
An actor that throws an IllegalActionException when it receives a true token
on any input channel.
|
class |
ThrowModelError
An actor that throws a model error when it receives a true token
on any input channel.
|
class |
TypeTest
An actor that can be used for regression test of the type resolution
system.
|
class |
Writer
Deprecated.
FileWriter actor replaces this.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorValue
Monitor inputs by setting the value parameter equal
to each arriving token.
|
class |
TimedMonitorValue
Monitor inputs by setting the value parameter equal
to each arriving token.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFieldContainerInterface.init(Sink sink)
Initiate .
|
void |
TextFieldContainerJavaSE.init(Sink sink)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageDisplay
Display an image on the screen using the ptolemy.media.Picture
class.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVWriter
This actor reads record-valued input tokens and writes them,
one line at a time, to a specified file, as comma-separated list
(or separated by some other delimiter given by the separator
parameter).
|
class |
ExpressionWriter
Deprecated.
Use TokenToExpression followed by LineWriter.
|
class |
LineWriter
This actor reads string-valued input tokens and writes them,
one line at a time, to a specified file.
|
Modifier and Type | Class and Description |
---|---|
class |
RecorderGeneral
Record all input tokens for later querying.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessSink
Base class for simple data sinks.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyDisplay
Class comments
A DummyDisplay is a simple sink implementing the BufferingProfile interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscardDoubles
A simple sink actor that consumes and discards double input tokens.
|
class |
DiscardDoublesArray
A simple sink actor that consumes and discards arrays of double input
tokens.
|
class |
DiscardGenerals
A simple sink actor that consumes and discards input tokens of type General.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorImage
Display image inputs in the icon.
|