public class Measure extends CadlEntity implements HasFormula
| Modifier and Type | Class and Description |
|---|---|
static class |
Measure.Builder |
| Constructor and Description |
|---|
Measure() |
| Modifier and Type | Method and Description |
|---|---|
static Measure.Builder |
builder() |
QuantifiedExpression |
getFormula() |
org.openrdf.model.URI |
getType() |
void |
setFormula(QuantifiedExpression formula) |
equals, getId, hashCode, setIdpublic org.openrdf.model.URI getType()
getType in class CadlEntitypublic QuantifiedExpression getFormula()
getFormula in interface HasFormulapublic void setFormula(QuantifiedExpression formula)
setFormula in interface HasFormulapublic static Measure.Builder builder()
Copyright © 2019. All rights reserved.