standup.joke
Class JokeGraphNode

java.lang.Object
  extended by standup.joke.JokeGraphNode
All Implemented Interfaces:
Unifiable, XMLizable
Direct Known Subclasses:
JokeGraphNodeKeyword, JokeGraphNodeTemplate

public abstract class JokeGraphNode
extends Object
implements XMLizable, Unifiable

A node in a JokeGraph.

Author:
Ruli Manurung

Field Summary
(package private)  String label
           
(package private)  String sourceLabel
           
(package private)  SourceProcess sourceProcess
           
 
Constructor Summary
JokeGraphNode()
           
 
Method Summary
 String getID()
           
 String getSourceLabel()
           
 SourceProcess getSourceProcess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface standup.xml.XMLizable
writeXML
 
Methods inherited from interface standup.unify.Unifiable
duplicate
 

Field Detail

label

String label

sourceLabel

String sourceLabel

sourceProcess

SourceProcess sourceProcess
Constructor Detail

JokeGraphNode

public JokeGraphNode()
Method Detail

getID

public String getID()

getSourceLabel

public String getSourceLabel()

getSourceProcess

public SourceProcess getSourceProcess()