public interface IGraphEntityRelationshipContentProvider extends org.eclipse.jface.viewers.IContentProvider, INestedGraphContentProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getEdges(java.lang.Object source,
java.lang.Object target)
Returns all content elements which represent edges.
|
java.lang.Object[] |
getNodes()
Returns all content elements which represent nodes on the first level of
the graph.
|
getNestedGraphNodes, hasNestedGraphjava.lang.Object[] getNodes()
null
is returned.getNodes in interface INestedGraphContentProviderjava.lang.Object[] getEdges(java.lang.Object source,
java.lang.Object target)
source - A model object representing the source of an edge.target - A model object representing the target of an edge.