nct.output
Class SIFWriter<NodeType extends java.lang.Comparable<? super NodeType>,WeightType extends java.lang.Comparable<? super WeightType>>

java.lang.Object
  extended by nct.output.SIFWriter<NodeType,WeightType>

public class SIFWriter<NodeType extends java.lang.Comparable<? super NodeType>,WeightType extends java.lang.Comparable<? super WeightType>>
extends java.lang.Object


Constructor Summary
SIFWriter(Graph<NodeType,WeightType> g, java.lang.String name)
           
 
Method Summary
static
<NodeType extends java.lang.Comparable<? super NodeType>,WeightType extends java.lang.Comparable<? super WeightType>>
java.lang.String
getSIFString(Graph<NodeType,WeightType> g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIFWriter

public SIFWriter(Graph<NodeType,WeightType> g,
                 java.lang.String name)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getSIFString

public static <NodeType extends java.lang.Comparable<? super NodeType>,WeightType extends java.lang.Comparable<? super WeightType>> java.lang.String getSIFString(Graph<NodeType,WeightType> g)