Uses of Class
com.googlecode.whatswrong.Edge.RenderType

Packages that use Edge.RenderType
com.googlecode.whatswrong The whatswrong package is the top-level package of What's Wrong With My NLP. 
 

Uses of Edge.RenderType in com.googlecode.whatswrong
 

Methods in com.googlecode.whatswrong that return Edge.RenderType
 Edge.RenderType Edge.getRenderType()
          Returns the render type of this edge.
static Edge.RenderType Edge.RenderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Edge.RenderType[] Edge.RenderType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.googlecode.whatswrong with parameters of type Edge.RenderType
 void NLPInstance.addEdge(int from, int to, java.lang.String label, java.lang.String type, Edge.RenderType renderType)
          Creates and adds a new edge with the given properties.
 void NLPInstance.addEdge(Token from, Token to, java.lang.String label, java.lang.String type, Edge.RenderType renderType)
          Creates and adds an edge with the given properties.
 java.util.List<Edge> NLPInstance.getEdges(Edge.RenderType renderType)
          Returns all edges of this instance with the given render type.
 void Edge.setRenderType(Edge.RenderType renderType)
          Sets the render type of this edge.
 

Constructors in com.googlecode.whatswrong with parameters of type Edge.RenderType
Edge(Token from, Token to, java.lang.String label, java.lang.String type, Edge.RenderType renderType)
          Create new edge.
Edge(Token from, Token to, java.lang.String label, java.lang.String note, java.lang.String type, Edge.RenderType renderType)
          Create new edge.
 



Copyright © 2009. All Rights Reserved.