|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.graph.AccessorBase<T>
public abstract class AccessorBase<T>
Field Summary | |
---|---|
protected Attribute |
attribute
|
Constructor Summary | |
---|---|
AccessorBase(Attribute attribute)
|
Method Summary | |
---|---|
protected T |
clone(T orig)
|
Attribute |
getAttribute()
|
Field |
getField()
|
Type |
getType()
|
java.lang.Object |
setSubfield(java.lang.Object object,
FieldChain field,
int[] indices,
java.lang.Object value,
GraphState gs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.grogra.graph.ObjectAttributeAccessor |
---|
getObject, getObject, setObject |
Methods inherited from interface de.grogra.graph.BooleanAttributeAccessor |
---|
getBoolean, setBoolean |
Methods inherited from interface de.grogra.graph.ByteAttributeAccessor |
---|
getByte, setByte |
Methods inherited from interface de.grogra.graph.ShortAttributeAccessor |
---|
getShort, setShort |
Methods inherited from interface de.grogra.graph.CharAttributeAccessor |
---|
getChar, setChar |
Methods inherited from interface de.grogra.graph.IntAttributeAccessor |
---|
getInt, setInt |
Methods inherited from interface de.grogra.graph.LongAttributeAccessor |
---|
getLong, setLong |
Methods inherited from interface de.grogra.graph.FloatAttributeAccessor |
---|
getFloat, setFloat |
Methods inherited from interface de.grogra.graph.DoubleAttributeAccessor |
---|
getDouble, setDouble |
Methods inherited from interface de.grogra.graph.AttributeAccessor |
---|
isWritable |
Field Detail |
---|
protected final Attribute attribute
Constructor Detail |
---|
public AccessorBase(Attribute attribute)
Method Detail |
---|
protected T clone(T orig)
public Attribute getAttribute()
getAttribute
in interface AttributeAccessor
public Field getField()
getField
in interface AttributeAccessor
public Type getType()
getType
in interface AttributeAccessor
public java.lang.Object setSubfield(java.lang.Object object, FieldChain field, int[] indices, java.lang.Object value, GraphState gs)
setSubfield
in interface ObjectAttributeAccessor<T>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |