Class ComponentContext
java.lang.Object
ch.admin.bit.jeap.archrepo.docgen.ComponentContext
The context of a system component, contains the component itself and relations to its direct neighbors
-
Method Summary
Modifier and TypeMethodDescriptionbooleanch.admin.bit.jeap.archrepo.metamodel.system.SystemComponentinthashCode()static ComponentContextof(ch.admin.bit.jeap.archrepo.metamodel.ArchitectureModel model, ch.admin.bit.jeap.archrepo.metamodel.system.SystemComponent systemComponent) toString()
-
Method Details
-
of
public static ComponentContext of(ch.admin.bit.jeap.archrepo.metamodel.ArchitectureModel model, ch.admin.bit.jeap.archrepo.metamodel.system.SystemComponent systemComponent) -
getComponentsInContext
-
getProducedEventsGroupedByEvent
-
getSentCommandsGroupedByCommand
-
getConsumedEventsGroupedByEvent
-
getReceivedCommandsGroupedByCommand
-
getProvidedRestApiRelationsGroupedByPath
-
getSystemComponent
public ch.admin.bit.jeap.archrepo.metamodel.system.SystemComponent getSystemComponent() -
getOpenApiSpecUrl
-
getConsumedRestApiRelations
-
getProducedEventRelations
-
getSentCommandRelations
-
getProvidedRestApiRelations
-
getProvidedRestApiRelationViews
-
getConsumedEventRelations
-
getReceivedCommandRelations
-
equals
-
hashCode
public int hashCode() -
toString
-