coins.aflow
Class SimpleLoopInf

java.lang.Object
  extended bycoins.aflow.SimpleLoopInf

public class SimpleLoopInf
extends java.lang.Object


Constructor Summary
SimpleLoopInf()
          Creates a new instance of SimpleLoopInf
 
Method Summary
 java.util.Set getBBlocks()
           
 BBlock getEntryBBlock()
           
 SimpleLoopInf getFirstChild()
           
 SimpleLoopInf getNextBrother()
           
 SimpleLoopInf getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLoopInf

public SimpleLoopInf()
Creates a new instance of SimpleLoopInf

Method Detail

getBBlocks

public java.util.Set getBBlocks()

getEntryBBlock

public BBlock getEntryBBlock()

getFirstChild

public SimpleLoopInf getFirstChild()

getNextBrother

public SimpleLoopInf getNextBrother()

getParent

public SimpleLoopInf getParent()