unsw.cse.mica.service
Class IServiceConstants
java.lang.Object
unsw.cse.mica.service.IServiceConstants
public class IServiceConstants
- extends java.lang.Object
Services are things that one agent can do for another.
That can be broadly categorized as :
- actions (where an agent performs a specific task for another agent)
- file provision (where an agent supplies a file to another agent)
- stream provision (where an agent supplies a file to another agent)
- Author:
- jhw
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_SERVICEDESCRIPTION
public static final java.lang.String TYPE_SERVICEDESCRIPTION
- The mob types used by service providers
- See Also:
- Constant Field Values
SLOT_TYPE
public static final java.lang.String SLOT_TYPE
- See Also:
- Constant Field Values
SLOT_OWNER
public static final java.lang.String SLOT_OWNER
- See Also:
- Constant Field Values
SLOT_LOCATION
public static final java.lang.String SLOT_LOCATION
- See Also:
- Constant Field Values
SLOT_DESCRIPTION
public static final java.lang.String SLOT_DESCRIPTION
- See Also:
- Constant Field Values
TYPE_SERVICEREQUEST
public static final java.lang.String TYPE_SERVICEREQUEST
- See Also:
- Constant Field Values
TYPE_SERVICEINSTANCE
public static final java.lang.String TYPE_SERVICEINSTANCE
- See Also:
- Constant Field Values
IServiceConstants
public IServiceConstants()