Package de.gmuth.overarch.domain
Class ContextBoundary
-
- All Implemented Interfaces:
public class ContextBoundary extends Node
-
-
Field Summary
Fields Modifier and Type Field Description private final Collection<Element>elementsprivate 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 ContextBoundary(Id id, String name, String desc, Collection<String> tags, Collection<Element> elements)
-
Method Summary
Modifier and Type Method Description final Collection<Element>getElements()-
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
-
ContextBoundary
ContextBoundary(Id id, String name, String desc, Collection<String> tags, Collection<Element> elements)
-
-
Method Detail
-
getElements
final Collection<Element> getElements()
-
-
-
-