Class | Description |
---|---|
AddPointToSVG |
This actor accepts a point and an SVG file and adds the point to the SVG
file.
|
BinaryFileReader |
This actor reads a file or URL and outputs its content as a bytes array.
|
BinaryFileWriter |
This actor receives an array of bytes as an input and writes it to a file.
|
BrowserDisplay |
This actor displays a file or a URL using the BrowserLauncher class.
|
CloseDBConnection |
This actor disconnect from a database.
|
ConstOnce | Deprecated
Use ptolemy.actor.lib.Const instead.
|
DatabaseAccessor |
A base class for actors that access JDBC databases.
|
DatabaseQuery |
This actor performs database queries against a specific database.
|
DBConnectionToken |
A token that contains a reference to a database connection.
|
DBConnectionToken.DBConnectionType |
The database connection type.
|
Diagrams |
This is a domain specific actor for processing Rock naming SVG diagrams.
|
DiagramTransitions |
This is a domain specific actor that holds all the information about rock
naming diagrams and the transtions between them.
|
Duplicator |
This actor takes as inputs a token and an integer number n and duplicates the
token n times.
|
ExecutionThread |
Thread for executing the Lidar processing.
|
FileCopy |
This actor copies a source file to a destination file and outputs the
destination file URL.
|
FileExists | |
FileToArray |
This actor reads a file or URL and outputs an array of the evaluations of all
lines read.
|
FileToString |
This actor reads a file or URL and outputs its content in a single string.
|
FileWrite |
This actor extends LineWriter by outputing the filename.
|
FilterUI |
This actor displays its input on a browser window and allows the user to
select and forward the desired selections to the output The input is accepted
as an array of strings.
|
FTPClient |
This actor serves as an interface for FTP operations (currently only upload
and download are supported).
|
GeonXMLUtil | |
Get2DPoint |
Get 2D classification point for rock classification.
|
GetPoint |
This is a domain specific actor used within the GEON mineral classifier for
calculating a calssification point given mineral composition and coordinate
names.
|
GridOverlay |
A template actor used in Gravity modeling design workflow.
|
Interpolate |
A grid interpolation actor.
|
InvokeService |
Invoking the service model
|
LidarJobConfig |
Thread for executing the Lidar processing.
|
LidarJobDB |
Thread for executing the Lidar processing.
|
LidarUtilities |
Thread for executing the Lidar processing.
|
LidarWorkflowExecute |
Creates and Invokes the lidar workflow on the fly from portlet inputs.
|
ModelService | Deprecated
This class is mostly duplicated by org.geon.LidarWorkflowExecute.
|
NextDiagram |
This is a domain specific actor used within the GEON mineral classification
workflow for choosing the next iteration's diagram.
|
OpenDBConnection |
This actor opens a database connection using the database format, database
URL, username and password, and sends a reference to it.
|
PointinPolygon |
This actor receives an array of polygon points and populates them in a
polygon object it also receives a classification point.
|
PointinPolygonXY |
This actor receives an array of polygons and regions and a classification
point.
|
PolygonUtil | |
RockSample | |
Scp |
FIXME
THIS ACTOR SHARES DUPLICATE CODE WITH Ssh2Exec.
|
Scp.MyUserInfo | |
ServerExecute |
Invoke the execution method of ModelService (Temporary until deployment).
|
StringToPolygon |
This actor reads a string and outputs an array of coordinates and a string of
region.
|
SVGConcat |
Concatanate several SVG files to a single file.
|
SVGToPolygon |
This actor converts an SVG file into polygon objects.
|
TempActor |
Produce a constant output once.
|
TernaryDiagram |
This actor reads a string and outputs an array of coordinates and a string of
region.
|
TokenToSeparateChannels |
Transmit each received token to a different consecutive output channel.
|
TokenToString |
Return the string representation of the input token.
|
TransitiveClosureDBQuery |
Receives a string query and a database connection reference.
|
URLExists |
Assert whether a given URL exists
|
ValidationThread |
Thread for validating the number of Lidar points with a user selected query
attributes.
|
WorkflowExecute | Deprecated
This class is mostly duplicated by org.geon.LidarWorkflowExecute.
|
XMLToADN |
This actor converts XML name-value pairs to ADN schema
|