Package | Description |
---|---|
ca.uqac.lif.dag |
A package for manipulating directed acyclic graphs (DAGs).
|
ca.uqac.lif.petitpoucet |
Package defining the core classes and interfaces for lineage tracking.
|
ca.uqac.lif.petitpoucet.function.vector |
Vector manipulation functions.
|
Modifier and Type | Method and Description |
---|---|
LabelledNode |
LabelledNode.duplicate(boolean with_state) |
Modifier and Type | Class and Description |
---|---|
class |
AndNode
Node representing a conjunction of two lineage graphs.
|
class |
OrNode
Node representing a disjunction of two lineage graphs.
|
class |
PartNode
Node whose label is a pair made of a part and an object.
|
class |
UnknownNode
A node representing an unknown lineage.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Filter.appendExplanation(LabelledNode root,
int j,
NodeFactory factory)
Appends to a node the explanation for the i-th element of the output.
|
Copyright © Sylvain HallĂ©. All Rights Reserved.