Package | Description |
---|---|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
Modifier and Type | Field and Description |
---|---|
AstGrouping |
AstSummarize.grouping
The grouping properties for aggregation.
|
AstGrouping |
AstJoin.grouping
The grouping properties for each equivalent join.
|
Modifier and Type | Method and Description |
---|---|
R |
AstNode.Visitor.visitGrouping(C context,
AstGrouping node)
Called back from
AstGrouping . |
R |
AstNode.AbstractVisitor.visitGrouping(C context,
AstGrouping node) |
Constructor and Description |
---|
AstJoin(Region region,
AstModelReference reference,
AstModelMapping mapping,
AstGrouping grouping)
Creates and returns a new instance.
|
AstSummarize(Region region,
AstModelReference reference,
AstModelFolding folding,
AstGrouping grouping)
Creates and returns a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.