| Package | Description |
|---|---|
| com.asakusafw.dmdl.semantics.trait |
Core traits for intermediate representations of DMDL.
|
| Modifier and Type | Method and Description |
|---|---|
List<MappingFactor> |
ReduceTerm.getMappings()
Returns mapping/folding factors in this term.
|
| Constructor and Description |
|---|
ReduceTerm(T term,
ModelSymbol source,
List<MappingFactor> mappings,
List<PropertySymbol> grouping)
Creates and returns a new instance.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.