Package com.ngt.jopenmetaverse.shared.sim.stats

Examples of com.ngt.jopenmetaverse.shared.sim.stats.UtilizationStatistics$Stat


        inventory = new InventoryManager(this);
        directory = new DirectoryManager(this);
        terrain = new TerrainManager(this);
        sound = new SoundManager(this);
        throttle = new AgentThrottle(this);
        stats = new UtilizationStatistics();           
    }
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.sim.stats.UtilizationStatistics$Stat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.