net.sourceforge.toscanaj.model.order
Class PartialOrderNode

java.lang.Object
  extended bynet.sourceforge.toscanaj.model.directedgraph.Node
      extended bynet.sourceforge.toscanaj.model.order.PartialOrderNode

public class PartialOrderNode
extends Node


Constructor Summary
PartialOrderNode(Ordered data)
           
 
Method Summary
 Ordered getData()
           
 
Methods inherited from class net.sourceforge.toscanaj.model.directedgraph.Node
addInboundNode, addOutboundNode, connectTo, disconnectFrom, getInboundNodes, getOutboundNodes, removeInboundNode, removeOutboundNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialOrderNode

public PartialOrderNode(Ordered data)
Method Detail

getData

public Ordered getData()


The ToscanaJ project