ptolemy.kernel
Class CompositeEntity.LinkRecord

java.lang.Object
  extended by ptolemy.kernel.CompositeEntity.LinkRecord
Enclosing class:
CompositeEntity

private static class CompositeEntity.LinkRecord
extends java.lang.Object

A data structure for level-crossing links.


Field Summary
 int index
           
 Port port
           
 Relation relation1
           
 Relation relation2
           
 
Constructor Summary
private CompositeEntity.LinkRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

public Port port

relation1

public Relation relation1

relation2

public Relation relation2

index

public int index
Constructor Detail

CompositeEntity.LinkRecord

private CompositeEntity.LinkRecord()