Package | Description |
---|---|
jp.ac.tokushima_u.db.logistics |
Provides classes and interfaces for handling Logistics for Tokushima University.
|
jp.ac.tokushima_u.db.utlf |
Provides classes and interfaces for handling UTLF.
|
jp.ac.tokushima_u.db.utlf.content |
Provides classes and interfaces for handling UTLF Content.
|
jp.ac.tokushima_u.db.utlf.repository |
Provides classes and interfaces for handling UTLF Repository.
|
jp.ac.tokushima_u.edb |
Provides classes and interfaces for handling EDB.
|
jp.ac.tokushima_u.edb.erd |
Provides classes for Educator and Researcher Directory of Tokushima University.
|
Modifier and Type | Field and Description |
---|---|
static UTLFResolver |
Logistics.utlfResolver |
Modifier and Type | Method and Description |
---|---|
static void |
Logistics.setUTLFResolver(UTLFResolver res) |
Constructor and Description |
---|
EqIdRetriever(UTLFResolver res,
boolean doCache) |
Modifier and Type | Field and Description |
---|---|
static UTLFResolver |
UTLFFactory.defaultResolver |
Modifier and Type | Method and Description |
---|---|
UTLFResolver |
UTLFResolver.getDefaultResolver() |
UTLFResolver |
UTLFResolver.setDefaultResolver(UTLFResolver resolver) |
Modifier and Type | Method and Description |
---|---|
<T extends UObject> |
UTLF.getNodeObjectList(Class<T> clas,
UPath path,
UTLFResolver res) |
<T extends UObject> |
UTLF.getObjectList(Class<T> clas,
UPath path,
UTLFResolver res) |
static void |
UTLFFactory.setDefaultResolver(UTLFResolver res) |
UTLFResolver |
UTLFResolver.setDefaultResolver(UTLFResolver resolver) |
Constructor and Description |
---|
UTLFResolver(UTLFResolver resolver) |
Modifier and Type | Method and Description |
---|---|
boolean |
UDict.getBoolean(String kn,
boolean dv,
UTLFResolver res) |
boolean |
UDict.getBoolean(UPath path,
boolean dv,
UTLFResolver res) |
UDate |
UDict.getDate(String kn,
UDate dv,
UTLFResolver res) |
UDate |
UDict.getDate(UPath path,
UDate dv,
UTLFResolver res) |
UDict |
UDict.getDict(String kn,
UDict dv,
UTLFResolver res)
Retrieve sub dict.
|
UDict |
UDict.getDict(String kn,
UTLFResolver res) |
UDict |
UDict.getDict(UPath path,
UDict dv,
UTLFResolver res)
Retrieve sub dict.
|
UDict |
UDict.getDict(UPath path,
UTLFResolver res) |
long |
UDict.getInteger(String kn,
long dv,
UTLFResolver res) |
long |
UDict.getInteger(UPath path,
long dv,
UTLFResolver res) |
<T extends UObject> |
UDict.getNodeObject(Class<T> clas,
UPath path,
UTLFResolver res) |
UObject |
UDict.getNodeObject(UPath path,
UTLFResolver res) |
<T extends UObject> |
UDict.getNodeObjectList(Class<T> clas,
String kn,
UTLFResolver res) |
<T extends UObject> |
UDict.getNodeObjectList(Class<T> clas,
UPath path,
UTLFResolver res) |
<T extends UObject> |
UArray.getNodeObjectList(Class<T> clas,
UTLFResolver res)
Get Node Object List.
|
<T extends UObject> |
UDict.getObject(Class<T> clas,
UPath path,
UTLFResolver res) |
UObject |
UDict.getObject(UPath path,
UTLFResolver res) |
<T extends UObject> |
UDict.getObjectList(Class<T> clas,
String kn,
UTLFResolver res) |
<T extends UObject> |
UDict.getObjectList(Class<T> clas,
UPath path,
UTLFResolver res) |
<T extends UObject> |
UArray.getObjectList(Class<T> clas,
UTLFResolver res) |
double |
UDict.getReal(String kn,
double dv,
UTLFResolver res) |
double |
UDict.getReal(UPath path,
double dv,
UTLFResolver res) |
String |
UDict.getText(String kn,
String dv,
UTLFResolver res) |
String |
UDict.getText(UPath path,
String dv,
UTLFResolver res) |
UObject |
UReference.resolve(UTLFResolver res) |
Modifier and Type | Class and Description |
---|---|
class |
UTLFRepositoryResolver |
Modifier and Type | Method and Description |
---|---|
(package private) UTLFResolver |
EDB.createUTLFResolver()
UTLFResolver を作成.
|
Modifier and Type | Method and Description |
---|---|
void |
EDB.setUTLFResolver(UTLFResolver resolver)
UTLFResolver をセット.
|
Modifier and Type | Field and Description |
---|---|
static UTLFResolver |
ErdCommon.utlfResolver |
EDB Working Group at Tue Jun 10 17:08:59 JST 2025