public interface DatasetChanges
Modifier and Type | Method and Description |
---|---|
void |
change(QuadAction qaction,
Node g,
Node s,
Node p,
Node o)
A change has occurred
|
void |
finish()
Indicator that a sequence of changes has now finished
|
void |
reset()
Release any resources
|
void |
start()
Indicator that a sequence of changes is about to start
|
void start()
void change(QuadAction qaction, Node g, Node s, Node p, Node o)
QuadAction
void finish()
void reset()
Licenced under the Apache License, Version 2.0