Interface EdgeTargetId
- 
- All Known Implementing Classes:
 ContentEntityObjectId
public interface EdgeTargetIdAn abstraction over the id used to uniquely identifer the target of an edge.This abstraction allows flexibility to cater for different id schemes.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetId() 
 - 
 
- 
- 
Method Detail
- 
getId
Object getId()
 
 - 
 
 -