org.openbp.guiclient.model.item.itemfinder
Class ModelFinder

java.lang.Object
  extended by org.openbp.guiclient.model.item.itemfinder.FinderImpl
      extended by org.openbp.guiclient.model.item.itemfinder.ModelFinder
All Implemented Interfaces:
Finder

public class ModelFinder
extends FinderImpl

The model finder only searches for imported models.

Author:
Baumgartner Michael

Constructor Summary
ModelFinder()
           
 
Method Summary
 java.util.List findModelObjectInModel(ModelObject mo, Model model)
          Find all references of the model object in the specified model.
 
Methods inherited from class org.openbp.guiclient.model.item.itemfinder.FinderImpl
addIfMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFinder

public ModelFinder()
Method Detail

findModelObjectInModel

public java.util.List findModelObjectInModel(ModelObject mo,
                                             Model model)
Description copied from interface: Finder
Find all references of the model object in the specified model. If no references are found an empty list is returned.

Parameters:
mo - The references of the model object are searched
model - The model to search in
Returns:
List containing ModelObject object that match the model object


Copyright © 2011. All Rights Reserved.