public class ArgumentTree extends net.sf.tweety.graphs.DefaultGraph<DeductiveArgumentNode>
| Constructor and Description |
|---|
ArgumentTree(DeductiveArgumentNode root)
Creates an empty argument tree for the given root node.
|
| Modifier and Type | Method and Description |
|---|---|
DeductiveArgumentNode |
getRoot()
Returns the root node of this tree.
|
String |
prettyPrint()
Returns a string representation of this argument tree.
|
add, add, areAdjacent, contains, existsDirectedPath, existsDirectedPath, getAdjancyMatrix, getChildren, getComplementGraph, getEdge, getEdges, getNeighbors, getNodes, getNumberOfNodes, getParents, getRestriction, getStronglyConnectedComponents, getStronglyConnectedComponents, getSubgraphs, getSubgraphs, hasSelfLoops, isWeightedGraph, iterator, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ArgumentTree(DeductiveArgumentNode root)
root - the root node.public DeductiveArgumentNode getRoot()
public String prettyPrint()
Copyright © 2018. All rights reserved.