Package | Description |
---|---|
edu.utexas.clm.archipelago.ijsupport.bottle | |
edu.utexas.clm.archipelago.network.translation |
Modifier and Type | Class and Description |
---|---|
class |
LayerBottle |
class |
PatchBottle |
class |
PointBottle
A PointBottle to support synchronized point objects across cluster nodes
|
class |
SIFTParamBottle |
Modifier and Type | Method and Description |
---|---|
Bottle |
SIFTParamBottler.bottle(Object o,
MessageXC xc) |
Bottle<Point> |
PointBottler.bottle(Object o,
MessageXC xc) |
Bottle<Patch> |
PatchBottler.bottle(Object o,
MessageXC xc) |
Bottle<Layer> |
LayerBottler.bottle(Object o,
MessageXC xc) |
Modifier and Type | Class and Description |
---|---|
class |
FileBottle |
Modifier and Type | Method and Description |
---|---|
Bottle<File> |
FileBottler.bottle(Object o,
MessageXC xc) |
Bottle<A> |
Bottler.bottle(Object o,
MessageXC xc)
Return a Bottle that will return an equivalent to the argument when unBottle is called.
|
Copyright © 2015–2021 Fiji. All rights reserved.