public class AgentImpl extends Object implements org.osid.agent.Agent
| Constructor and Description |
|---|
AgentImpl(String pname,
org.osid.shared.Type ptype,
org.osid.shared.Id pid) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
org.osid.shared.Id |
getId() |
org.osid.shared.PropertiesIterator |
getProperties() |
org.osid.shared.Properties |
getPropertiesByType(org.osid.shared.Type propertiesType) |
org.osid.shared.TypeIterator |
getPropertiesTypes() |
org.osid.shared.TypeIterator |
getPropertyTypes() |
org.osid.shared.Type |
getType() |
public AgentImpl(String pname, org.osid.shared.Type ptype, org.osid.shared.Id pid)
public org.osid.shared.Id getId()
getId in interface org.osid.agent.Agentpublic String getDisplayName()
getDisplayName in interface org.osid.agent.Agentpublic org.osid.shared.Type getType()
getType in interface org.osid.agent.Agentpublic org.osid.shared.PropertiesIterator getProperties()
getProperties in interface org.osid.agent.Agentpublic org.osid.shared.TypeIterator getPropertiesTypes()
throws org.osid.agent.AgentException
org.osid.agent.AgentExceptionpublic org.osid.shared.Properties getPropertiesByType(org.osid.shared.Type propertiesType)
throws org.osid.agent.AgentException
getPropertiesByType in interface org.osid.agent.Agentorg.osid.agent.AgentExceptionpublic org.osid.shared.TypeIterator getPropertyTypes()
throws org.osid.agent.AgentException
getPropertyTypes in interface org.osid.agent.Agentorg.osid.agent.AgentExceptionCopyright © 2003–2021 Sakai Project. All rights reserved.