> I understood right you want the score only be based on the number
> of image outlinks. Would an empty method updateScore() help?
> You don't want to have a score influenced by inlinks, right?
You are right! Maybe, an empty updateScore() would help.
But then, if I wanted to update the score of an inlink based on an image url I
would call updateScore().inlinkedStoreData.setScore(whatever)?
By doing that, I would change the score of a Score Datum, not the score of the
actual Webpage. Am I missing something here?