public abstract class SceneDelta extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SceneDelta.Additive
An additive version of the SceneDelta class.
|
static class |
SceneDelta.Subtractive
A subtractive version of the SceneDelta class.
|
Constructor and Description |
---|
SceneDelta() |
Modifier and Type | Method and Description |
---|---|
abstract void |
commit()
Commit the results of this delta to the scene.
|
abstract Iterator |
elements()
Entries that were added but are not the root.
|
abstract double |
getConfidence()
Get the confidence of the root of the delta.
|
abstract CompositeElement |
getRoot()
Root that was added
|
abstract void |
veto()
Remove this delta from the database.
|
public abstract CompositeElement getRoot()
public abstract Iterator elements()
public abstract void commit()
public abstract void veto()
public abstract double getConfidence()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.