| Package | Description |
|---|---|
| io.pcp.parfait.dxm.semantics |
| Modifier and Type | Class and Description |
|---|---|
static class |
PcpScale.SpaceScale |
static class |
PcpScale.TimeScale |
static class |
PcpScale.UnitScale |
| Modifier and Type | Field and Description |
|---|---|
private PcpScale<?> |
UnitMapping.perDimension |
private PcpScale<?> |
UnitMapping.unitDimension |
| Modifier and Type | Method and Description |
|---|---|
private PcpScale<?> |
UnitMapping.getScale(java.lang.Class<? extends PcpScale<?>> scaleClass) |
| Modifier and Type | Method and Description |
|---|---|
private static int |
UnitMapping.assembleDimensions(PcpScale<?> unitScale,
PcpScale<?> timeScale,
PcpScale<?> spaceScale,
Dimension unitDimension,
Dimension timeDimension,
Dimension spaceDimension) |
private static int |
UnitMapping.assembleDimensions(PcpScale<?> unitScale,
PcpScale<?> timeScale,
PcpScale<?> spaceScale,
Dimension unitDimension,
Dimension timeDimension,
Dimension spaceDimension) |
private static int |
UnitMapping.assembleDimensions(PcpScale<?> unitScale,
PcpScale<?> timeScale,
PcpScale<?> spaceScale,
Dimension unitDimension,
Dimension timeDimension,
Dimension spaceDimension) |
| Modifier and Type | Method and Description |
|---|---|
private Dimension |
UnitMapping.getDimension(java.lang.Class<? extends PcpScale<?>> scaleClass) |
private PcpScale<?> |
UnitMapping.getScale(java.lang.Class<? extends PcpScale<?>> scaleClass) |
| Constructor and Description |
|---|
UnitMapping(javax.measure.Unit<?> unit,
PcpDimensionSet dimensionSet,
PcpScale<?> unitDimension,
PcpScale<?> perDimension) |
UnitMapping(javax.measure.Unit<?> unit,
PcpDimensionSet dimensionSet,
PcpScale<?> unitDimension,
PcpScale<?> perDimension) |