Package | Description |
---|---|
com.asakusafw.vocabulary.flow.builder |
Flow connection APIs (for internal use only).
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
KeyInfo.ascendant(String name)
Adds an ascendant ordering property.
|
KeyInfo |
KeyInfo.descendant(String name)
Adds a descendant ordering property.
|
KeyInfo |
EdgeInfo.getKey()
Returns key information.
|
KeyInfo |
KeyInfo.group(String name)
Adds a grouping key.
|
static KeyInfo |
Attributes.key()
Creates a new
KeyInfo object. |
Modifier and Type | Method and Description |
---|---|
TSelf |
EdgeInfo.withKey(KeyInfo newValue)
Sets key information.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.