org.designwizard.design.manager
Class ResultOfImpact

java.lang.Object
  extended by org.designwizard.design.manager.ResultOfImpact

public class ResultOfImpact
extends java.lang.Object

Author:
Jo�o Arthur Brunet Monteiro - jarthur@dsc.ufcg.edu.br

Constructor Summary
ResultOfImpact()
          Creats a new ResultOfImpact
 
Method Summary
 java.util.List<java.lang.String[]> getResult(java.lang.String entityName)
          Returns the result of impact analisis for an Entity with the specified entitiName.
 java.lang.String toString()
          A String representation of the impact analisis for several numbers of entities readed from entities file(./entities.txt).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultOfImpact

public ResultOfImpact()
Creats a new ResultOfImpact

Method Detail

getResult

public java.util.List<java.lang.String[]> getResult(java.lang.String entityName)
Returns the result of impact analisis for an Entity with the specified entitiName.

Parameters:
entityName - the name of the entity.
Returns:
the result of impact analisis for an Entity with the specified entitiName. If there is no result for the specified entity, an empty trace is returned.

toString

public java.lang.String toString()
A String representation of the impact analisis for several numbers of entities readed from entities file(./entities.txt).

Overrides:
toString in class java.lang.Object