public interface PointRelation
Used to access input relations for a result point.
Modifier and Type | Method and Description |
---|---|
Point |
getInputPoint()
Gets the input point definition.
|
Params |
getParams()
Gets the params.
|
Point |
getResultPoint()
Gets the result point definition.
|
Optional<Sync> |
getSync()
Gets a sync object for this.
|
@Nonnull @CheckReturnValue Point getInputPoint()
@Nonnull @CheckReturnValue Params getParams()
@Nonnull @CheckReturnValue Point getResultPoint()
@Nonnull @CheckReturnValue Optional<Sync> getSync()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.