See: Description
Class | Description |
---|---|
CoreOperatorFactory |
Provides factory methods for core operators.
|
CoreOperatorFactory.Checkpoint<T> |
Represents a checkpoint operator which provides restarting point for (partial) failures.
|
CoreOperatorFactory.Confluent<T> |
Represents a confluent operator which provides union of data-sets.
|
CoreOperatorFactory.Empty<T> |
Represents an empty operator which provides empty data-sets.
|
CoreOperatorFactory.EmptyFragment |
An empty operator fragment which requires the target type.
|
CoreOperatorFactory.Extend<T> |
Represents a extend operator which transforms data model objects into other data model types.
|
CoreOperatorFactory.ExtendFragment |
An extend operator fragment which requires the target type.
|
CoreOperatorFactory.Project<T> |
Represents a project operator which transforms data model objects into other data model types.
|
CoreOperatorFactory.ProjectFragment |
An project operator fragment which requires the target type.
|
CoreOperatorFactory.Restructure<T> |
Represents a restructure operator which transforms data model objects into other data model types.
|
CoreOperatorFactory.RestructureFragment |
An restructure operator fragment which requires the target type.
|
CoreOperators |
Provides factory methods for core operators.
|
PseudElementDescription |
Represents definition of a pseudo-element on the flow DSL.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.