}
Graph graph;
if(graphType.equalsIgnoreCase(FEEDBACKHISTORYGRAPH))
{
return new FeedbackHistoryGraph(new FeedbackHistoryEdgeFactory());
}
else if(graphType.equalsIgnoreCase(REPUTATIONGRAPH))
{
return new ReputationGraph(new ReputationEdgeFactory());