| Package | Description |
|---|---|
| net.oneandone.mork.mapping |
Implements the mapping concept.
|
| Modifier and Type | Method and Description |
|---|---|
static Argument |
Argument.merge(int symbol,
List<Argument> arguments)
Merge list of arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static List<List<Argument>> |
RelatedArgument.sort(List<Argument> args)
Returns the sorted list of lists of arguments.
|
static List<Argument> |
Argument.sortAndMergeArgs(Definition target,
List<Argument> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
Definition.addArgument(Argument arg,
Definition src) |
int |
Argument.compare(Argument right) |
| Modifier and Type | Method and Description |
|---|---|
static Function |
Conversion.find(Selection selection,
Definition def,
List<Argument> args,
List<Attribute> outAttrs) |
static List<Attribute> |
Conversion.getAttributes(List<Argument> args) |
static Argument |
Argument.merge(int symbol,
List<Argument> arguments)
Merge list of arguments.
|
static List<List<Argument>> |
RelatedArgument.sort(List<Argument> args)
Returns the sorted list of lists of arguments.
|
static List<Argument> |
Argument.sortAndMergeArgs(Definition target,
List<Argument> args) |
| Constructor and Description |
|---|
RelatedArgument(Argument arg) |
Copyright © 1998–2017 1&1. All rights reserved.