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(de.unirostock.sems.xmlutils.ds.DocumentNode node)
Creates a change encoded in the
DocumentNode element
node . |
Change |
ChangeFactory.createChange(org.jdom2.Element node)
Creates a change encoded in the JDOM element
node . |
Change |
Change.hasChangeType(ComodiChangeType changeType)
Adds information about the type of this change.
|
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.
|
Copyright © 2015 SEMS project @ University of Rostock. All rights reserved.