Package | Description |
---|---|
org.geon | |
org.kepler.spark.type | |
ptolemy.actor.lib.gem5 |
Actors for integration of Ptolemy II with gem5 architectural simulator.
|
ptolemy.actor.lib.hoc |
Higher Order Component Classes.
|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.data.type |
The type system.
|
Modifier and Type | Method and Description |
---|---|
static java.sql.Connection |
OpenDBConnection.getConnection(RecordToken params)
Get a JDBC Connection from a database parameter token.
|
Constructor and Description |
---|
RecordValue(RecordToken recordToken)
Create a new RecordValue for a record token.
|
Modifier and Type | Method and Description |
---|---|
int |
Gem5Wrapper.SortByCommandTime.compare(RecordToken t1,
RecordToken t2)
Return the difference between time 1 and time2.
|
Modifier and Type | Method and Description |
---|---|
static RecordToken |
ModelUtilities.executeModel(CompositeActor model,
RecordToken args,
java.lang.String[] resultLabels)
This method takes model argument which is type of CompositeActor.
|
static RecordToken |
ModelUtilities.executeModel(java.net.URL url,
RecordToken args,
java.lang.String[] resultLabels)
This method takes a url specifying the model to be execute.
|
Modifier and Type | Method and Description |
---|---|
static RecordToken |
ModelUtilities.executeModel(CompositeActor model,
RecordToken args,
java.lang.String[] resultLabels)
This method takes model argument which is type of CompositeActor.
|
static RecordToken |
ModelUtilities.executeModel(java.net.URL url,
RecordToken args,
java.lang.String[] resultLabels)
This method takes a url specifying the model to be execute.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedRecordToken
A token that contains a set of label/token pairs.
|
Modifier and Type | Field and Description |
---|---|
static RecordToken |
RecordToken.EMPTY_RECORD
Empty Record.
|
Modifier and Type | Method and Description |
---|---|
protected RecordToken |
OrderedRecordToken._createRecordToken(java.lang.String[] labels,
Token[] values) |
protected RecordToken |
RecordToken._createRecordToken(java.lang.String[] labels,
Token[] values)
Create a new RecordToken.
|
static RecordToken |
RecordToken.merge(RecordToken token1,
RecordToken token2)
Return a new token created by merging the two specified tokens,
where preference is given to the first token when field labels
are the same.
|
Modifier and Type | Method and Description |
---|---|
static RecordToken |
RecordToken.merge(RecordToken token1,
RecordToken token2)
Return a new token created by merging the two specified tokens,
where preference is given to the first token when field labels
are the same.
|
Modifier and Type | Method and Description |
---|---|
static RecordToken |
UtilityFunctions.constants()
Return a record token that contains the names of all the
constants and their values.
|
static RecordToken |
Constants.constants()
Return a record representation of the constants.
|
static RecordToken |
UtilityFunctions.emptyRecord()
Return an empty record.
|
static RecordToken |
UtilityFunctions.getenv()
Get a variable from the environment.
|
Modifier and Type | Method and Description |
---|---|
static Token |
UtilityFunctions.intersect(RecordToken record1,
RecordToken record2)
Find the intersection of two records.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<RecordToken> |
RecordType.getTokenClass()
Return the class for tokens that this type represents.
|