Package ptolemy.cg.lib
Class Profile.Connection
- java.lang.Object
-
- ptolemy.cg.lib.Profile.Connection
-
- Enclosing class:
- Profile
public static class Profile.Connection extends java.lang.Object
A named connection between an actor and a junction.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
actorName
The name of the actor to be connected.java.lang.String
junctionName
The name of the junction.
-
Constructor Summary
Constructors Constructor Description Connection()
-