main.rules
Class Follower

java.lang.Object
  extended bymain.rules.RoleChecker
      extended bymain.rules.Follower

public class Follower
extends RoleChecker

Author:
cbishop

Constructor Summary
Follower(LinkedHashMap analysedMap, String variable, ArrayList methods)
          Constructor for Follower
 
Method Summary
 ArrayList checkRole()
          Return list of result from role check
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Follower

public Follower(LinkedHashMap analysedMap,
                String variable,
                ArrayList methods)
Constructor for Follower

Parameters:
analysedMap - LinkedHashMap of analysed statements
variable - String being variable name
methods - ArrayList of method names
Method Detail

checkRole

public ArrayList checkRole()
Return list of result from role check

Specified by:
checkRole in class RoleChecker
Returns:
ArrayList