Class ConnectionCostsWriter
Inheritance
System.Object
    ConnectionCostsWriter
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Analysis.Ja.Util
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public sealed class ConnectionCostsWriter
  Constructors
| Improve this Doc View SourceConnectionCostsWriter(Int32, Int32)
Constructor for building. TODO: remove write access
Declaration
public ConnectionCostsWriter(int forwardSize, int backwardSize)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | forwardSize | |
| System.Int32 | backwardSize | 
Methods
| Improve this Doc View SourceAdd(Int32, Int32, Int32)
Declaration
public void Add(int forwardId, int backwardId, int cost)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | forwardId | |
| System.Int32 | backwardId | |
| System.Int32 | cost | 
Write(String)
Declaration
public void Write(string baseDir)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | baseDir |