Package | Description |
---|---|
ptolemy.kernel |
Kernel classes that provide Entity, Port and Relations.
|
ptolemy.kernel.util |
Kernel utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected CrossRefList |
Port._insideLinks
The list of inside relations for this port.
|
protected CrossRefList |
Relation._linkList
The list of Ports and Relations that are linked to this Relation.
|
protected CrossRefList |
Port._relationsList
The list of relations for this port.
|
Modifier and Type | Method and Description |
---|---|
void |
CrossRefList.insertLink(int index,
CrossRefList farList)
Insert a link to the specified CrossRefList (farList) at
the specified position (index).
|
void |
CrossRefList.link(CrossRefList farList)
Link this list to a different CrossRefList (farList).
|
Constructor and Description |
---|
CrossRefList(java.lang.Object container,
CrossRefList originalList)
Create a new CrossRefList that is linked to the same
CrossRefLists as the original CrossRefList except that this
new one has a new container.
|