Uses of Class
com.metsci.glimpse.charts.vector.parser.attributes.GenericAttribute

Packages that use GenericAttribute
com.metsci.glimpse.charts.vector.parser   
com.metsci.glimpse.charts.vector.parser.objects   
 

Uses of GenericAttribute in com.metsci.glimpse.charts.vector.parser
 

Methods in com.metsci.glimpse.charts.vector.parser that return GenericAttribute
 GenericAttribute ENCMetaObject.getAttribute(java.lang.String name)
           
 

Methods in com.metsci.glimpse.charts.vector.parser with parameters of type GenericAttribute
 void ENCMetaObject.addAttribute(GenericAttribute enca)
           
 ENCAbstractAttribute ENCAttributeInterpreter.convertAttribute(GenericAttribute attrib, GenericObject obj)
           
 DNCAbstractAttribute DNCAttributeInterpreter.convertAttribute(GenericAttribute attrib, GenericObject obj)
           
 

Constructor parameters in com.metsci.glimpse.charts.vector.parser with type arguments of type GenericAttribute
ENCMetaObject(java.util.Map<java.lang.String,GenericAttribute> attributeMap)
           
 

Uses of GenericAttribute in com.metsci.glimpse.charts.vector.parser.objects
 

Methods in com.metsci.glimpse.charts.vector.parser.objects that return GenericAttribute
 GenericAttribute GenericObject.getAttribute(java.lang.String attributeKey)
           
static GenericAttribute GenericObject.getMetaAttribute(java.lang.String name)
           
 

Methods in com.metsci.glimpse.charts.vector.parser.objects that return types with arguments of type GenericAttribute
 java.util.Collection<GenericAttribute> GenericObject.getAttributes()
           
 

Methods in com.metsci.glimpse.charts.vector.parser.objects with parameters of type GenericAttribute
 void GenericObject.addAttribute(GenericAttribute enca)
           
 



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