public class RankingConfiguration extends Object
| Constructor and Description |
|---|
RankingConfiguration(com.hp.hpl.jena.rdf.model.Resource uriResource,
RankBy type,
double weight) |
| Modifier and Type | Method and Description |
|---|---|
RankBy |
getType() |
com.hp.hpl.jena.rdf.model.Resource |
getUriResource() |
double |
getWeight() |
void |
setType(RankBy type) |
void |
setUriResource(com.hp.hpl.jena.rdf.model.Resource uriResource) |
void |
setWeight(double weight) |
public RankingConfiguration(com.hp.hpl.jena.rdf.model.Resource uriResource,
RankBy type,
double weight)
public com.hp.hpl.jena.rdf.model.Resource getUriResource()
public void setUriResource(com.hp.hpl.jena.rdf.model.Resource uriResource)
public RankBy getType()
public void setType(RankBy type)
public double getWeight()
public void setWeight(double weight)
Copyright © 2016 Enterprise Information Systems - University of Bonn. All rights reserved.