public class QualityAssessmentRule extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Double |
coefficient |
protected String |
description |
protected String |
filter |
protected Integer |
groupId |
protected Integer |
id |
protected String |
label |
Constructor and Description |
---|
QualityAssessmentRule(Integer id,
Integer groupId,
String filter,
Double coefficient,
String label,
String description) |
Modifier and Type | Method and Description |
---|---|
Double |
getCoefficient() |
String |
getDescription() |
String |
getFilter() |
Integer |
getGroupId() |
Integer |
getId() |
String |
getLabel() |
void |
setCoefficient(Double coefficient) |
void |
setDescription(String description) |
void |
setFilter(String filter) |
void |
setGroupId(Integer groupId) |
void |
setId(Integer id) |
void |
setLabel(String label) |
String |
toString(String graphName)
Constructs a SPARQL query for a particular graph.
|
protected Integer id
protected Integer groupId
protected String filter
protected Double coefficient
protected String label
protected String description
public Integer getId()
public Integer getGroupId()
public String getFilter()
public String toString(String graphName)
graphName
- the name of the graph to apply the rule topublic Double getCoefficient()
public String getLabel()
public String getDescription()
public void setId(Integer id)
public void setGroupId(Integer groupId)
public void setFilter(String filter)
public void setCoefficient(Double coefficient)
public void setLabel(String label)
public void setDescription(String description)
Copyright © 2013. All Rights Reserved.