edu.swri.swiftvis.sources
Interface SpecialFormatReader.Store

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SpecialFormatReader.ParameterStore, SpecialFormatReader.ValueStore, SpecialFormatReader.VariableStore
Enclosing class:
SpecialFormatReader

private static interface SpecialFormatReader.Store
extends java.io.Serializable


Method Summary
 int getCountValue()
           
 int getNumRepresented()
           
 boolean matchName(java.lang.String name)
           
 void storeInt(int val, int count)
           
 void storeReal(float val, int count)
           
 void storeString(java.lang.String val, int count)
           
 

Method Detail

matchName

boolean matchName(java.lang.String name)

storeInt

void storeInt(int val,
              int count)

storeReal

void storeReal(float val,
               int count)

storeString

void storeString(java.lang.String val,
                 int count)

getNumRepresented

int getNumRepresented()

getCountValue

int getCountValue()