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 representation
    CreateDocumentFromGC​(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.DefaultStyledDocument getDocument()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreateDocumentFromGC

      public CreateDocumentFromGC​(GraphCode gc, boolean isRefined)
      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()