public class CollocationRegistry extends Object
| Constructor and Description |
|---|
CollocationRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCollocationScore(HostingNode node,
float value) |
int |
currentRound(HostingNode node) |
float |
getCollocationScore(HostingNode node) |
float |
getTotalCollocationScore(HostingNode node) |
boolean |
isSelected(HostingNode node) |
void |
markSelected(HostingNode node) |
void |
newRound(HostingNode node) |
int |
timesSelected(HostingNode node) |
public void markSelected(HostingNode node)
public boolean isSelected(HostingNode node)
public int timesSelected(HostingNode node)
public int currentRound(HostingNode node)
public void newRound(HostingNode node)
public float getCollocationScore(HostingNode node) throws Exception
Exceptionpublic float getTotalCollocationScore(HostingNode node) throws Exception
Exceptionpublic void addToCollocationScore(HostingNode node, float value) throws Exception
ExceptionCopyright © 2018. All Rights Reserved.