Uses of Interface
com.bbn.openmap.SoloMapComponentPolicy

Packages that use SoloMapComponentPolicy
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
 

Uses of SoloMapComponentPolicy in com.bbn.openmap
 

Classes in com.bbn.openmap that implement SoloMapComponentPolicy
 class SoloMapComponentRejectPolicy
          A SoloMapComponentPolicy that rejects attempts to add a duplicate SoloMapComponent to the BeanContext.
 class SoloMapComponentReplacePolicy
          A SoloMapComponentPolicy that senses duplicate SoloMapComponents compared to the new object, removing the previous object before advising addition.
 

Fields in com.bbn.openmap declared as SoloMapComponentPolicy
protected  SoloMapComponentPolicy MapHandler.policy
           
 

Methods in com.bbn.openmap that return SoloMapComponentPolicy
 SoloMapComponentPolicy MapHandler.getPolicy()
          Get the policy that sets the behavior of the MapHandler when it encounters the situation of multiple instances of a particular SoloMapComponent.
 

Methods in com.bbn.openmap with parameters of type SoloMapComponentPolicy
 void MapHandler.setPolicy(SoloMapComponentPolicy smcp)
          Set the policy of behavior for the MapHandler on how it should act when multiple instances of a certain SoloMapComponents are added to it.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details