Package | Description |
---|---|
com.asakusafw.info.operator |
Asakusa operator DSL information models.
|
com.asakusafw.info.operator.view |
Views of operator graphs.
|
Modifier and Type | Method and Description |
---|---|
InputGranularity |
InputAttribute.getGranulatity() |
InputGranularity |
InputInfo.getGranulatity()
Returns the input granularity.
|
static InputGranularity |
InputGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputGranularity[] |
InputGranularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InputAttribute(String name,
ClassInfo dataType,
InputGranularity granulatity,
InputGroup group)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
InputGranularity |
InputView.getGranulatity() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.