Package de.obqo.decycle.check
Class LayeringConstraint
- java.lang.Object
-
- de.obqo.decycle.check.SlicedConstraint
-
- de.obqo.decycle.check.LayeringConstraint
-
- All Implemented Interfaces:
Constraint
public class LayeringConstraint extends SlicedConstraint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.obqo.decycle.check.Constraint
Constraint.Dependency, Constraint.Violation
-
-
Constructor Summary
Constructors Constructor Description LayeringConstraint(java.lang.String sliceType, java.util.List<Layer> layers)
-
Method Summary
-
Methods inherited from class de.obqo.decycle.check.SlicedConstraint
getShortString, toString, violations
-
-
-
-
Constructor Detail
-
LayeringConstraint
public LayeringConstraint(java.lang.String sliceType, java.util.List<Layer> layers)
-
-