Uses of Class
de.swa.gc.GraphCode
-
Uses of GraphCode in de.swa.fuh.explanation
Methods in de.swa.fuh.explanation that return GraphCode Modifier and Type Method Description static GraphCodeGraphCodeHelper. getGraphCode()Methods in de.swa.fuh.explanation with parameters of type GraphCode Modifier and Type Method Description voidMainExplanation. explain(GraphCode gcQuery)Displaying query informationvoidMainExplanation. explain(GraphCode gcQuery, GraphCode result, boolean isComparison)Displaying ranking information of result assets compared to querystatic voidGraphCodeHelper. setGraphCode(GraphCode gc)Constructors in de.swa.fuh.explanation with parameters of type GraphCode 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 queryQueryRepresentation(GraphCode query)ResultExplanation(GraphCode query, GraphCode result, boolean isComparison) -
Uses of GraphCode in de.swa.fuh.qrefinement.logic
Methods in de.swa.fuh.qrefinement.logic that return GraphCode Modifier and Type Method Description static GraphCodeRefinementGCGeneratorThread. erg()Construct a new query based on user's relevance marks using configured RF algorithmGraphCodeRelationshipWeightRocchioRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)GraphCodeRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)GraphCodeSubtractGCRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)static GraphCodeRefinementGCGenerator. subtractGCs(GraphCode gc1, GraphCode gc2)static GraphCodeRefinementGCGenerator. unionofGC(java.util.Vector<GraphCode> gc)Methods in de.swa.fuh.qrefinement.logic that return types with arguments of type GraphCode Modifier and Type Method Description static java.util.Vector<GraphCode>RefinementGCGenerator. getNonRelevantGCs()static java.util.Vector<GraphCode>RefinementGCGenerator. getRelevantGCs()Methods in de.swa.fuh.qrefinement.logic with parameters of type GraphCode Modifier and Type Method Description GraphCodeRelationshipWeightRocchioRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)GraphCodeRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)GraphCodeSubtractGCRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)voidAdaptedRocchioGraphCodeMetricQuerying. query(GraphCode gcQuery)voidNormalGraphCodeMetricQuerying. query(GraphCode gcQuery)voidQuerying. query(GraphCode gcQuery)static GraphCodeRefinementGCGenerator. subtractGCs(GraphCode gc1, GraphCode gc2)Method parameters in de.swa.fuh.qrefinement.logic with type arguments of type GraphCode Modifier and Type Method Description GraphCodeRelationshipWeightRocchioRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)GraphCodeRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)GraphCodeSubtractGCRelevanceFeedback. generateQuery(GraphCode rel, GraphCode nrel, java.util.Vector<GraphCode> vrel, java.util.Vector<GraphCode> vnrel)static GraphCodeRefinementGCGenerator. unionofGC(java.util.Vector<GraphCode> gc) -
Uses of GraphCode in de.swa.fuh.qrefinement.qrm
Methods in de.swa.fuh.qrefinement.qrm that return GraphCode Modifier and Type Method Description GraphCodeRefinementCollection. getCurrentQuery()returns the last executed queryGraphCodeRefinementCollection. getOrGenerateGraphCode(MMFG mmfg)returns or generates a Graph Code for a given MMFGMethods in de.swa.fuh.qrefinement.qrm that return types with arguments of type GraphCode Modifier and Type Method Description java.util.Hashtable<MMFG,GraphCode>RefinementCollection. getCache()java.util.Vector<GraphCode>RefinementCollection. getCollectionGraphCodes()returns a vector of all collection's Graph CodesMethods in de.swa.fuh.qrefinement.qrm with parameters of type GraphCode Modifier and Type Method Description static voidRefinementController. createInstance(GraphCode query, MMFGCollection collection)initializes the single instance of this classjava.util.Vector<MMFG>RefinementCollection. getRecommendedAssets(GraphCode gcQuery)returns recommended assets based on a Graph Code queryjava.util.Vector<MMFG>RefinementCollection. getSimilarAssets(GraphCode gcQuery)returns similar assets based on a Graph Code querystatic voidRefinementController. main(GraphCode query, MMFGCollection collection)main method to start the refinement application in the context of GMAF UIvoidRefinementCollection. query(GraphCode gcQuery)executes a queryvoidRefinementCollection. queryVRM(GraphCode gcQuery)voidRefinementCollection. setCurrentQuery(GraphCode gc) -
Uses of GraphCode in de.swa.fuh.qrefinement.ui.panels
Methods in de.swa.fuh.qrefinement.ui.panels that return GraphCode Modifier and Type Method Description GraphCodeRefinementDetailPanel. getGraphCode() -
Uses of GraphCode in de.swa.gc
Subclasses of GraphCode in de.swa.gc Modifier and Type Class Description classExplainableGraphCodeclassSemanticGraphCodeSemantic Graph Code Extension - WORK IN PROGRESSMethods in de.swa.gc that return GraphCode Modifier and Type Method Description static GraphCodeGraphCodeCollection. calculateGCStop(java.util.Vector<GraphCode> collection, boolean fromCache)calculates the Graph Code of Stop-Words (i.e. irrelevant terms within the collection)static GraphCodeGraphCodeGenerator. generate(MMFG m)returns a Graph Code based on a MMFGstatic GraphCodeGraphCodeCollection. getCollectionGraphCode(GraphCode gc)returns the union of all Graph Codes of the collectionstatic GraphCodeGraphCodeCollection. getFeatureRelevantGraphCode(GraphCode gc1)returns the Feature Relevant Graph Code based on statistical relevance of the collection's Graph Codesstatic GraphCodeGraphCodeCollection. getSummaryGraphCode(GraphCode gc, int top)returns a summary of Graph Codes based on a ranking.static GraphCodeGraphCodeCollection. getUnion(java.util.Vector<GraphCode> gcs)returns the union of Graph Codesstatic GraphCodeGraphCodeIO. read(java.io.File f)reads a Graph Code from a Json-Filestatic GraphCodeGraphCodeCollection. subtract(GraphCode gc1, GraphCode gc2)subtracts one Graph Code from the otherMethods in de.swa.gc that return types with arguments of type GraphCode Modifier and Type Method Description java.util.Vector<GraphCode>GraphCode. getCollectionElements()returns the elements of a Graph Code collectionMethods in de.swa.gc with parameters of type GraphCode Modifier and Type Method Description voidGraphCode. addGraphCode(GraphCode gc)adds a Graph Code to a collectionstatic java.lang.StringGraphCodeIO. asJson(GraphCode gc)returns a Graph Code as JSonstatic float[]GraphCodeMetric. calculateSimilarity(GraphCode gcQuery, GraphCode gc)calculates the metric triple for Graph Codes based on a given querystatic GraphCodeGraphCodeCollection. getCollectionGraphCode(GraphCode gc)returns the union of all Graph Codes of the collectionstatic GraphCodeGraphCodeCollection. getFeatureRelevantGraphCode(GraphCode gc1)returns the Feature Relevant Graph Code based on statistical relevance of the collection's Graph Codesstatic GraphCodeGraphCodeCollection. getSummaryGraphCode(GraphCode gc, int top)returns a summary of Graph Codes based on a ranking.static GraphCodeGraphCodeCollection. subtract(GraphCode gc1, GraphCode gc2)subtracts one Graph Code from the otherstatic voidGraphCodeIO. write(GraphCode gc, java.io.File f)writes a Graph Code as Json into File fMethod parameters in de.swa.gc with type arguments of type GraphCode Modifier and Type Method Description static GraphCodeGraphCodeCollection. calculateGCStop(java.util.Vector<GraphCode> collection, boolean fromCache)calculates the Graph Code of Stop-Words (i.e. irrelevant terms within the collection)static GraphCodeGraphCodeCollection. getUnion(java.util.Vector<GraphCode> gcs)returns the union of Graph CodesConstructors in de.swa.gc with parameters of type GraphCode Constructor Description ExplainableGraphCode(GraphCode gc)SemanticGraphCode(GraphCode gc) -
Uses of GraphCode in de.swa.gc.processing
Methods in de.swa.gc.processing that return GraphCode Modifier and Type Method Description GraphCodeGraphCodeMeta. getGraphcode()Methods in de.swa.gc.processing with parameters of type GraphCode Modifier and Type Method Description voidGraphCodeMeta. setGraphcode(GraphCode graphcode)voidAppleMetalProcessor. setQueryObject(GraphCode gc)voidCollectionProcessor. setQueryObject(GraphCode gc)Constructors in de.swa.gc.processing with parameters of type GraphCode Constructor Description GraphCodeMeta(java.lang.String file, GraphCode gc) -
Uses of GraphCode in de.swa.gmaf.api
Methods in de.swa.gmaf.api that return GraphCode Modifier and Type Method Description GraphCodeGMAF_Facade_SOAPImpl. generateGraphCode(java.lang.String auth_token, MMFG mmfg)returns a Graph Code for a given MMFGGraphCodeGMAF_Facade. generateGraphCode(java.lang.String auth_token, MMFG mmfg)returns a Graph Code for a given MMFGGraphCodeGMAF_UI_Facade. getGraphCodeForMMFG(java.lang.String auth_token, java.lang.String mmfg_id)GraphCodeGMAF_UI_FacadeImpl. getGraphCodeForMMFG(java.lang.String auth_token, java.lang.String mmfg_id)GraphCodeGMAF_Facade_SOAPImpl. getOrGenerateGraphCode(java.lang.String auth_token, java.lang.String id)returns a Graph Code for a given MMFGGraphCodeGMAF_Facade. getOrGenerateGraphCode(java.lang.String auth_token, java.lang.String mmfg)returns a Graph Code for a given MMFG-IDMethods in de.swa.gmaf.api with parameters of type GraphCode Modifier and Type Method Description java.util.Vector<java.lang.String>GMAF_Facade_SOAPImpl. getRecommendedAssetIDsByGraphCode(java.lang.String auth_token, GraphCode gc)returns a list of recommendations for a given Graph Codejava.util.Vector<java.lang.String>GMAF_Facade. getRecommendedAssetIDsByGraphCode(java.lang.String auth_token, GraphCode gc)returns a list of recommendations for a given Graph Codejava.util.Vector<MMFG>GMAF_Facade_RESTImpl. getRecommendedAssets(java.lang.String auth_token, GraphCode gc)returns a list of recommendations for a given Graph Codejava.util.Vector<java.lang.String>GMAF_Facade_SOAPImpl. getSimilarAssetIDsByGraphCode(java.lang.String auth_token, GraphCode gc)returns a list of similar assets for a given Graph Codejava.util.Vector<java.lang.String>GMAF_Facade. getSimilarAssetIDsByGraphCode(java.lang.String auth_token, GraphCode gc)returns a list of similar assets for a given Graph Codejava.util.Vector<MMFG>GMAF_Facade_RESTImpl. getSimilarAssets(java.lang.String auth_token, GraphCode gc)returns a list of similar assets for a given Graph Code -
Uses of GraphCode in de.swa.gmaf.extensions
Methods in de.swa.gmaf.extensions that return GraphCode Modifier and Type Method Description GraphCodeSemanticExtension. getQueryGraphCode(java.lang.String sparql, GraphCode base)returns a Graph Code for a given SparQL query, which represents the external inferences of an already existing calculated base Graph CodeMethods in de.swa.gmaf.extensions with parameters of type GraphCode Modifier and Type Method Description GraphCodeSemanticExtension. getQueryGraphCode(java.lang.String sparql, GraphCode base)returns a Graph Code for a given SparQL query, which represents the external inferences of an already existing calculated base Graph Code -
Uses of GraphCode in de.swa.gmaf.extensions.defaults
Methods in de.swa.gmaf.extensions.defaults that return GraphCode Modifier and Type Method Description GraphCodeDefaultExtension. getQueryGraphCode(java.lang.String sparql, GraphCode base)Methods in de.swa.gmaf.extensions.defaults with parameters of type GraphCode Modifier and Type Method Description GraphCodeDefaultExtension. getQueryGraphCode(java.lang.String sparql, GraphCode base) -
Uses of GraphCode in de.swa.gmaf.extensions.wikidata
Methods in de.swa.gmaf.extensions.wikidata that return GraphCode Modifier and Type Method Description GraphCodeSemWebExtension. getQueryGraphCode(java.lang.String sparql, GraphCode base)Methods in de.swa.gmaf.extensions.wikidata with parameters of type GraphCode Modifier and Type Method Description GraphCodeSemWebExtension. getQueryGraphCode(java.lang.String sparql, GraphCode base) -
Uses of GraphCode in de.swa.ui
Methods in de.swa.ui that return GraphCode Modifier and Type Method Description GraphCodeMMFGCollection. getCurrentQuery()GraphCodeMMFGCollection. getOrGenerateGraphCode(MMFG mmfg)returns or generates a Graph Code for a given MMFGMethods in de.swa.ui that return types with arguments of type GraphCode Modifier and Type Method Description java.util.Vector<GraphCode>MMFGCollection. getCollectionGraphCodes()returns a vector of all collection's Graph CodesMethods in de.swa.ui with parameters of type GraphCode Modifier and Type Method Description java.util.Vector<MMFG>MMFGCollection. getRecommendedAssets(GraphCode gcQuery)returns recommended assets based on a Graph Code queryjava.util.Vector<MMFG>MMFGCollection. getSimilarAssets(GraphCode gcQuery)returns similar assets based on a Graph Code queryvoidMMFGCollection. query(GraphCode gcQuery)executes a queryConstructors in de.swa.ui with parameters of type GraphCode Constructor Description GraphCodeTableModel(GraphCode gc) -
Uses of GraphCode in de.swa.ui.panels
Methods in de.swa.ui.panels that return GraphCode Modifier and Type Method Description GraphCodeAssetDetailPanel. getGraphCode()Constructors in de.swa.ui.panels with parameters of type GraphCode Constructor Description ExplainPanel(GraphCode gc)TagCloudPanel(GraphCode gc, int x, int y) -
Uses of GraphCode in de.swa.ui.query
Methods in de.swa.ui.query with parameters of type GraphCode Modifier and Type Method Description voidDefaultQueryExplainer. explain(GraphCode gcQuery)