Class SystemContext
java.lang.Object
ch.admin.bit.jeap.archrepo.docgen.SystemContext
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.SysteminthashCode()static SystemContextof(ch.admin.bit.jeap.archrepo.metamodel.ArchitectureModel model, ch.admin.bit.jeap.archrepo.metamodel.System system) toString()
-
Method Details
-
of
public static SystemContext of(ch.admin.bit.jeap.archrepo.metamodel.ArchitectureModel model, ch.admin.bit.jeap.archrepo.metamodel.System system) -
getSystemsInContext
-
getSystem
public ch.admin.bit.jeap.archrepo.metamodel.System getSystem() -
getConsumedRestApiRelations
-
getProducedEventRelations
-
getSentCommandRelations
-
getProvidedRestApiRelations
-
getConsumedEventRelations
-
getReceivedCommandRelations
-
equals
-
hashCode
public int hashCode() -
toString
-