de.grogra.graph
Interface LongAttributeAccessor

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

public interface LongAttributeAccessor
extends AttributeAccessor


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

Method Detail

getLong

long getLong(java.lang.Object object,
             GraphState gs)

setLong

long setLong(java.lang.Object object,
             long value,
             GraphState gs)