evidence.setResidentNode("hasFamilyStatus");
argument = new ArgumentInfo();
argument.setType("Person");
argument.setName(personName);
evidence.getArguments().add(argument);
FamilyStatus status = person.getHasFamilyStatus();
evidence.setState(status.toString());
evidenceList.add(evidence);
}
// Evidence that support the hypothesis hasTerroristBeliefs(person)
if (person.getHasFriendshipWithTerrorist() != null) {