Interface SliceAssignment
-
- All Superinterfaces:
HasDescription
@PublicAPI(usage=INHERITANCE) public interface SliceAssignment extends HasDescription
A mappingJavaClass->SliceIdentifierwhich defines how to partition a set ofJavaClassesintoSlices. All classes that are mapped to the sameSliceIdentifierwill belong to the sameSlice.
ASliceAssignmentmust provide a description to be used for the rule text of a rule formed viaSlicesRuleDefinition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SliceIdentifiergetIdentifierOf(JavaClass javaClass)-
Methods inherited from interface com.tngtech.archunit.base.HasDescription
getDescription
-
-
-
-
Method Detail
-
getIdentifierOf
SliceIdentifier getIdentifierOf(JavaClass javaClass)
-
-