public class Dimension extends CadlEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Dimension.Builder |
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLevel(Level level) |
static Dimension.Builder |
builder() |
Level |
findLevelById(org.openrdf.model.URI id) |
Level |
findLevelByName(String localName) |
QuantifiedExpression |
getFormula() |
Set<Level> |
getLevel() |
org.openrdf.model.URI |
getType() |
void |
setFormula(QuantifiedExpression formula) |
equals, getId, hashCode, setIdpublic org.openrdf.model.URI getType()
getType in class CadlEntitypublic QuantifiedExpression getFormula()
public void setFormula(QuantifiedExpression formula)
public void addLevel(Level level)
public Level findLevelById(org.openrdf.model.URI id)
public static Dimension.Builder builder()
Copyright © 2019. All rights reserved.