org.activemath.omdocjdom
Interface PointerElement

All Known Implementing Classes:
OJoms, OJref

public interface PointerElement

Objects implementing this interface are elements pointing to another elements hence can provide a target-id.


Method Summary
 ID getTargetID()
          Provides the ID pointed to by this element.
 

Method Detail

getTargetID

ID getTargetID()
Provides the ID pointed to by this element. May use the parent elements' IDs and document's collections to perform this computation. May cache the result of this computation.