Package openllet.core.boxes.abox
Class NodeMerge
- java.lang.Object
-
- openllet.core.boxes.abox.NodeMerge
-
public class NodeMerge extends java.lang.ObjectStores a pair of nodes to be merged. Order of nodes is important, always first node is going to be merged to the second one.- Author:
- Evren Sirin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencySetgetDepends()openllet.aterm.ATermApplgetSource()openllet.aterm.ATermApplgetTarget()voidsetSource(openllet.aterm.ATermAppl source)voidsetTarget(openllet.aterm.ATermAppl target)java.lang.StringtoString()
-
-
-
Constructor Detail
-
NodeMerge
public NodeMerge(Node y, Node z, DependencySet ds)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
setSource
public void setSource(openllet.aterm.ATermAppl source)
- Parameters:
source- the _source to set
-
getSource
public openllet.aterm.ATermAppl getSource()
- Returns:
- the _source
-
setTarget
public void setTarget(openllet.aterm.ATermAppl target)
- Parameters:
target- the _target to set
-
getTarget
public openllet.aterm.ATermAppl getTarget()
- Returns:
- the _target
-
getDepends
public DependencySet getDepends()
- Returns:
- the dependecy set
-
-