Package | Description |
---|---|
org.liris.smartgov.lez.core.copert | |
org.liris.smartgov.lez.core.copert.tableParser |
Constructor and Description |
---|
Copert(CopertTree completeTree)
Build copertParameters for each
Pollutant
according to the given CopertTree. |
Modifier and Type | Method and Description |
---|---|
CopertTree |
CopertParser.getCopertTree() |
CopertTree |
CopertTree.select()
If there is only one CopertTree child from there, returns this child.
|
CopertTree |
CopertTree.select(java.lang.String matcher)
Tries to find a child that match the given regular expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,CopertTree> |
CopertTree.getChildren() |
java.util.Collection<CopertTree> |
CopertTree.selectAll() |
java.util.Collection<CopertTree> |
CopertTree.selectAllRegExp(java.lang.String regExp)
Returns all the children associated to a key that match the given regular expression.
|
Modifier and Type | Method and Description |
---|---|
void |
CopertTree.put(java.lang.String value,
CopertTree childValue) |