Package | Description |
---|---|
de.unirostock.sems.comodi |
Modifier and Type | Method and Description |
---|---|
Change |
Change.addAnnotation(org.apache.jena.rdf.model.Property predicate,
org.apache.jena.rdf.model.RDFNode object)
Adds another custom annotation describing this change.
|
Change |
Change.affects(ComodiTarget target)
Adds information about the target that is affected by this change.
|
Change |
Change.appliesTo(ComodiXmlEntity entity)
Adds information about the XML entity that this change was applied to.
|
Change |
ChangeFactory.createChange(String subjectId)
Creates a change encoded the subject with
subjectId . |
protected Change |
ChangeFactory.createChange(String subjectId,
String type)
Creates a new Change object for a subject.
|
Change |
ChangeFactory.createDeletion(String subjectId)
Creates a deletion encoded the subject with
subjectId . |
Change |
ChangeFactory.createInsertion(String subjectId)
Creates a insertion encoded the subject with
subjectId . |
Change |
ChangeFactory.createMove(String subjectId)
Creates a move encoded the subject with
subjectId . |
Change |
ChangeFactory.createPermutationOfEntities(String subjectId)
Creates a permutation of entities (move) encoded the subject with
subjectId . |
Change |
ChangeFactory.createUpdate(String subjectId)
Creates a update encoded the subject with
subjectId . |
Change |
Change.hasIntention(ComodiIntention intention)
Adds information about the intention of this change.
|
Change |
Change.hasReason(ComodiReason reason)
Adds information about the reason of this change.
|
Change |
Change.wasTriggeredBy(String nodeId)
Links to a change that triggered this change.
|
Modifier and Type | Method and Description |
---|---|
List<Change> |
ChangeFactory.getChanges()
Gets all registered changes.
|
Copyright © 2017 SEMS project @ University of Rostock. All rights reserved.