|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclassycle.dependency.DependencyResult
public class DependencyResult
Result of a dependency check.
| Constructor Summary | |
|---|---|
DependencyResult(StringPattern startSet,
StringPattern finalSet,
java.lang.String statement,
AtomicVertex[] paths)
|
|
| Method Summary | |
|---|---|
StringPattern |
getFinalSet()
Returns the pattern describing the final set. |
AtomicVertex[] |
getPaths()
Returns the vertices of the paths of unwanted dependencies. |
StringPattern |
getStartSet()
Returns the pattern describing the start set. |
java.lang.String |
getStatement()
Returns the statement causing this result. |
boolean |
isOk()
Returns true if and only if getPaths() is empty. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DependencyResult(StringPattern startSet,
StringPattern finalSet,
java.lang.String statement,
AtomicVertex[] paths)
| Method Detail |
|---|
public boolean isOk()
true if and only if getPaths() is empty.
isOk in interface Resultpublic java.lang.String getStatement()
public StringPattern getFinalSet()
public AtomicVertex[] getPaths()
public StringPattern getStartSet()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||