com.metsci.glimpse.charts.vector.parser.objects
Class GenericObject
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GenericObject
public GenericObject()
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.