Class Person

  • All Implemented Interfaces:

    
    public class Person
    extends Node
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Person(Id id)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class de.gmuth.overarch.domain.Node

        buildRelId, calls, getExternal, getIncomingRels, getOutgoingRels, getPublishDirection, getPublishedQueues, getRels, getSprite, getSubscribeDirection, getSubscribedQueues, gets, publish, publish, publish, rel, rel, sends, setPublishDirection, setSubscribeDirection, subscribe, subscribe, subscribe
      • Methods inherited from class de.gmuth.overarch.domain.Element

        getDesc, getId, getName, getSubtype, getTags, getTech, getType, toString
      • Methods inherited from class java.lang.Object

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

      • Person

        Person(Id id)
    • Method Detail