Class ProgramImplementation_Concrete_Creator

java.lang.Object
  |
  +--ProgramImplementation_Creator
        |
        +--ProgramImplementation_Concrete_Creator

public class ProgramImplementation_Concrete_Creator
extends ProgramImplementation_Creator

This class models the reachability graph of a program. The reachability graph is a directed graph that contains all the states of the fault-span of a program. This class is the root of the abstract class hierarchy in the Bridge design pattern.

Since:
 

Constructor Summary
ProgramImplementation_Concrete_Creator()
          Creates new ProgramImplementation_Concrete_Creator
 
Method Summary
 ProgramImplementation factoryMethod(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramImplementation_Concrete_Creator

public ProgramImplementation_Concrete_Creator()
Creates new ProgramImplementation_Concrete_Creator
Method Detail

factoryMethod

public ProgramImplementation factoryMethod(int i)
Overrides:
factoryMethod in class ProgramImplementation_Creator