In addition to the involved entities described in {@link SourceCodeChange} an update has a
newEntity
that describes which entity changedEntity
becomesafter the update. newEntity
is taken from the right AST, i.e., new version.parentEntity
that describes in which entity changedEntity
isupdated. Speaking of an AST, parentEntity
describes the node in which changedEntity
is a child before and after the update. parentEntity
is taken from the left AST, i.e., old version. In case parentEntity
was inserted (see {@link SourceCodeChange}), it is taken from the right AST.This can be used to perform updates on several objects, or simply to act as a kind of easy-to-use DSL.
Specifies an addition, change, or deletion to KML data that has already been loaded using the specified URL. The
With
<Update> <targetHref>...<targetHref> <!-- URL --> <Change>...</Change> <Create>...</Create> <Delete>...</Delete> </Update>Contained By: @see :
This interface represents a SPARQL Update.
@author hasanUpdate
...
Update class.
@author dgreen @version $Id: $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|