public class DomainAgriculture
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTEXT_PATH |
static java.lang.String |
DOMAIN |
static eu.limetri.ygg.api.CapabilityType |
PRODUCE_CROPFIELD_DETAILS
Capability to produce cropfield details
|
static eu.limetri.ygg.api.CapabilityType |
PRODUCE_PHYTOPHTHORA_ADVICE
Capability to produce phytophthora advice
|
static eu.limetri.ygg.api.CapabilityType |
PROVIDE_ADVICE
Capability to be implemented by a system that is capable of providing an (expert) advice.
|
static eu.limetri.ygg.api.CapabilityType |
PROVIDE_SENSOR_VALUES
Capability to provide sensor values on request
Example: a farmer could provide this capability, so that business partners
could use this capability to get sensor values from the farmer's system
|
static eu.limetri.ygg.api.CapabilityType |
RECEIVE_ADVICE_REQUEST |
static eu.limetri.ygg.api.CapabilityType |
RECEIVE_CREATE_ADVICE_COMMAND
Capability to receive a "create advice command"
Example: an expert system could provide this capability so that clients can send a command
that says that an advice should be prepared.
|
static eu.limetri.ygg.api.CapabilityType |
RECEIVE_SENSOR_VALUES
Capability to receive sensor values
Example: FIspace provides this capabilty so that an external system can send sensor values for event detection
|
static java.lang.String |
SCHEMA |
| Constructor and Description |
|---|
DomainAgriculture() |
public static final java.lang.String DOMAIN
public static final java.lang.String SCHEMA
public static final java.lang.String CONTEXT_PATH
public static final eu.limetri.ygg.api.CapabilityType PRODUCE_PHYTOPHTHORA_ADVICE
PhythophthoraAdviceMessagepublic static final eu.limetri.ygg.api.CapabilityType PRODUCE_CROPFIELD_DETAILS
CropFieldDetailMessagepublic static final eu.limetri.ygg.api.CapabilityType RECEIVE_SENSOR_VALUES
ReceiveSensorValuesRequestMessagepublic static final eu.limetri.ygg.api.CapabilityType RECEIVE_CREATE_ADVICE_COMMAND
ReceiveCreateAdviceCommandRequestMessagepublic static final eu.limetri.ygg.api.CapabilityType RECEIVE_ADVICE_REQUEST
CropFieldAdviceRequestMessagepublic static final eu.limetri.ygg.api.CapabilityType PROVIDE_SENSOR_VALUES
ProvideSensorValuesRequestMessage,
ProvideSensorValuesResponseMessagepublic static final eu.limetri.ygg.api.CapabilityType PROVIDE_ADVICE
ProvideAdviceRequestMessage,
ProvideAdviceResponseMessageCopyright © 2014. All Rights Reserved.