public abstract class AbstractReferencePointsBuilder<T extends AbstractReferencePoints<T>> extends Object
| Constructor and Description |
|---|
AbstractReferencePointsBuilder(boolean[] pointsToCheck) |
| Modifier and Type | Method and Description |
|---|---|
T |
build() |
protected abstract T |
create(int[] points) |
protected abstract int |
indexFromBasicReferencePoint(io.repseq.core.BasicReferencePoint point) |
void |
setPosition(ReferencePoint referencePoint,
int position) |
void |
setPositionsFrom(AbstractReferencePoints points) |
public AbstractReferencePointsBuilder(boolean[] pointsToCheck)
protected abstract T create(int[] points)
protected abstract int indexFromBasicReferencePoint(io.repseq.core.BasicReferencePoint point)
public void setPosition(ReferencePoint referencePoint, int position)
public void setPositionsFrom(AbstractReferencePoints points)
public T build()
Copyright © 2017. All rights reserved.