Package de.gmuth.overarch.domain
Class Person
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<Rel>relsprivate DirectionpublishDirectionprivate DirectionsubscribeDirectionprivate final Booleanexternalprivate final Stringspriteprivate final Ididprivate final Element.Typetypeprivate final Stringnameprivate final Stringdescprivate final Stringtechprivate final Stringsubtypeprivate final Collection<String>tags
-
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)
-
-
-
-