← Revision 2 as of 2005-09-30 21:22:28
Size: 894
Comment: Surround your code with {{{ }}} to make it look nice
|
← Revision 3 as of 2005-09-30 21:23:55 →
Size: 968
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
NeriusLandys -9/30/05- See CyDataDefinition.undefineAttribute(String). |
Describe RFC 1/RFC1 Comment API here.
Iliana Avila -9/30/05- I put in this new comment section, since I had additional comments that did not fit in any existent category.
Iliana Avila -9/30/05- I think we also need:
/** * Deletes the given attribute completely for all objects */ boolean deleteAttribute (String attributeName);
The implementation for this method can be more efficient than calling deleteAttribute (String id, String attributeName) for all ids. But I don't know how attributes are stored, so maybe it would be the same.
NeriusLandys -9/30/05- See CyDataDefinition.undefineAttribute(String).
Iliana Avila -9/30/05- I am not sure that I like to have the additional CyData and CyDataDefinition interfaces. I like the idea of having one single interface to handle attributes for Cytoscape. What additional methods do these interfaces have? Are they really going to be used? Could we put the needed ones in AttributeData?