de.grogra.graph
Interface IntAttributeAccessor

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

public interface IntAttributeAccessor
extends AttributeAccessor


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

Method Detail

getInt

int getInt(java.lang.Object object,
           GraphState gs)

setInt

int setInt(java.lang.Object object,
           int value,
           GraphState gs)