Uses of Class
org.encog.parse.tags.Tag.Type

Packages that use Tag.Type
org.encog.parse.tags   
 

Uses of Tag.Type in org.encog.parse.tags
 

Methods in org.encog.parse.tags that return Tag.Type
 Tag.Type Tag.getType()
           
static Tag.Type Tag.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Tag.Type[] Tag.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.parse.tags with parameters of type Tag.Type
 void Tag.setType(Tag.Type type)
          Set the tag type.
 



Copyright © 2014. All Rights Reserved.