Package de.swa.fuh.explanation
Class CreateDocumentFromGC
java.lang.Object
de.swa.fuh.explanation.CreateDocumentFromGC
public class CreateDocumentFromGC
extends java.lang.Object
- Author:
- Annelie Lausch 6953476 Creating a document from the information in the Graph Codes
-
Constructor Summary
Constructors Constructor Description CreateDocumentFromGC(GraphCode gc, boolean isRefined)Document for query representationCreateDocumentFromGC(GraphCode query, GraphCode result, boolean isComparison, boolean isRefined)Document for ranking information of one or two assets compared to query -
Method Summary
Modifier and Type Method Description javax.swing.text.DefaultStyledDocumentgetDocument()
-
Constructor Details
-
CreateDocumentFromGC
Document for query representation- Parameters:
gc- (query Graph Code)isRefined- (boolean variable, true if query was refined)
-
CreateDocumentFromGC
public CreateDocumentFromGC(GraphCode query, GraphCode result, boolean isComparison, boolean isRefined)Document for ranking information of one or two assets compared to query- Parameters:
query- (query Graph Code)result- (result asset Graph Code)isComparison- (boolean variable, true if two result assets are compared to query)isRefined- (boolean variable, true if query was refined)
-
-
Method Details
-
getDocument
public javax.swing.text.DefaultStyledDocument getDocument()
-