edu.swri.swiftvis.sources
Class SpecialFormatReader.ParameterStore

java.lang.Object
  extended by edu.swri.swiftvis.sources.SpecialFormatReader.ParameterStore
All Implemented Interfaces:
SpecialFormatReader.Store, java.io.Serializable
Enclosing class:
SpecialFormatReader

private class SpecialFormatReader.ParameterStore
extends java.lang.Object
implements SpecialFormatReader.Store


Field Summary
private  int max
           
private  int min
           
private static long serialVersionUID
           
 
Constructor Summary
SpecialFormatReader.ParameterStore(int mini, int maxi)
           
 
Method Summary
 int getCountValue()
           
 int getNumRepresented()
           
 boolean matchName(java.lang.String n)
           
 void storeInt(int val, int count)
           
 void storeReal(float val, int count)
           
 void storeString(java.lang.String val, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

private int min

max

private int max

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SpecialFormatReader.ParameterStore

public SpecialFormatReader.ParameterStore(int mini,
                                          int maxi)
Method Detail

matchName

public boolean matchName(java.lang.String n)
Specified by:
matchName in interface SpecialFormatReader.Store

storeInt

public void storeInt(int val,
                     int count)
Specified by:
storeInt in interface SpecialFormatReader.Store

storeReal

public void storeReal(float val,
                      int count)
Specified by:
storeReal in interface SpecialFormatReader.Store

storeString

public void storeString(java.lang.String val,
                        int count)
Specified by:
storeString in interface SpecialFormatReader.Store

getNumRepresented

public int getNumRepresented()
Specified by:
getNumRepresented in interface SpecialFormatReader.Store

getCountValue

public int getCountValue()
Specified by:
getCountValue in interface SpecialFormatReader.Store