Uses of Class
com.kuka.nav.object.manager.LocalizedObject

Uses of LocalizedObject in com.kuka.nav.object.manager
 

Methods in com.kuka.nav.object.manager that return types with arguments of type LocalizedObject
 Collection<LocalizedObject> ObjectManager.getAll()
          Returns all currently managed objects (on all maps).
 Collection<LocalizedObject> ObjectManager.getAll(int mapId)
          Returns all currently managed objects on the given map.
 Collection<LocalizedObject> ObjectManager.getAll(int mapId, String name)
          Returns all currently managed objects of a given template id (i.e. object type) on the given map.
 

Methods in com.kuka.nav.object.manager with parameters of type LocalizedObject
 boolean ObjectManager.add(LocalizedObject object)
          Adds the given object to the ObjectManager in case it is not already managed.
 boolean ObjectManager.addAll(LocalizedObject... objects)
          Adds the given objects to the ObjectManager in case they are not already managed.
 boolean ObjectManager.remove(LocalizedObject object)
          Removes the given LocalizedObject from the ObjectManager in case it is currently managed.
 boolean ObjectManager.removeAll(LocalizedObject... objects)
          Removes the given LocalizedObjects from the ObjectManager in case they are currently managed.
 

Method parameters in com.kuka.nav.object.manager with type arguments of type LocalizedObject
 boolean ObjectManager.addAll(Collection<LocalizedObject> objects)
          Adds the given objects to ObjectManager in case they are not already managed.
 boolean ObjectManager.removeAll(Collection<LocalizedObject> objects)
          Removes one or more LocalizedObjects from the ObjectManager.
 



Copyright © 2019. All rights reserved.