|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.designwizard.design.manager.ResultOfImpact
public class ResultOfImpact
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 |
---|
public ResultOfImpact()
ResultOfImpact
Method Detail |
---|
public java.util.List<java.lang.String[]> getResult(java.lang.String entityName)
Entity
with
the specified entitiName.
entityName
- the name of the entity.
Entity
with
the specified entitiName. If there is no result for the specified entity, an empty trace is returned.public java.lang.String toString()
String
representation of the impact analisis for several numbers
of entities readed from entities file(./entities.txt).
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |