Uses of Class
org.deduced.NameReferenceFinderImplementation

Packages that use NameReferenceFinderImplementation
org.deduced This package contains the base classes of the deduced framework. 
 

Uses of NameReferenceFinderImplementation in org.deduced
 

Methods in org.deduced with parameters of type NameReferenceFinderImplementation
private static void DeducedUtilities.addAllModelLayersInListToNameReferenceFinder(NameReferenceFinderImplementation nameReferenceFinder, PropertyCollection<?,?> layerList)
          parse a List of possible model layers And Add them all to a name Reference finder
private static void DeducedUtilities.addModelLayerCollectionListToNameReferenceFinder(PropertyCollection<?,?> modelLayer, NameReferenceFinderImplementation nameReferenceFinder)
          add Model Layer collection List To Name Reference Finder
private static void DeducedUtilities.addModelLayerDependentModelListToNameReferenceFinder(PropertyCollection<?,?> modelLayer, NameReferenceFinderImplementation nameReferenceFinder)
          add Model Layer Dependent Model List To Name Reference Finder
private static void DeducedUtilities.addModelLayerToNameReferenceFinderIfNameIsValid(PropertyCollection<?,?> modelLayer, NameReferenceFinderImplementation nameReferenceFinder)
          add Model Layer To Name Reference Finder only if it has a valid name
private static void DeducedUtilities.addPossibleModelLayerAndChildModelsToNameReferenceFinder(PropertyCollection<?,?> modelLayer, NameReferenceFinderImplementation nameReferenceFinder)
          add Model Layer and child models To Name Reference Finder