|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines methods to write the output of the model to the file system. The interface supports output in the form of Pajek files and Data Files.
PublicationGroup,
AuthorGroup,
TopicGroup| Method Summary | |
void |
initialize(PublicationGroup publicationGroup,
AuthorGroup authorGroup,
TopicGroup topicGroup)
Initializes the OutputWriter with the given publications, authors and topics |
void |
writeDataFiles(java.lang.String folderPath)
Writes out the Data Files to the file system in the given folder |
void |
writePajekFiles(java.lang.String folderPath)
Writes out Pajek Files to the file system in the given folder |
| Method Detail |
public void initialize(PublicationGroup publicationGroup,
AuthorGroup authorGroup,
TopicGroup topicGroup)
OutputWriter with the given publications, authors and topics
publicationGroup - Specifies the group of all the publications for the modelauthorGroup - Specifies the group of all authors for the modeltopicGroup - Specifies the group of all topics for the model
public void writePajekFiles(java.lang.String folderPath)
throws java.io.FileNotFoundException
folderPath - Specifies the location of the folder for the output files
java.io.FileNotFoundException - if the files cannot be written to the file system
public void writeDataFiles(java.lang.String folderPath)
throws java.io.FileNotFoundException
folderPath - Specifies the location of the folder for the output files
java.io.FileNotFoundException - if the files cannot be written to the file system
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||