Uses of Class
edu.washington.cs.knowitall.argumentidentifier.ArgLearner.Mode

Packages that use ArgLearner.Mode
edu.washington.cs.knowitall.argumentidentifier   
 

Uses of ArgLearner.Mode in edu.washington.cs.knowitall.argumentidentifier
 

Methods in edu.washington.cs.knowitall.argumentidentifier that return ArgLearner.Mode
static ArgLearner.Mode ArgLearner.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArgLearner.Mode[] ArgLearner.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in edu.washington.cs.knowitall.argumentidentifier with parameters of type ArgLearner.Mode
ArgLearner(ArgLearner.Mode mode)
           
ArgLocationClassifier(ArgLearner.Mode mode)
           
ArgSubstructureClassifier(ArgLearner.Mode mode, ArgSubstructureFeatureGenerator featuregenerator)
           
ArgSubstructureFeatureGenerator(ArgLearner.Mode mode)
           
 



Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.