Uses of Enum Class
dev.archunitjava.projection.ProjectionDomain
Packages that use ProjectionDomain
-
Uses of ProjectionDomain in dev.archunitjava.metrics
Methods in dev.archunitjava.metrics that return ProjectionDomainModifier and TypeMethodDescriptionDependencyMetricReport.domain()Returns the value of thedomainrecord component.MetricSystemId.domain()Returns the value of thedomainrecord component.Methods in dev.archunitjava.metrics with parameters of type ProjectionDomainModifier and TypeMethodDescriptionstatic DependencyMetricReportDependencyMetricReport.of(ProjectionDomain domain, List<ComponentDependencyMetrics> components, CumulativeDependencyMetrics cumulative) CumulativeDependencyMetrics.samples(ProjectionDomain domain) Constructors in dev.archunitjava.metrics with parameters of type ProjectionDomainModifierConstructorDescriptionDependencyMetricReport(ProjectionDomain domain, List<ComponentDependencyMetrics> components, CumulativeDependencyMetrics cumulative, List<MetricSample> samples) Creates an instance of aDependencyMetricReportrecord class.MetricSystemId(ProjectionDomain domain) Creates an instance of aMetricSystemIdrecord class. -
Uses of ProjectionDomain in dev.archunitjava.projection
Subclasses with type arguments of type ProjectionDomain in dev.archunitjava.projectionModifier and TypeClassDescriptionenumTarget identity domain for one deterministic graph projection.Methods in dev.archunitjava.projection that return ProjectionDomainModifier and TypeMethodDescriptionProjectionPlan.domain()Returns the value of thedomainrecord component.ProjectionResult.domain()Returns the value of thedomainrecord component.static ProjectionDomainReturns the enum constant of this class with the specified name.static ProjectionDomain[]ProjectionDomain.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.projection with parameters of type ProjectionDomainModifierConstructorDescriptionProjectionPlan(ProjectionDomain domain, List<ProjectionNodeMapping> explicitMappings, Set<DependencyKind> includedKinds, Map<DependencyKind, DependencyKind> kindRelabeling, boolean retainSelfEdges, List<ProjectionEdgeSelector> excludedEdges) Creates an instance of aProjectionPlanrecord class.ProjectionResult(ProjectionDomain domain, DependencyGraph graph, List<DroppedProjectionEdge> droppedEdges) Creates an instance of aProjectionResultrecord class.