Zest
1.5.0.201305060205

org.eclipse.zest.core.viewers
Interface IGraphEntityRelationshipContentProvider


public interface IGraphEntityRelationshipContentProvider

A content provider that is node-relationship centric. Call-backs return model nodes to the user, and ask for relationships. Both nodes and relationships are represented by the user's model.


Method Summary
 java.lang.Object[] getRelationships(java.lang.Object source, java.lang.Object dest)
          Gets the relationships between the given source and destination nodes.
 

Method Detail

getRelationships

java.lang.Object[] getRelationships(java.lang.Object source,
                                    java.lang.Object dest)
Gets the relationships between the given source and destination nodes.

Parameters:
source - the source node.
dest - the destination node.
Returns:
objects represtenting the different relationships between the nodes.

Zest
1.5.0.201305060205

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.