Class LonelyActorAccumulator
- java.lang.Object
 - 
- pl.put.poznan.sqc.domain.visitors.ActorCount
 - 
- pl.put.poznan.sqc.domain.visitors.LonelyActorAccumulator
 
 
 
- 
- All Implemented Interfaces:
 Visitor
public class LonelyActorAccumulator extends ActorCount
Creates a list of actors that do not appear in any steps. 
- 
- 
Constructor Summary
Constructors Constructor Description LonelyActorAccumulator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<String>getLonely()Get a list of actors that had 0 references in a scenario's steps.- 
Methods inherited from class pl.put.poznan.sqc.domain.visitors.ActorCount
getActorCounter, stripKeywords, visit, visit, visit 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getLonely
public ArrayList<String> getLonely()
Get a list of actors that had 0 references in a scenario's steps.- Returns:
 - A list of names of the unused ('lonely') actors.
 - See Also:
 ActorCount.getActorCounter()
 
 - 
 
 -