Package de.obqo.decycle.check
Interface Constraint
-
- All Known Implementing Classes:
CycleFree,DirectLayeringConstraint,LayeringConstraint,SlicedConstraint
public interface ConstraintAConstraintcan check whether allslicingsof aSlicingSourcefollow its rules. All detected rule violations can be retrieved withviolations(SlicingSource).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConstraint.Dependencystatic classConstraint.Violation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetShortString()java.util.List<Constraint.Violation>violations(SlicingSource slicingSource)
-
-
-
Method Detail
-
getShortString
java.lang.String getShortString()
-
violations
java.util.List<Constraint.Violation> violations(SlicingSource slicingSource)
-
-