public class ExampleSystem extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
ExampleSystem()
Construct the graph.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Create an Example System, then print it out.
|
java.lang.String |
printConnectedPorts(ComponentPort p)
Print the connected ports for a given ComponentPort.
|
java.lang.String |
printDeepConnectedPorts(ComponentPort p)
Print the deeply connected ports for a given
ComponentPort.
|
java.lang.String |
printDeepLinkedPorts(ComponentRelation r)
Print the deeply linked ports for a given
ComponentRelation.
|
java.lang.String |
printLinkedPorts(ComponentRelation r)
Print the linked ports for a given ComponentRelation.
|
java.lang.String |
toString()
Return the results as a String.
|
public CompositeEntity e0
public CompositeEntity e3
public CompositeEntity e4
public CompositeEntity e7
public CompositeEntity e10
public ComponentEntity e1
public ComponentEntity e2
public ComponentEntity e5
public ComponentEntity e6
public ComponentEntity e8
public ComponentEntity e9
public ComponentPort p0
public ComponentPort p1
public ComponentPort p2
public ComponentPort p3
public ComponentPort p4
public ComponentPort p5
public ComponentPort p6
public ComponentPort p7
public ComponentPort p8
public ComponentPort p9
public ComponentPort p10
public ComponentPort p11
public ComponentPort p12
public ComponentPort p13
public ComponentPort p14
public ComponentRelation r1
public ComponentRelation r2
public ComponentRelation r3
public ComponentRelation r4
public ComponentRelation r5
public ComponentRelation r6
public ComponentRelation r7
public ComponentRelation r8
public ComponentRelation r9
public ComponentRelation r10
public ComponentRelation r11
public ComponentRelation r12
public ExampleSystem() throws IllegalActionException, NameDuplicationException
NameDuplicationException
- if the example system cannot
be built because of a duplicate nameIllegalActionException
- if the example system cannot
be built.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String printLinkedPorts(ComponentRelation r)
r
- Print the linked ports for this relation.Relation.linkedPortList()
public java.lang.String printDeepLinkedPorts(ComponentRelation r)
r
- Print the deeply linked ports for this
relation.ComponentRelation.deepLinkedPortList()
public java.lang.String printConnectedPorts(ComponentPort p)
p
- Print the connected ports for this Port.Port.connectedPortList()
public java.lang.String printDeepConnectedPorts(ComponentPort p)
p
- Print the deeply connected ports for this Port.ComponentPort.deepConnectedPortList()
public static void main(java.lang.String[] args) throws NameDuplicationException, IllegalActionException
NameDuplicationException
- if the example system cannot
be built because of a duplicate nameIllegalActionException
- if the example system cannot
be built.