| Package | Description |
|---|---|
| org.aksw.hawk.nouncombination |
| Modifier and Type | Method and Description |
|---|---|
static NounCombiners |
NounCombiners.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NounCombiners[] |
NounCombiners.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private ANounCombiner |
NounCombinationChain.resolveEnum(NounCombiners combinatorEnum)
Maps from Enum to specific instance of class.
|
| Constructor and Description |
|---|
NounCombinationChain(NounCombiners firstCombiner,
NounCombiners... followingCombiners)
Creates a chain with all given Combiners.
|
NounCombinationChain(NounCombiners firstCombiner,
NounCombiners... followingCombiners)
Creates a chain with all given Combiners.
|
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.