Uses of Class
de.unirostock.sems.bives.algorithm.SimpleConnectionManager
-
Packages that use SimpleConnectionManager Package Description de.unirostock.sems.bives.algorithm de.unirostock.sems.bives.algorithm.general de.unirostock.sems.bives.api de.unirostock.sems.bives.ds -
-
Uses of SimpleConnectionManager in de.unirostock.sems.bives.algorithm
Fields in de.unirostock.sems.bives.algorithm declared as SimpleConnectionManager Modifier and Type Field Description protected SimpleConnectionManager
Connector. conMgmt
The connection manager, holding node-mappings.protected SimpleConnectionManager
Interpreter. conMgmt
The connection manager.protected SimpleConnectionManager
Producer. conMgmt
The connection manager.Methods in de.unirostock.sems.bives.algorithm that return SimpleConnectionManager Modifier and Type Method 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.Methods in de.unirostock.sems.bives.algorithm with parameters of type SimpleConnectionManager Modifier and Type Method 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.Constructors in de.unirostock.sems.bives.algorithm with parameters of type SimpleConnectionManager Constructor 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. -
Uses of SimpleConnectionManager in de.unirostock.sems.bives.algorithm.general
Methods in de.unirostock.sems.bives.algorithm.general with parameters of type SimpleConnectionManager Modifier and Type Method 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. -
Uses of SimpleConnectionManager in de.unirostock.sems.bives.api
Fields in de.unirostock.sems.bives.api declared as SimpleConnectionManager Modifier and Type Field Description protected SimpleConnectionManager
Diff. connections
The connections. -
Uses of SimpleConnectionManager in de.unirostock.sems.bives.ds
Methods in de.unirostock.sems.bives.ds with parameters of type SimpleConnectionManager Modifier and Type Method 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.
-