Package de.obqo.decycle.check
Class DirectLayeringConstraint
- java.lang.Object
-
- de.obqo.decycle.check.SlicedConstraint
-
- de.obqo.decycle.check.DirectLayeringConstraint
-
- All Implemented Interfaces:
Constraint
public final class DirectLayeringConstraint extends SlicedConstraint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.obqo.decycle.check.Constraint
Constraint.Violation
-
-
Field Summary
-
Fields inherited from class de.obqo.decycle.check.SlicedConstraint
layers
-
-
Constructor Summary
Constructors Constructor Description DirectLayeringConstraint(String sliceType, List<Layer> layers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisViolatedBy(Edge edge)-
Methods inherited from class de.obqo.decycle.check.SlicedConstraint
containsBothNodes, getShortString, indexOf, nodesAreInTheSameOneOfLayer, nodesAreInWrongOrder, toString, violations
-
-
-
-
Method Detail
-
isViolatedBy
protected boolean isViolatedBy(Edge edge)
- Specified by:
isViolatedByin classSlicedConstraint
-
-