sota.ast.util
Class BIPathManager.BIPathInfo

java.lang.Object
  extended by sota.ast.util.BIPathManager.BIPathInfo
Enclosing class:
BIPathManager

protected static class BIPathManager.BIPathInfo
extends java.lang.Object


Field Summary
 java.util.HashMap<java.lang.Integer,java.lang.Long> closedPaths
           
 java.util.HashMap<java.lang.Integer,java.lang.Long> continuedPaths
           
 long nrPaths
           
 
Constructor Summary
protected BIPathManager.BIPathInfo()
           
 
Method Summary
 java.lang.String stringValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

closedPaths

public java.util.HashMap<java.lang.Integer,java.lang.Long> closedPaths

continuedPaths

public java.util.HashMap<java.lang.Integer,java.lang.Long> continuedPaths

nrPaths

public long nrPaths
Constructor Detail

BIPathManager.BIPathInfo

protected BIPathManager.BIPathInfo()
Method Detail

stringValue

public java.lang.String stringValue()