edu.swri.swiftvis.sources
Class SpecialFormatReader.VariableStore

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

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


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

Field Detail

name

private java.lang.String name

val

private float val

serialVersionUID

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

SpecialFormatReader.VariableStore

public SpecialFormatReader.VariableStore(java.lang.String n)
Method Detail

matchName

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

storeInt

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

storeReal

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

storeString

public void storeString(java.lang.String v,
                        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