The Encog Project

org.encog.parse.signal.units
Class Weight

java.lang.Object
  extended by org.encog.parse.signal.Signal
      extended by org.encog.parse.signal.units.Weight

public class Weight
extends Signal

Allows the parser to recognize a unit type of weight.

Author:
jheaton

Constructor Summary
Weight()
           
 
Method Summary
 void parse()
           
 java.lang.String toString()
           
 
Methods inherited from class org.encog.parse.signal.Signal
add, addType, clear, cut, dump, findByType, findByType, getData, getDelta, getIgnore, getName, getValue, hasType, insert, isChar, pack, pack, resetDelta, setIgnore, setName, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Weight

public Weight()
Method Detail

parse

public void parse()
Overrides:
parse in class Signal

toString

public java.lang.String toString()
Overrides:
toString in class Signal

The Encog Project