Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • actorName

        public java.lang.String actorName
        The name of the actor to be connected.
      • junctionName

        public java.lang.String junctionName
        The name of the junction.
    • Constructor Detail

      • Connection

        public Connection()