origins.add(new OriginImpl(c.getOrigin()));
}
}
String literalType = null;
Correlation literalCorrelation = info.getPrimaryCorrelation(Axis.LITERAL);
if (literalCorrelation != null) {
literalType = literalCorrelation.getLiteral().getDescription();
}
theStory = new StoryImpl(storyCache.size(), members, origins,
literalType, fragment, length);
storyCache.put(info, theStory);