public interface IGraphEntityRelationshipContentProvider extends IStructuredContentProvider
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getRelationships(java.lang.Object source,
java.lang.Object dest)
Gets the relationships between the given source and destination nodes.
|
getElements
dispose, inputChanged
java.lang.Object[] getRelationships(java.lang.Object source, java.lang.Object dest)
source
- the source node.dest
- the destination node.Copyright (c) 2014 itemis AG and others. All rights reserved.