~duyi001/gephi/DSNI

« back to all changes in this revision

Viewing changes to GraphAPI/src/org/gephi/graph/api/Edge.java

  • Committer: sunsnowad
  • Author(s): Yi Du
  • Date: 2011-09-08 16:36:59 UTC
  • mfrom: (1435.1.968 gephi)
  • Revision ID: sunsnowad@www-691ed046717-20110908163659-aorx14ylp8f9qwdx
1.merge with main branch
2.update twitter4j to version 2.2.4
3.fix an existing bug on "twitter user import"

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
You should have received a copy of the GNU Affero General Public License
19
19
along with Gephi.  If not, see <http://www.gnu.org/licenses/>.
20
 
*/
 
20
 */
21
21
package org.gephi.graph.api;
22
22
 
23
23
/**
34
34
 * 
35
35
 * @author Mathieu Bastian
36
36
 */
37
 
public interface Edge {
 
37
public interface Edge extends Attributable {
38
38
 
39
39
    /**
40
40
     * Returns the unique identifier of the edge.