|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeoModelLinkable
An interface representing all objects that can be at either side of a link pair.
Method Summary | |
---|---|
boolean |
addCorefBacklink(java.lang.String corefId)
Add a link to the list of objects corefering to this. |
java.lang.String[] |
getCorefBacklinkList()
Return the list of object IDs corefering to this. |
java.lang.String |
getCorefId()
Any linkable object has a global ID that can be used in co-reference work. |
java.lang.String |
getHtmlTableTr()
Returns a string with a line for a HTML table giving core information about the object: 1) ID. 2) textual representation. 3) main paragraph level connection (if applicable). 4) page (if applicable). |
java.lang.String |
getId()
Find the global ID value for this object. |
java.lang.String |
getIdOfPara()
Return the id of the paragraph element this object is connected to, if applicable. |
java.lang.String |
getInfoHtml()
Returns a string with a fact sheet on the object in HTML. |
java.lang.String |
getName()
|
boolean |
removeCorefBacklink(java.lang.String corefId)
Remove a link from the list of objects corefering to this. |
boolean |
removeObject()
Remove this object from the data set. |
boolean |
setCorefId(java.lang.String corefId)
Any linkable object has a global ID that can be used in co-reference work. |
Method Detail |
---|
java.lang.String getId()
java.lang.String getCorefId()
boolean setCorefId(java.lang.String corefId)
corefId
- The new co-reference ID value.
java.lang.String getInfoHtml()
java.lang.String getHtmlTableTr()
boolean removeObject()
boolean addCorefBacklink(java.lang.String corefId)
corefId
- The ID of the coref.
boolean removeCorefBacklink(java.lang.String corefId)
corefId
- The ID of the coref.
java.lang.String[] getCorefBacklinkList()
java.lang.String getIdOfPara()
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |