| Constructor and Description |
|---|
EqIdRetriever(UTLFResolver res,
boolean doCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEquivalent(UTLFId id1,
UTLFId id2)
Check equivalece id1 and id2.
|
Set<UTLFId> |
retrieveEqIds(UTLFId id)
Retrieving the set of IDs which are equivalent to specified id.
|
Set<Logistics.Id> |
retrieveEqIds(UTLFId id,
Logistics.IdHandler... idhdrs)
Retrieving the set of IDs which are equivalent to specified id and handled specfied handlers.
|
<U extends Logistics.UTLFHandler> |
retrieveEqIds(UTLFId id,
Logistics.IdHandler<U> idhdr)
Retrieving the set of IDs which are equivalent to specified id and handled specfied handlers.
|
public EqIdRetriever(UTLFResolver res, boolean doCache)
res - UTLF Object Resolver.doCache - boolean value of caching.public Set<UTLFId> retrieveEqIds(UTLFId id)
id - UTLF-Idpublic <U extends Logistics.UTLFHandler> Set<Logistics.Id<U>> retrieveEqIds(UTLFId id, Logistics.IdHandler<U> idhdr)
U - UTLFHandlerid - UTLF-Ididhdr - ID Handlerpublic Set<Logistics.Id> retrieveEqIds(UTLFId id, Logistics.IdHandler... idhdrs)
id - UTLF-Ididhdrs - ID HandlersEDB Working Group at Mon Dec 15 16:45:05 JST 2025