gr.uoa.di.madgik.commons.infra.collocationpolicy
Class CollocationRegistry

java.lang.Object
  extended by gr.uoa.di.madgik.commons.infra.collocationpolicy.CollocationRegistry

public class CollocationRegistry
extends java.lang.Object

Author:
gerasimos.farantatos - DI NKUA

Constructor Summary
CollocationRegistry()
           
 
Method Summary
 void addToCollocationScore(HostingNode node, float value)
           
 float getCollocationScore(HostingNode node)
           
 boolean isSelected(HostingNode node)
           
 void markSelected(HostingNode node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollocationRegistry

public CollocationRegistry()
Method Detail

markSelected

public void markSelected(HostingNode node)

isSelected

public boolean isSelected(HostingNode node)

getCollocationScore

public float getCollocationScore(HostingNode node)
                          throws java.lang.Exception
Throws:
java.lang.Exception

addToCollocationScore

public void addToCollocationScore(HostingNode node,
                                  float value)
                           throws java.lang.Exception
Throws:
java.lang.Exception