Package | Description |
---|---|
org.treetank.access |
Access to Treetank
|
org.treetank.api |
TreeTank API
This package contains the public TreeTank API.
|
org.treetank.axis |
Axis Layer
|
org.treetank.node |
Node Page Layer for Treetank
|
org.treetank.node.delegates | |
org.treetank.node.interfaces | |
org.treetank.saxon.wrapper |
Treetank wrappers.
|
org.treetank.service.xml.diff.algorithm.fmes |
Provides the fast match / edit script (FMES) tree to tree correction
algorithm as described in "Change detection in hierarchically structured
information" by S.
|
org.treetank.service.xml.diff.out |
Export of diffs.
|
Modifier and Type | Method and Description |
---|---|
protected INode |
NodeReadTrx.getCurrentNode()
Getter for superclasses.
|
INode |
NodeWriteTrx.getNode()
Getting the current node.
|
INode |
NodeReadTrx.getNode()
Getting the current node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NodeReadTrx.setCurrentNode(INode paramCurrentNode)
Setter for superclasses.
|
Modifier and Type | Method and Description |
---|---|
INode |
INodeReadTrx.getNode()
Getting the current node.
|
Modifier and Type | Method and Description |
---|---|
INode |
AbsAxis.getNode()
Getting the current node (including items from the ItemList)
|
Modifier and Type | Class and Description |
---|---|
class |
AtomicValue
AtomicValue
|
class |
AttributeNode
AttributeNode
|
class |
DocumentRootNode
DocumentNode
|
class |
ElementNode
ElementNode
|
class |
NamespaceNode
NamespaceNode
|
class |
TextNode
TextNode
|
Modifier and Type | Class and Description |
---|---|
class |
NameNodeDelegate
Delegate method for all nodes containing \"naming\"-data.
|
class |
NodeDelegate
Delegate method for all nodes.
|
class |
StructNodeDelegate
Delegate method for all nodes building up the structure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IStructNode
Class to denote that an
INode has structural attributes. |
Modifier and Type | Field and Description |
---|---|
protected INode |
NodeWrapper.node
Treetank node.
|
Modifier and Type | Method and Description |
---|---|
INode |
Matching.partner(INode paramNode)
Returns the partner node of node according to mapping.
|
INode |
Matching.reversePartner(INode paramNode)
Returns the node for which "node" is the partner.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,List<INode>> |
LabelFMESVisitor.getLabels()
Get labels.
|
Map<Integer,List<INode>> |
LabelFMESVisitor.getLeafLabels()
Get leaf labels.
|
Modifier and Type | Method and Description |
---|---|
void |
Matching.add(INode paramNodeX,
INode paramNodeY)
Adds the matching x -> y.
|
long |
Matching.containedChildren(INode paramNodeX,
INode paramNodeY)
Counts the number of child nodes in the subtrees of x and y that are also
in the matching.
|
boolean |
Matching.contains(INode paramNodeX,
INode paramNodeY)
Checks if the matching contains the pair (x, y).
|
INode |
Matching.partner(INode paramNode)
Returns the partner node of node according to mapping.
|
INode |
Matching.reversePartner(INode paramNode)
Returns the node for which "node" is the partner.
|
Constructor and Description |
---|
FMESVisitor(ISession paramSession,
Map<INode,Boolean> paramInOrder,
Map<INode,Long> paramDescendants)
Constructor.
|
FMESVisitor(ISession paramSession,
Map<INode,Boolean> paramInOrder,
Map<INode,Long> paramDescendants)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EditScript.containsNode(INode paramItem)
Checks if an item has been added(changed).
|
Diff |
EditScript.get(INode paramItem)
Look up a change for the given item.
|
Copyright © 2013. All Rights Reserved.