public class Level extends CadlEntity implements HasFormula
| Modifier and Type | Class and Description |
|---|---|
static class |
Level.Builder |
| Constructor and Description |
|---|
Level() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(Attribute a) |
void |
addRollUpTo(Level rollUpTo) |
static Level.Builder |
builder() |
Attribute |
findAttributeById(org.openrdf.model.URI id) |
Attribute |
findAttributeByName(String localName) |
Set<Attribute> |
getAttribute() |
QuantifiedExpression |
getFormula() |
Set<Level> |
getRollUpTo() |
org.openrdf.model.URI |
getType() |
void |
setFormula(QuantifiedExpression formula) |
equals, getId, hashCode, setIdpublic org.openrdf.model.URI getType()
getType in class CadlEntitypublic void addAttribute(Attribute a)
public Attribute findAttributeById(org.openrdf.model.URI id)
public void addRollUpTo(Level rollUpTo)
public QuantifiedExpression getFormula()
getFormula in interface HasFormulapublic void setFormula(QuantifiedExpression formula)
setFormula in interface HasFormulapublic static Level.Builder builder()
Copyright © 2019. All rights reserved.