Package de.obqo.decycle.check
Class CycleFree
- java.lang.Object
-
- de.obqo.decycle.check.CycleFree
-
- All Implemented Interfaces:
Constraint
public class CycleFree extends java.lang.Object implements Constraint
TheCycleFreeconstraintchecks that there are no cyclic dependencies between the slices of eachSlicingofSlicingSource.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.obqo.decycle.check.Constraint
Constraint.Violation
-
-
Constructor Summary
Constructors Constructor Description CycleFree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetShortString()java.util.List<Constraint.Violation>violations(SlicingSource slicingSource)
-
-
-
Method Detail
-
getShortString
public java.lang.String getShortString()
- Specified by:
getShortStringin interfaceConstraint
-
violations
public java.util.List<Constraint.Violation> violations(SlicingSource slicingSource)
- Specified by:
violationsin interfaceConstraint
-
-