unsw.cse.mica.service
Class IServiceConstants

java.lang.Object
  extended by 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

Field Summary
static java.lang.String SLOT_DESCRIPTION
           
static java.lang.String SLOT_LOCATION
           
static java.lang.String SLOT_OWNER
           
static java.lang.String SLOT_TYPE
           
static java.lang.String TYPE_SERVICEDESCRIPTION
          The mob types used by service providers
static java.lang.String TYPE_SERVICEINSTANCE
           
static java.lang.String TYPE_SERVICEREQUEST
           
 
Constructor Summary
IServiceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IServiceConstants

public IServiceConstants()