public class Cube extends CadlEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Cube.Builder |
| Constructor and Description |
|---|
Cube() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDimension(Dimension dimension) |
void |
addMeasure(Measure measure) |
void |
addStorage(DataSource ds) |
static Cube.Builder |
builder() |
Dimension |
findDimensionById(org.openrdf.model.URI id) |
Dimension |
findDimensionByName(String localName) |
Set<Dimension> |
getDimension() |
Set<Measure> |
getMeasure() |
Variable |
getSource() |
Set<DataSource> |
getStorage() |
org.openrdf.model.URI |
getType() |
void |
setSource(Variable source) |
equals, getId, hashCode, setIdpublic org.openrdf.model.URI getType()
getType in class CadlEntitypublic void addStorage(DataSource ds)
public Set<DataSource> getStorage()
public Variable getSource()
public void setSource(Variable source)
public Dimension findDimensionById(org.openrdf.model.URI id)
public void addDimension(Dimension dimension)
public void addMeasure(Measure measure)
public static Cube.Builder builder()
Copyright © 2019. All rights reserved.