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, hasNestedGraph
java.lang.Object[] getNodes()
null
is returned.getNodes
in interface INestedGraphContentProvider
java.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.