jInfer

cz.cuni.mff.ksi.jinfer.iss.idref
Class IdRefSearch

java.lang.Object
  extended by 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.


Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011