cz.cuni.amis.nb.pogamut.unreal.services
Interface IPogamutEnvironments

Package class diagram package IPogamutEnvironments
All Known Implementing Classes:
PogamutEnvironmentService

public interface IPogamutEnvironments

Service for storing info about available environments in pogamut (timelines, servers ect.) and selections of entities in them.

Author:
Honza

Method Summary
 boolean addEnvironment(Object environment)
          Add environment to register of environments and initialize its selection
 EnvironmentSelection getEnvironmentSelection(Object environment)
          Get selection object for some environment.
 

Method Detail

addEnvironment

boolean addEnvironment(Object environment)
Add environment to register of environments and initialize its selection

Parameters:
environment -

getEnvironmentSelection

EnvironmentSelection getEnvironmentSelection(Object environment)
Get selection object for some environment.

If environment wasn't known in the register, add it and create new selection object for it.

Parameters:
environment - Environment we want selection for, e.g. UT2004Map
Returns:
selection object for passed timeline.


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