Class GraphCodeMeta

java.lang.Object
de.swa.gc.processing.GraphCodeMeta

public class GraphCodeMeta
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    GraphCodeMeta​(java.lang.String file, GraphCode gc)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFileName()  
    GraphCode getGraphcode()  
    float[] getMetric()  
    void setFileName​(java.lang.String fileName)  
    void setGraphcode​(GraphCode graphcode)  
    void setMetric​(float[] metric)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait