sota.ast.util
Class ModBIPathManager.ModBIPathInfo

java.lang.Object
  extended by sota.ast.util.ModBIPathManager.ModBIPathInfo
Enclosing class:
ModBIPathManager

protected static class ModBIPathManager.ModBIPathInfo
extends java.lang.Object

Hält die Informationen für den Iterationszustand Schleife (für Stack).


Field Summary
 java.util.HashMap<java.lang.Integer,java.lang.Long> closedPaths
           
 java.util.HashMap<java.lang.Integer,java.lang.Long> continuedPaths
           
protected  java.util.HashMap<java.lang.Integer,java.lang.Long> multipleLoopMap
           
 long nrPaths
           
protected  java.util.HashMap<java.lang.Integer,java.lang.Long> singleLoopMap
           
 
Constructor Summary
protected ModBIPathManager.ModBIPathInfo()
           
 
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

multipleLoopMap

protected java.util.HashMap<java.lang.Integer,java.lang.Long> multipleLoopMap

nrPaths

public long nrPaths

singleLoopMap

protected java.util.HashMap<java.lang.Integer,java.lang.Long> singleLoopMap
Constructor Detail

ModBIPathManager.ModBIPathInfo

protected ModBIPathManager.ModBIPathInfo()
Method Detail

stringValue

public java.lang.String stringValue()