copyright The Portico Project 2008.

Uses of Class
org.portico.shared.model.Space

Packages that use Space
org.portico.impl.hla13.fomparser   
org.portico.shared.model   
 

Uses of Space in org.portico.impl.hla13.fomparser
 

Methods in org.portico.impl.hla13.fomparser with parameters of type Space
 void FOM.dimension(ObjectModel theModel, Space theSpace)
           
 

Uses of Space in org.portico.shared.model
 

Fields in org.portico.shared.model declared as Space
private  Space Dimension.container
           
private  Space ICMetadata.space
           
private  Space ACMetadata.space
           
 

Fields in org.portico.shared.model with type parameters of type Space
private  Map<Integer,Space> ObjectModel.spaces
           
 

Methods in org.portico.shared.model that return Space
 Space Dimension.getContainer()
           
 Space ICMetadata.getSpace()
           
 Space ACMetadata.getSpace()
           
 Space ObjectModel.getSpace(int spaceHandle)
          Fetch the space contained in this model that has the given handle and return it.
 Space ObjectModel.getSpace(String name)
          Fetch the space contained in this model that has the given name and return it.
 Space ObjectModel.newSpace(String name)
          Creates a new Space instance with the given name and generates a FOM-unique handle for it.
 

Methods in org.portico.shared.model that return types with arguments of type Space
 Collection<Space> ObjectModel.getAllSpaces()
          Returns the collection of all spaces declared in the FOM
 

Methods in org.portico.shared.model with parameters of type Space
 void ObjectModel.addSpace(Space space)
          Add the given Space to this model.
 void Dimension.setContainer(Space container)
           
 void ICMetadata.setSpace(Space space)
           
 void ACMetadata.setSpace(Space theSpace)
           
 

Method parameters in org.portico.shared.model with type arguments of type Space
private  void StringRenderer.renderSpaces(Collection<Space> spaces, StringBuilder builder, int level)
           
 

Constructors in org.portico.shared.model with parameters of type Space
Extent(Space space)
           
RegionInstance(int federateHandle, Space space, int extentCount)
           
 


copyright The Portico Project 2008.