public final class IncidentTreeImpl extends Object implements IncidentTree
| Constructor and Description |
|---|
IncidentTreeImpl(List<Incident> incidents,
List<IncidentTree> descendants) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<IncidentTree> |
getDescendants()
Return all incidents of the job's descendants.
|
List<Incident> |
getIncidents()
Return the incidents of the job associated with this tree.
|
int |
hashCode() |
public IncidentTreeImpl(List<Incident> incidents, List<IncidentTree> descendants)
public List<Incident> getIncidents()
IncidentTreegetIncidents in interface IncidentTreepublic List<IncidentTree> getDescendants()
IncidentTreegetDescendants in interface IncidentTreeCopyright © 2009–2021 Opencast Project. All rights reserved.