Class Projection<L extends Label>

java.lang.Object
org.variantsync.diffdetective.variation.tree.VariationNode<Projection<L>,L>
org.variantsync.diffdetective.variation.diff.Projection<L>
All Implemented Interfaces:
HasNodeType

public class Projection<L extends Label> extends VariationNode<Projection<L>,L>
A view of a DiffNode as variation node at a specific time.

See the project function in section 3.1 of our paper.

This class has to be instantiated using DiffNode.projection(org.variantsync.diffdetective.variation.diff.Time).

See Also: