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

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

Uses of NLPInstance.RenderType in com.googlecode.whatswrong
 

Methods in com.googlecode.whatswrong that return NLPInstance.RenderType
 NLPInstance.RenderType NLPInstance.getRenderType()
          Returns the render type that controls which renderer to use.
static NLPInstance.RenderType NLPInstance.RenderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NLPInstance.RenderType[] NLPInstance.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 NLPInstance.RenderType
 void NLPInstance.setRenderType(NLPInstance.RenderType renderType)
          Sets the render type for this instance.
 

Constructors in com.googlecode.whatswrong with parameters of type NLPInstance.RenderType
NLPInstance(java.util.Collection<Token> tokens, java.util.Collection<Edge> edges, NLPInstance.RenderType renderType, java.util.List<java.lang.Integer> splitPoints)
          Creates a new NLPInstance with the given tokens and edges.
 



Copyright © 2009. All Rights Reserved.