com.metsci.glimpse.charts.vector.parser.objects
Class GenericObject

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

public class GenericObject
extends java.lang.Object

Used in the process of parsing raw ENC/DNC files and converting them to our own internal format. Not meant to be used outside of that. Basically contains the data as read in from the raw files, but without any interpretation on that data - all string values.

Author:
Cunningham

Constructor Summary
GenericObject()
           
 
Method Summary
 void addAttribute(GenericAttribute enca)
           
 void addShape(GenericShape encs)
           
static void clearMetaObjects()
           
 ENCMetaObject createMetaObject()
           
 GenericAttribute getAttribute(java.lang.String attributeKey)
           
 java.util.Collection<GenericAttribute> getAttributes()
           
static GenericAttribute getMetaAttribute(java.lang.String name)
           
 java.util.Collection<GenericShape> getShapes()
           
 boolean hasAttribute(java.lang.String attributeKey)
           
static void linkMetaObject(ENCMetaObject obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericObject

public GenericObject()
Method Detail

getMetaAttribute

public static GenericAttribute getMetaAttribute(java.lang.String name)

linkMetaObject

public static void linkMetaObject(ENCMetaObject obj)

clearMetaObjects

public static void clearMetaObjects()

hasAttribute

public boolean hasAttribute(java.lang.String attributeKey)

getAttribute

public GenericAttribute getAttribute(java.lang.String attributeKey)

getAttributes

public java.util.Collection<GenericAttribute> getAttributes()

addAttribute

public void addAttribute(GenericAttribute enca)

getShapes

public java.util.Collection<GenericShape> getShapes()

addShape

public void addShape(GenericShape encs)

createMetaObject

public ENCMetaObject createMetaObject()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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