Package | Description |
---|---|
org.kepler.provenance | |
org.kepler.provenance.sql | |
ptolemy.actor |
Executable entities.
|
ptolemy.actor.test |
The ptolemy.actor.test package.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Recording.regRelation(IORelation relation)
Register a relation.
|
boolean |
TextFileRecording.regRelation(IORelation relation)
Register a relation.
|
boolean |
XMLRecording.regRelation(IORelation relation)
Deprecated.
Register a relation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SQLRecording.regRelation(IORelation relation)
Register a relation.
|
boolean |
SQLRecordingV8.regRelation(IORelation relation)
Register a relation.
|
Modifier and Type | Class and Description |
---|---|
class |
TypedIORelation
This class overrides some of the methods in IORelation to ensure that
TypedIOPorts are only connected to TypedIOPorts.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,IORelation> |
CompositeActor._publisherRelations
Keep track of all relations with published ports accessible in this container.
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.Set<IORelation> |
RelationWidthInference._relationsWithUnspecifiedWidths(java.util.List<?> relationList)
Filter the relations for which the width still has to be inferred.
|
Modifier and Type | Method and Description |
---|---|
protected int |
IOPort._getInsideWidth(IORelation except)
Return the sums of the widths of the relations linked on the
inside, except the specified relation.
|
protected int |
SubscriptionAggregatorPort._getInsideWidth(IORelation except)
Override the base class to always return 1.
|
protected int |
IOPort._getOutsideWidth(IORelation except)
Return the sums of the widths of the relations linked on the
outside, except the specified relation.
|
protected Receiver[][] |
IOPort._getReceiversLinkedToGroup(IORelation relation,
int occurrence)
If the port is an input, return receivers that handle incoming
channels from the specified relation or any relation in its
relation group.
|
Receiver[][] |
IOPort.getReceivers(IORelation relation)
If the port is an input, return receivers that handle incoming
channels from the specified relation.
|
Receiver[][] |
IOPort.getReceivers(IORelation relation,
int occurrence)
If the port is an input, return receivers that handle incoming
channels from the specified relation.
|
Receiver[][] |
IOPort.getRemoteReceivers(IORelation relation)
If this port is an output, return the remote receivers that can
receive data from this port through the specified relation or
any relation in its relation group.
|
Modifier and Type | Class and Description |
---|---|
class |
TestTypedIORelation
Class for testing TypedIORelation
|