|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CGEdge
Interface for classes that implement an edge. CGEdges have a set of documents associated with them.
Method Summary | |
---|---|
java.lang.Iterable<anl.aida.core.DocumentID> |
documents()
Gets an iterable over the docs associated with this edge. |
int |
getDocumentCount()
Gets the number of documents associated with this edge. |
java.lang.String |
getLabel()
Gets a label for this edge. |
Methods inherited from interface anl.aida.client.doc.DocumentContainer |
---|
getDocuments |
Method Detail |
---|
java.lang.Iterable<anl.aida.core.DocumentID> documents()
documents
in interface DocumentContainer
int getDocumentCount()
getDocumentCount
in interface DocumentContainer
java.lang.String getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |