Package nis.svc.mdl.api
Interface ModelEntities.Exposures
-
- Enclosing interface:
- ModelEntities
public static interface ModelEntities.Exposures
The model exposures table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ModelEntities.Exposures.Row
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
attributes()
The list of available factor attributes.ModelEntities.Exposures.Row
get(java.lang.String identifier)
ModelEntities.Exposures.Row
row(int num)
ModelEntities.Exposures.Row[]
rows()
int
size()
-
-
-
Method Detail
-
rows
ModelEntities.Exposures.Row[] rows()
-
get
ModelEntities.Exposures.Row get(java.lang.String identifier)
-
size
int size()
-
row
ModelEntities.Exposures.Row row(int num)
-
attributes
java.lang.String[] attributes()
The list of available factor attributes. Note that the return value from a row may still be null.- Returns:
- the list
-
-