Package de.gmuth.overarch.domain
Class ExternalSystem
-
- All Implemented Interfaces:
public class ExternalSystem extends System
-
-
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
-
Constructor Summary
Constructors Constructor Description ExternalSystem(Id id, String name, String desc)
-
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 de.gmuth.overarch.domain.System
sendsTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-