Uses of Class
standup.joke.JokeGraphEdge

Packages that use JokeGraphEdge
standup.joke This package provides joke generation functionality and all its related data structures. 
 

Uses of JokeGraphEdge in standup.joke
 

Fields in standup.joke with type parameters of type JokeGraphEdge
(package private)  Hashtable<String,List<JokeGraphEdge>> JokeGraph.adjacency
          A Hashtable that stores all the JokeGraphEdge s in this JokeGraph.
 

Methods in standup.joke that return JokeGraphEdge
static JokeGraphEdge JokeGraphEdge.readXML(Element e)
           
 

Methods in standup.joke that return types with arguments of type JokeGraphEdge
 Iterator<JokeGraphEdge> JokeGraph.getEdges(JokeGraphNode node)
          Returns the edges associated with the given JokeGraphNode as an Iterator<JokeGraphNode>.
 

Constructor parameters in standup.joke with type arguments of type JokeGraphEdge
JokeGraph(Hashtable<String,JokeGraphNode> nodes, Hashtable<String,List<JokeGraphEdge>> edges, List<Keyword> schemaInstantiations, List<Keyword> clauseInstantiations, int nodeCounter)
          This is the constructor used to build JokeGraphs from existing ones, e.g.