public class SurveyDAG extends ArrayList<SurveyPath>
| Modifier and Type | Field and Description |
|---|---|
Survey |
survey |
modCount| Constructor and Description |
|---|
SurveyDAG(SurveyPath... paths) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static SurveyDAG |
getDag(Survey survey)
Returns the DAG for the provided survey.
|
static List<SurveyPath> |
getPaths(Survey s)
Returns paths through **blocks** in the survey.
|
int |
maximumPathLength() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizehashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, hashCodepublic Survey survey
public SurveyDAG(SurveyPath... paths)
public static SurveyDAG getDag(Survey survey)
survey - The survey whose DAG we want.public static List<SurveyPath> getPaths(Survey s)
s - The survey whose paths we want to enumeratepublic int maximumPathLength()
public boolean equals(Object o)
equals in interface Collection<SurveyPath>equals in interface List<SurveyPath>equals in class AbstractList<SurveyPath>Copyright © 2015. All rights reserved.