|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkableSetAPI
This interface defines public methods to access MarkableSet objects. MarkableSets are maintained
by MarkableRelation
objects of type AttributeAPI.MARKABLE_SET
MARKABLE_SET:
MarkableRelations of this type have sets of MarkableSet objects, and there is one MarkableSet for
each different value for the attribute they are associated with.
Method Summary | |
---|---|
boolean |
containsMarkable(Markable markable)
(API) Whether this MarkableSet contains the Markable markable. |
Markable |
getInitialMarkable()
(API) Returns the Markable object that this MarkableSet starts with. |
int |
getMarkableIndex(Markable markable)
(API) Returns the position of Markable markable in this MarkableSet. |
MarkableRelation |
getMarkableRelation()
(API) Returns the MarkableRelation object that this MarkableSet is associated with. |
Markable[] |
getOrderedMarkables()
(API) Returns an array of all Markable objects in this MarkableSet. |
Method Detail |
---|
MarkableRelation getMarkableRelation()
MarkableRelation
object that this MarkableSet is associated with.
MarkableRelation
object that this MarkableSet is associated with.boolean containsMarkable(Markable markable)
Markable
markable.
markable
- The Markable
object to be tested for membership in this MarkableSet.
Markable getInitialMarkable()
Markable
object that this MarkableSet starts with.
Markable
object that this MarkableSet begins with. This method is available for ordered sets only!Markable[] getOrderedMarkables()
Markable
objects in this MarkableSet.
Markable
objects in this MarkableSet, in discourse order. This method is available for ordered sets only!int getMarkableIndex(Markable markable)
Markable
markable in this MarkableSet.
markable
- The Markable
to be localized in this MarkableSet.
Markable
markable, or -1. This method is available for ordered sets only!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |