Package | Description |
---|---|
de.unirostock.sems.bives.algorithm | |
de.unirostock.sems.bives.algorithm.general | |
de.unirostock.sems.bives.api | |
de.unirostock.sems.bives.ds |
Modifier and Type | Field and Description |
---|---|
protected SimpleConnectionManager |
Interpreter.conMgmt
The connection manager.
|
protected SimpleConnectionManager |
Connector.conMgmt
The connection manager, holding node-mappings.
|
protected SimpleConnectionManager |
Producer.conMgmt
The connection manager.
|
Modifier and Type | Method and Description |
---|---|
SimpleConnectionManager |
Connector.getConnections()
Gets the connections.
|
SimpleConnectionManager |
SimpleConnectionManager.intersection(SimpleConnectionManager cmgmt)
Create a ConnectionManager that contains only connections from this ConnectionManager and_another instance.
|
SimpleConnectionManager |
SimpleConnectionManager.setDiff(SimpleConnectionManager cmgmt)
Create a ConnectionManager that contains only connections from this ConnectionManager which are not included in another instance.
|
SimpleConnectionManager |
SimpleConnectionManager.symDiff(SimpleConnectionManager cmgmt)
Create a ConnectionManager that contains only connections from this ConnectionManager and another instance and are not included in both managers.
|
SimpleConnectionManager |
SimpleConnectionManager.union(SimpleConnectionManager cmgmt)
Create a ConnectionManager that combines all connections from this ConnectionManager and another instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Producer.init(SimpleConnectionManager conMgmt,
de.unirostock.sems.xmlutils.ds.TreeDocument docA,
de.unirostock.sems.xmlutils.ds.TreeDocument docB)
Initializes the producer.
|
SimpleConnectionManager |
SimpleConnectionManager.intersection(SimpleConnectionManager cmgmt)
Create a ConnectionManager that contains only connections from this ConnectionManager and_another instance.
|
MarkupElement |
DiffReporter.reportModification(SimpleConnectionManager conMgmt,
DiffReporter docA,
DiffReporter docB)
Report as a modification.
|
SimpleConnectionManager |
SimpleConnectionManager.setDiff(SimpleConnectionManager cmgmt)
Create a ConnectionManager that contains only connections from this ConnectionManager which are not included in another instance.
|
SimpleConnectionManager |
SimpleConnectionManager.symDiff(SimpleConnectionManager cmgmt)
Create a ConnectionManager that contains only connections from this ConnectionManager and another instance and are not included in both managers.
|
SimpleConnectionManager |
SimpleConnectionManager.union(SimpleConnectionManager cmgmt)
Create a ConnectionManager that combines all connections from this ConnectionManager and another instance.
|
Constructor and Description |
---|
Interpreter(SimpleConnectionManager conMgmt,
de.unirostock.sems.xmlutils.ds.TreeDocument docA,
de.unirostock.sems.xmlutils.ds.TreeDocument docB)
Instantiates a new interpreter.
|
SimpleConnectionManager(SimpleConnectionManager toCopy)
Instantiates a new connection manager as a copy of toCopy.
|
Modifier and Type | Method and Description |
---|---|
void |
PatchProducer.init(SimpleConnectionManager conMgmt,
de.unirostock.sems.xmlutils.ds.TreeDocument docA,
de.unirostock.sems.xmlutils.ds.TreeDocument docB) |
void |
PatchProducer.init(SimpleConnectionManager conMgmt,
de.unirostock.sems.xmlutils.ds.TreeDocument docA,
de.unirostock.sems.xmlutils.ds.TreeDocument docB,
DiffAnnotator annotator)
Initialise this patch producer providing a diff annotator.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleConnectionManager |
Diff.connections
The connections.
|
Modifier and Type | Method and Description |
---|---|
void |
Xhtml.reportModification(SimpleConnectionManager conMgmt,
Xhtml a,
Xhtml b,
MarkupElement me)
Report a modification between to Xhtml objects.
|
void |
Patch.updateNode(NodeConnection c,
SimpleConnectionManager conMgmt)
Update a node.
|
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.