Package net.sf.tweety.graphs
Class SimpleNode
- java.lang.Object
-
- net.sf.tweety.graphs.SimpleNode
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringnameThe name of the node
-
Constructor Summary
Constructors Constructor Description SimpleNode(java.lang.String s)Creates a new node with the given name.
-
Method Summary
Modifier and Type Method Description java.lang.StringtoString()
-