Your Ad Here





star.vis
Class ActorMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap
          extended by star.vis.ActorMap
All Implemented Interfaces:
Serializable, Cloneable, Map, SortedMap

public class ActorMap
extends TreeMap

See Also:
Serialized Form

Field Summary
protected  StarActor currentActor
           
 
Constructor Summary
ActorMap()
           
 
Method Summary
 void addToMap(StarActor actor)
           
 void fillList(ArrayList list)
           
 StarActor get(String tag)
           
 StarActor[] getAll()
           
 StarActor getCurrent()
           
 void removeFromMap(StarActor actor)
           
 void setCurrent(StarActor actor)
           
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Field Detail

currentActor

protected StarActor currentActor
Constructor Detail

ActorMap

public ActorMap()
Method Detail

addToMap

public void addToMap(StarActor actor)

removeFromMap

public void removeFromMap(StarActor actor)

get

public StarActor get(String tag)

getCurrent

public StarActor getCurrent()

setCurrent

public void setCurrent(StarActor actor)

getAll

public StarActor[] getAll()

fillList

public void fillList(ArrayList list)


Copyright © 2000-2006 CD-adapco. All Rights Reserved.

Return to CD-adapco STAR-CCM+ Index


Your Ad Here