Package | Description |
---|---|
com.asakusafw.dmdl.model |
Syntactic models for DMDL.
|
Modifier and Type | Class and Description |
---|---|
class |
AstModelReference
Represents a reference to some models.
|
class |
AstRecordDefinition
Represents a record structure definition.
|
Modifier and Type | Method and Description |
---|---|
AstRecord |
AstRecordDefinition.getUnit() |
AstRecord |
AstModelReference.getUnit() |
Modifier and Type | Method and Description |
---|---|
AstModelDefinition<AstRecord> |
AstModelDefinition.asProjective()
Safely casts this definition as a projective model definition.
|
AstModelDefinition<AstRecord> |
AstModelDefinition.asRecord()
Safely casts this definition as a record model definition.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.