Package | Description |
---|---|
jp.ac.tokushima_u.db.utlf |
Provides classes and interfaces for handling UTLF.
|
jp.ac.tokushima_u.db.utlf.operation |
Provides classes and interfaces for UTLF General Operation.
|
Modifier and Type | Method and Description |
---|---|
static UDict |
UTLFFactory.executeOperation(UOp op,
UDict dict) |
static UTLF |
UTLFFactory.executeOperation(UOp op,
UTLF utlf) |
static UTLF |
UTLFFactory.loadWithOperation(File file,
UOp op,
List<UPath> enDictKeys) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
UOps.UOp1<U> |
(package private) static class |
UOps.UOp2<U,V> |
Modifier and Type | Field and Description |
---|---|
(package private) List<UOp> |
UOps.operations |
Modifier and Type | Method and Description |
---|---|
static <U> UOp |
UOps.createOp(UOps.UOp1Spi<U> spi,
U arg1) |
static <U,V> UOp |
UOps.createOp(UOps.UOp2Spi<U,V> spi,
U arg1,
V arg2) |
Modifier and Type | Method and Description |
---|---|
boolean |
UOps.addOp(UOp... ops) |
Modifier and Type | Method and Description |
---|---|
boolean |
UOps.addOp(List<UOp> ops) |
Constructor and Description |
---|
UOps(UOp... ops) |
UOps(UOp.Variable v,
UOp... ops) |
Constructor and Description |
---|
UOps(List<UOp> ops) |
UOps(UOp.Variable v,
List<UOp> ops) |
EDB Working Group at Tue Jun 10 17:08:59 JST 2025