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

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

public class ENCObjectInterpreter
extends java.lang.Object


Nested Class Summary
static class ENCObjectInterpreter.ENCClassType
           
 class ENCObjectInterpreter.ENCObjectHeader
           
 
Constructor Summary
ENCObjectInterpreter(ENCAttributeInterpreter attribInterp)
           
 
Method Summary
 ENCObject convertObject(GenericObject obj)
           
 ENCShape convertShape(GenericShape shape)
           
 ENCObjectInterpreter.ENCObjectHeader getHeader_byAcronym(java.lang.String acronym)
           
 ENCObjectInterpreter.ENCObjectHeader getHeader_byCode(int code)
           
 java.util.HashMap<java.lang.Integer,ENCObjectInterpreter.ENCObjectHeader> getObjectHeaders()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ENCObjectInterpreter

public ENCObjectInterpreter(ENCAttributeInterpreter attribInterp)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getObjectHeaders

public java.util.HashMap<java.lang.Integer,ENCObjectInterpreter.ENCObjectHeader> getObjectHeaders()

getHeader_byCode

public ENCObjectInterpreter.ENCObjectHeader getHeader_byCode(int code)

getHeader_byAcronym

public ENCObjectInterpreter.ENCObjectHeader getHeader_byAcronym(java.lang.String acronym)

convertObject

public ENCObject convertObject(GenericObject obj)
                        throws java.lang.Exception
Throws:
java.lang.Exception

convertShape

public ENCShape convertShape(GenericShape shape)
                      throws java.lang.Exception
Throws:
java.lang.Exception


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