| Constructor and Description |
|---|
DependencyResult(StringPattern startSet,
StringPattern finalSet,
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.
|
String |
getStatement()
Returns the statement causing this result.
|
boolean |
isOk()
Returns
true if and only if getPaths() is empty. |
String |
toString() |
public DependencyResult(StringPattern startSet, StringPattern finalSet, String statement, AtomicVertex[] paths)
public boolean isOk()
true if and only if getPaths() is empty.public String getStatement()
public StringPattern getFinalSet()
public AtomicVertex[] getPaths()
public StringPattern getStartSet()
Copyright © 2014. All rights reserved.