Uses of Enum Class
dev.archunitjava.report.ReportDomain
Packages that use ReportDomain
-
Uses of ReportDomain in dev.archunitjava.report
Subclasses with type arguments of type ReportDomain in dev.archunitjava.reportModifier and TypeClassDescriptionenumSupported node-collapse domains for renderer-independent graph snapshots.Methods in dev.archunitjava.report that return ReportDomainModifier and TypeMethodDescriptionSnapshotQueryMetadata.domain()Returns the value of thedomainrecord component.static ReportDomainReturns the enum constant of this class with the specified name.static ReportDomain[]ReportDomain.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.report with parameters of type ReportDomainModifierConstructorDescriptionSnapshotQueryMetadata(ReportDomain domain, List<String> includedKinds, List<String> includedNodeIds, List<String> excludedNodeIds, boolean retainSelfEdges, int mappingCount, int sourceNodeCount, int sourceEdgeCount, int mappedSourceNodeCount, int matchedNodeCount, int matchedEdgeCount, int omittedNodeCount, int omittedEdgeCount, int omittedEvidenceCount, GraphSnapshotLimits limits) Creates an instance of aSnapshotQueryMetadatarecord class.