de.grogra.graph
Interface ShortAttributeAccessor

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

public interface ShortAttributeAccessor
extends AttributeAccessor


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

Method Detail

getShort

short getShort(java.lang.Object object,
               GraphState gs)

setShort

short setShort(java.lang.Object object,
               short value,
               GraphState gs)