nl.tudelft.goal.ut3.selector
Class WorldObject

Package class diagram package WorldObject
java.lang.Object
  extended by nl.tudelft.goal.ut3.selector.ContextSelector
      extended by nl.tudelft.goal.ut3.selector.WorldObject
All Implemented Interfaces:
nl.tudelft.goal.unreal.util.Selector<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated>

public class WorldObject
extends ContextSelector

Select the world object with the given unrealId.

Author:
mpkorstanje

Field Summary
protected  UnrealId id
           
 
Fields inherited from class nl.tudelft.goal.ut3.selector.ContextSelector
modules
 
Constructor Summary
WorldObject(UnrealId id)
           
 
Method Summary
 cz.cuni.amis.pogamut.base3d.worldview.object.ILocated select(Collection<? extends cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> c)
           
 String toString()
           
 
Methods inherited from class nl.tudelft.goal.ut3.selector.ContextSelector
setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected final UnrealId id
Constructor Detail

WorldObject

public WorldObject(UnrealId id)
Method Detail

select

public cz.cuni.amis.pogamut.base3d.worldview.object.ILocated select(Collection<? extends cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> c)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.