| Package | Description |
|---|---|
| edu.uta.cse.fireeye.common | |
| edu.uta.cse.fireeye.service.engine |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Relation> |
SUT.getRelations()
Gets a list of relations in the SUT.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SUT.addRelation(Relation relation)
Adds a relation into the SUT.
|
boolean |
Relation.contains(Relation r)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<int[]> |
CoverageChecker.getParamGroups(Relation relation) |