|
16 | 16 | * </p>
|
17 | 17 | * <p>
|
18 | 18 | * Waiting state of tags is defined by the association with arbitrary objects instances.
|
19 |
| - * This mapping is one to one: for every waiting tag there is always exactly one associated object. |
20 | 19 | * </p>
|
21 | 20 | * Waiting state could also be perceived as a temporal association of the object to some particular tag.
|
22 | 21 | */
|
@@ -75,16 +74,16 @@ public boolean tryMovePointerToWaitingTag(TagTreePointer tagPointer, Object asso
|
75 | 74 | return false;
|
76 | 75 | }
|
77 | 76 |
|
78 |
| - /** |
79 |
| - * Gets an object that is associated with the tag (if there is one) at which given {@link TagTreePointer} points. |
80 |
| - * Essentially, this method could be used as indication that current tag has waiting state. |
81 |
| - * @param pointer a {@link TagTreePointer} which points at the tag for which associated object is to be retrieved. |
82 |
| - * @return an object that is associated with the tag at which given {@link TagTreePointer} points, or null if |
83 |
| - * current tag of the {@link TagTreePointer} is not a waiting tag. |
84 |
| - */ |
85 |
| - public Object getAssociatedObject(TagTreePointer pointer) { |
86 |
| - return getObjForStructDict(pointer.getCurrentStructElem().getPdfObject()); |
87 |
| - } |
| 77 | +// /** |
| 78 | +// * Gets an object that is associated with the tag (if there is one) at which given {@link TagTreePointer} points. |
| 79 | +// * Essentially, this method could be used as indication that current tag has waiting state. |
| 80 | +// * @param pointer a {@link TagTreePointer} which points at the tag for which associated object is to be retrieved. |
| 81 | +// * @return an object that is associated with the tag at which given {@link TagTreePointer} points, or null if |
| 82 | +// * current tag of the {@link TagTreePointer} is not a waiting tag. |
| 83 | +// */ |
| 84 | +// public Object getAssociatedObject(TagTreePointer pointer) { |
| 85 | +// return getObjForStructDict(pointer.getCurrentStructElem().getPdfObject()); |
| 86 | +// } |
88 | 87 |
|
89 | 88 | /**
|
90 | 89 | * Removes waiting state of the tag which is associated with the given object.
|
|
0 commit comments