Package org.eclipse.zest.core.viewers
Interface IGraphEntityRelationshipContentProvider
- All Superinterfaces:
- IContentProvider,- IStructuredContentProvider
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 SummaryModifier and TypeMethodDescriptionObject[]getRelationships(Object source, Object dest) Gets the relationships between the given source and destination nodes.Methods inherited from interface org.eclipse.jface.viewers.IContentProviderdispose, inputChangedMethods inherited from interface org.eclipse.jface.viewers.IStructuredContentProvidergetElements
- 
Method Details- 
getRelationshipsGets 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.
 
 
-