public class SceneDeltaSet extends Object
Modifier and Type | Field and Description |
---|---|
static SceneDeltaSet |
NO_DELTA
A constant representing no change to a scene.
|
Constructor and Description |
---|
SceneDeltaSet()
Construct an empty scene delta set.
|
Modifier and Type | Method and Description |
---|---|
void |
addAll(SceneDeltaSet s)
Add all of the deltas from the given
delta set to this delta set in sorted order
from highest to lowest confidence.
|
void |
addDelta(SceneDelta d)
Add a scene delta to this set in sorted
order of confidence from highest to lowest.
|
Iterator |
deltas()
Return the deltas in sorted order from
highest confidence to lowest.
|
int |
getDeltaCount()
Return the number of deltas
contained in this set.
|
void |
removeDelta(SceneDelta d)
Remove a scene delta from this set.
|
String |
toString()
Print the contents of this delta set
in sorted order.
|
public static final SceneDeltaSet NO_DELTA
public void addDelta(SceneDelta d)
public void removeDelta(SceneDelta d)
public int getDeltaCount()
public Iterator deltas()
public void addAll(SceneDeltaSet s)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.