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.
|
<I extends Logistics.IdHandler> |
retrieveEqIds(UTLFId id,
I idhdr)
Retrieving the set of IDs which are equivalent to specified id and handled specfied handlers.
|
Set<Logistics.Id> |
retrieveEqIds(UTLFId id,
Logistics.IdHandler... idhdrs)
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 <I extends Logistics.IdHandler> Set<Logistics.Id<I>> retrieveEqIds(UTLFId id, I idhdr)
I
- IdHandlerid
- UTLF-Ididhdr
- ID Handlerpublic Set<Logistics.Id> retrieveEqIds(UTLFId id, Logistics.IdHandler... idhdrs)
id
- UTLF-Ididhdrs
- ID HandlersEDB Working Group at Tue Jun 10 17:08:59 JST 2025