Uses of Class
dev.archunitjava.report.GraphSnapshotQuery
Packages that use GraphSnapshotQuery
-
Uses of GraphSnapshotQuery in dev.archunitjava.report
Methods in dev.archunitjava.report that return GraphSnapshotQueryModifier and TypeMethodDescriptionstatic GraphSnapshotQueryGraphSnapshotQuery.artifacts(DependencyGraph graph, Map<? extends StableId, LocationId> mappings) GraphSnapshotQuery.excludingNodes(Collection<? extends StableId> nodes) GraphSnapshotQuery.includingKinds(DependencyKind... kinds) GraphSnapshotQuery.includingKinds(Collection<DependencyKind> kinds) GraphSnapshotQuery.includingNodes(Collection<? extends StableId> nodes) static GraphSnapshotQueryGraphSnapshotQuery.layers(DependencyGraph graph, Map<? extends StableId, LayerId> mappings) GraphSnapshotQuery.limitedBy(GraphSnapshotLimits value) static GraphSnapshotQueryGraphSnapshotQuery.members(DependencyGraph graph) static GraphSnapshotQueryGraphSnapshotQuery.modules(DependencyGraph graph, Map<? extends StableId, ModuleId> mappings) static GraphSnapshotQueryGraphSnapshotQuery.packages(DependencyGraph graph) GraphSnapshotQuery.retainingSelfEdges(boolean value) static GraphSnapshotQueryGraphSnapshotQuery.slices(DependencyGraph graph, Map<? extends StableId, SliceId> mappings) static GraphSnapshotQueryGraphSnapshotQuery.types(DependencyGraph graph)