|
Class Summary |
| PHXAppearance |
This is a utility class for holding appearance properties. |
| PHXBoolean |
The Phoenix type for booleans. |
| PHXBooleanArray |
Class wraps an array of PHXBoolean variables
for the ScriptWrapper utility. |
| PHXDataCollector |
A class for Driver Components to tell ModelCenter what to do with the
DataCollector while the component is running. |
| PHXDouble |
The Phoenix type for doubles. |
| PHXDoubleArray |
Class wraps an array of PHXDouble variables
for the ScriptWrapper utility. |
| PHXFile |
Internal data type used for certain types of files. |
| PHXGeometry |
The Phoenix type for geometry. |
| PHXGeomInfo |
this is a utility class that mirrors the structures in ModelCenter. |
| PHXInteger |
Deprecated. |
| PHXLong |
The Phoenix type for longs. |
| PHXLongArray |
Class wraps an array of PHXLong variables
for the ScriptWrapper utility. |
| PHXMassProperties |
This is a utility class for holding mass property information. |
| PHXObjectArray |
Placeholder for an array of any random Java Object. |
| PHXOrientation |
This is a utility class for holding orientation information. |
| PHXRawFile |
The Phoenix type for Files. |
| PHXRawFileArray |
Wraps an array of PHXRawFile variables
for the ScriptWrapper utility. |
| PHXRefArrayProperty |
This is a class for holding properties of a reference
object
type: String
enumValues: String[]
description: String
title: String
input: boolean
where type may be any of the following:
"long"
"double"
"boolean"
"string"
|
| PHXReference |
The Phoenix type for references. |
| PHXReferenceArray |
The Phoenix type for references. |
| PHXRefProperty |
This is a class for holding properties of a reference
object
type: String
enumValues: String[]
description: String
title: String
input: boolean
where type may be any of the following:
"long"
"double"
"boolean"
"string"
|
| PHXScriptObject |
The PHX type for object variables. |
| PHXSimpleArray |
This class enables components to create resizeable
arrays where the number of dimensions is variable
as well as the size of each dimension. |
| PHXSimpleType |
A base class for most Phoenix data types. |
| PHXString |
The Phoenix type for Strings. |
| PHXStringArray |
Class wraps an array of PHXString variables
for the ScriptWrapper utility. |
| PHXTypeFactory |
A class for creating variables |