Uses of Class
com.edustructures.sifworks.AgentProperties

Packages that use AgentProperties
com.edustructures.sifworks Core classes and interfaces of the SIFWorks® ADK® for Java. 
com.edustructures.sifworks.tools.cfg The AgentConfig class implements an XML-based configuration file parser that agents can use as-is, or as the basis for custom parsers 
 

Uses of AgentProperties in com.edustructures.sifworks
 

Methods in com.edustructures.sifworks that return AgentProperties
 AgentProperties Agent.getDefaultZoneProperties()
          Gets the default properties for Zones created by the ZoneFactory.
 AgentProperties Zone.getProperties()
          Gets the properties for this zone.
 AgentProperties Agent.getProperties()
          Gets the properties for this agent.
 

Methods in com.edustructures.sifworks with parameters of type AgentProperties
 Zone ZoneFactory.getInstance(java.lang.String zoneId, java.lang.String zoneUrl, AgentProperties props)
          Gets a Zone instance with custom properties
 void Zone.setProperties(AgentProperties props)
          Assigns a new properties object to this zone.
 

Constructors in com.edustructures.sifworks with parameters of type AgentProperties
AgentProperties(AgentProperties inherit)
          Constructor
 

Uses of AgentProperties in com.edustructures.sifworks.tools.cfg
 

Methods in com.edustructures.sifworks.tools.cfg with parameters of type AgentProperties
 void AgentConfig.getAgentProperties(AgentProperties props)
          Populates an AgentProperties object with all <property> values defined for the root <agent> element.
 



Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.