public class CoordValue extends Object
| Constructor and Description | 
|---|
CoordValue(Coord coord,
          String[] exprs,
          DomainMapper[] dms)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Coord | 
getCoord()
Returns the coordinate definition. 
 | 
DomainMapper[] | 
getDomainMappers()
Returns the domain mappers used to decode the coordinate's input values,
 where known. 
 | 
String[] | 
getExpressions()
Returns the user-supplied expressions for the coordinate's values. 
 | 
public CoordValue(Coord coord, String[] exprs, DomainMapper[] dms)
coord - coordinate definitionexprs - array of user-supplied expressions, one for each input
                value associated with the coordinatedms - array of DomainMappers, one for each input value;
                individual elements may be null if no DomainMapper
                is knownpublic Coord getCoord()
public String[] getExpressions()
The returned array has coord.getInputs().length elements.
public DomainMapper[] getDomainMappers()
The returned array has coord.getInputs().length elements.
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.