com.metsci.glimpse.charts.vector.parser
Class ENCAttributeInterpreter

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.parser.ENCAttributeInterpreter

public class ENCAttributeInterpreter
extends java.lang.Object


Nested Class Summary
 class ENCAttributeInterpreter.AttributeInterpreterException
           
static class ENCAttributeInterpreter.AttributeType
           
 class ENCAttributeInterpreter.ENCAttributeHeader
           
 
Constructor Summary
ENCAttributeInterpreter(ENCUnitInterpreter unitInterp)
           
 
Method Summary
 ENCAbstractAttribute convertAttribute(GenericAttribute attrib, GenericObject obj)
           
 java.util.Map<java.lang.Integer,ENCAttributeInterpreter.ENCAttributeHeader> getAttributeHeaders()
           
 ENCAttributeInterpreter.ENCAttributeHeader getHeader_byAcronym(java.lang.String acronym)
           
 ENCAttributeInterpreter.ENCAttributeHeader getHeader_byCode(int code)
           
 boolean isValidAcronym(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ENCAttributeInterpreter

public ENCAttributeInterpreter(ENCUnitInterpreter unitInterp)
Method Detail

isValidAcronym

public boolean isValidAcronym(java.lang.String s)

convertAttribute

public ENCAbstractAttribute convertAttribute(GenericAttribute attrib,
                                             GenericObject obj)
                                      throws ENCAttributeInterpreter.AttributeInterpreterException
Throws:
ENCAttributeInterpreter.AttributeInterpreterException

getAttributeHeaders

public java.util.Map<java.lang.Integer,ENCAttributeInterpreter.ENCAttributeHeader> getAttributeHeaders()

getHeader_byAcronym

public ENCAttributeInterpreter.ENCAttributeHeader getHeader_byAcronym(java.lang.String acronym)

getHeader_byCode

public ENCAttributeInterpreter.ENCAttributeHeader getHeader_byCode(int code)


Copyright © 2012 Metron, Inc.. All Rights Reserved.