Constructor and Description |
---|
DependencyResult(StringPattern startSet,
StringPattern finalSet,
java.lang.String statement,
AtomicVertex[] paths) |
Modifier and Type | Method and Description |
---|---|
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() |
public DependencyResult(StringPattern startSet, StringPattern finalSet, java.lang.String statement, AtomicVertex[] paths)
public boolean isOk()
true
if and only if getPaths()
is empty.public java.lang.String getStatement()
public StringPattern getFinalSet()
public AtomicVertex[] getPaths()
public StringPattern getStartSet()
public java.lang.String toString()
toString
in class java.lang.Object