cz.cuni.mff.ksi.jinfer.iss.idref
Class IdRefSearch
java.lang.Object
cz.cuni.mff.ksi.jinfer.iss.idref.IdRefSearch
public final class IdRefSearch
- extends Object
Utility class to find IDREF attributes in a AM model with known ID set.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getIdRefList
public static List<AttributeMappingId> getIdRefList(AMModel model,
IdSet idSet)
- For a provided AM model and known ID set returns a list of attribute
mapping IDs that can be declared IDREF.
An attribute mapping can be declared IDREF, if its image is a subset
of the combined image of all AMs in the ID set.
- Parameters:
model
- AM model in context of which the search is performed.idSet
- ID set for which to find the IDREF AMs.
- Returns:
- List of potential IDREF AMs.
Generated on Fri Dec 9 00:01:25 CET 2011