Interface IGraphEntityRelationshipContentProvider

All Superinterfaces:
IContentProvider, IStructuredContentProvider

public interface IGraphEntityRelationshipContentProvider extends 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 Details

    • getRelationships

      Object[] getRelationships(Object source, 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.