Package | Description |
---|---|
spdfcore |
package contains components to build an application graph.
|
Modifier and Type | Class and Description |
---|---|
class |
Actor
Models an instance of an actor (a 'filter') - a node of SPDF graph.
|
class |
Modifier
Modifier - actor type that sets the parameter.
|
class |
Port
Port of an actor type ("filter" MIND object)
We reserve the term 'port' for class of links
sharing the same name, rate and function within the given actor type.
|
Modifier and Type | Field and Description |
---|---|
private Id |
PortRef.actorId
Actor to which the port belonge to
|
private Id |
Modifier.period |
private Id |
PortRef.portId
Port information
|
private Id |
Modifier.type |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<Id,Port> |
Graph.ports
Ports of the graph mapped by their ID
|
Modifier and Type | Method and Description |
---|---|
Id |
Id.cloneId() |
Modifier and Type | Method and Description |
---|---|
Port |
Graph.getPort(Id portId)
get port with given name and function
Port must exist!
|
boolean |
Graph.hasPort(Id portId)
check whether port with given name and function
is contained in the graph
|