|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkablePointerAPI
Method Summary | |
---|---|
boolean |
containsMarkable(Markable markable)
(API) Returns whether Markable markable is the source or target markable in this MarkablePointer. |
MarkableRelation |
getMarkableRelation()
(API) Returns the MarkableRelation object that this MarkablePointer is associated with. |
Markable |
getSourceMarkable()
(API) Returns the Markable objects that is the source markable in this MarkablePointer. |
Markable[] |
getTargetMarkables()
(API) Returns an array of Markable objects that are the target markables in this MarkablePointer. |
boolean |
isSourceMarkable(Markable potentialSourceMarkable)
(API) Returns whether Markable potentialSourceMarkable is the source markable in this MarkablePointer. |
boolean |
isTargetMarkable(Markable potentialTargetMarkable)
(API) Returns whether Markable potentialTargetMarkable is on of the target markables in this MarkablePointer. |
Method Detail |
---|
MarkableRelation getMarkableRelation()
MarkableRelation
object that this MarkablePointer is associated with.
MarkableRelation
object that this MarkablePointer is associated with.Markable[] getTargetMarkables()
Markable
objects that are the target markables in this MarkablePointer.
Markable
objects that are the target markables in this MarkablePointer.Markable getSourceMarkable()
Markable
objects that is the source markable in this MarkablePointer.
Markable
object that is the source markable in this MarkablePointer.boolean isSourceMarkable(Markable potentialSourceMarkable)
Markable
potentialSourceMarkable is the source markable in this MarkablePointer.
potentialSourceMarkable
- The Markable
to be tested as source markable.
boolean isTargetMarkable(Markable potentialTargetMarkable)
Markable
potentialTargetMarkable is on of the target markables in this MarkablePointer.
potentialTargetMarkable
- The Markable
to be tested as target markable.
boolean containsMarkable(Markable markable)
Markable
markable is the source or target markable in this MarkablePointer.
markable
- The Markable
to be tested as source or target markable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |