public interface IReferenceHandle
IReferenceHandler
Modifier and Type | Method and Description |
---|---|
String |
getId()
The id that identifies the resource in the GraphML document.
|
GraphMLReferenceType |
getReferenceType()
The type of a resource (external or internal).
|
Object |
getSubject()
The resource that is encapsulated by the handle.
|
String getId()
Note that this value is ignored for internal references.
GraphMLReferenceType getReferenceType()
Object getSubject()