| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DataElementConcept> |
IndicatorConfiguration.getDataElementConcepts(IndicatorDefinition indicatorDefinition)
Returns all Data Element Concepts related to an indicator definition.
|
Set<DataElementConcept> |
IndicatorConfiguration.getDataElementConcepts(com.orchestranetworks.schema.SchemaLocation schemaLocation)
Returns all Data Element Concepts related to a Schema.
|
| Modifier and Type | Method and Description |
|---|---|
Set<IndicatorDefinition> |
IndicatorConfiguration.getIndicatorDefinition(DataElementConcept dec)
Returns all Indicators related to a Data Element Concept.
|