|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeValue
Cell that contains the value for a particular AttributeColumn
and
AttributeRow
.
Cells are build from a AttributeValueFactory
, that can be get from the
AttributeModel
.
Method Summary | |
---|---|
AttributeColumn |
getColumn()
Returns the column this value belongs. |
java.lang.Object |
getValue()
Returns the value. |
Method Detail |
---|
AttributeColumn getColumn()
java.lang.Object getValue()
null
or equal to the column's
default value.
null
AttributeColumn.getDefaultValue()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |