public class UniversalRelationAcceptor extends Object implements DependencyRelationAcceptor
DependencyPathAcceptor
that accepts all links.Constructor and Description |
---|
UniversalRelationAcceptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(DependencyRelation relation)
Returns wether or not the given dependency relation should be accepted.
|
public boolean accept(DependencyRelation relation)
accept
in interface DependencyRelationAcceptor
relation
- the relation to evaluatetrue
if the relation is acceptable, false
otherwiseCopyright © 2012. All Rights Reserved.