public class RelatednessFactory extends Object
Modifier and Type | Field and Description |
---|---|
Relatedness |
relatedness |
static String |
STD |
Constructor and Description |
---|
RelatednessFactory() |
RelatednessFactory(String type) |
Modifier and Type | Method and Description |
---|---|
Relatedness |
getRelatedness(int x,
int y) |
double |
getScore(int x,
int y) |
boolean |
hasNegativeScores() |
static void |
register(Relatedness rel) |
public static final String STD
public Relatedness relatedness
public RelatednessFactory()
public RelatednessFactory(String type)
public static void register(Relatedness rel)
public double getScore(int x, int y)
public boolean hasNegativeScores()
public Relatedness getRelatedness(int x, int y)
Copyright © 2013. All rights reserved.