Class SimpleNode

java.lang.Object
org.tweetyproject.graphs.SimpleNode
All Implemented Interfaces:
Node

public class SimpleNode extends Object implements Node
A simple node of a graph with a name.
Author:
Matthias Thimm
  • Constructor Details

    • SimpleNode

      public SimpleNode(String s)
      Creates a new node with the given name.
      Parameters:
      s - some string.
  • Method Details