de.grogra.graph
Interface DoubleAttributeAccessor

All Superinterfaces:
AttributeAccessor
All Known Implementing Classes:
AccessorBase, GraphFilter.AccessorBridge, Node.AccessorBridge, Node.FieldAttributeAccessor

public interface DoubleAttributeAccessor
extends AttributeAccessor


Method Summary
 double getDouble(java.lang.Object object, GraphState gs)
           
 double setDouble(java.lang.Object object, double value, GraphState gs)
           
 
Methods inherited from interface de.grogra.graph.AttributeAccessor
getAttribute, getField, getType, isWritable
 

Method Detail

getDouble

double getDouble(java.lang.Object object,
                 GraphState gs)

setDouble

double setDouble(java.lang.Object object,
                 double value,
                 GraphState gs)