public class DomainAgriculture extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_PATH |
static 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 |
PROVIDE_WEATHER_CONDITIONS
This capability is to be provided by a "weather conditions provider" to provide weather information to a client.
|
static eu.limetri.ygg.api.CapabilityType |
PROVIDE_WEATHER_SCENARIO
Capability for providing a weather scenario (a set of weather
predictions for given locations and time interval).
|
static eu.limetri.ygg.api.CapabilityType |
PROVIDE_WEATHER_SCENARIO_SIMPLE
Capability for providing a weather scenario (a set of weather
predictions for given locations and time interval).
|
static eu.limetri.ygg.api.CapabilityType |
PROVIDE_WORKABILITY_DATA
This capability is to be provided by a "Bad weather module" to provide workability Data to a client.
|
static eu.limetri.ygg.api.CapabilityType |
RECEIVE_ADVICE_AVAILABLE_NOTIFICATION
Capability to receive an "advice available notification"
Example: a farm management system, that is requesting advices from experts, could provide
this capability so that it can be informed by an expert system as soon as the advice that was
requested by the farmer (via the capability @PROVIDE_ADVICE) is ready.
|
static eu.limetri.ygg.api.CapabilityType |
RECEIVE_ADVICE_REQUEST |
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 String |
SCHEMA |
| Constructor and Description |
|---|
DomainAgriculture() |
public static final String DOMAIN
public static final String SCHEMA
public static final 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_ADVICE_AVAILABLE_NOTIFICATION
AdviceAvailableNotificationpublic 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,
ProvideAdviceResponseMessagepublic static final eu.limetri.ygg.api.CapabilityType PROVIDE_WEATHER_SCENARIO
WeatherScenarioRequestMessage,
WeatherScenarioResponseMessagepublic static final eu.limetri.ygg.api.CapabilityType PROVIDE_WEATHER_SCENARIO_SIMPLE
WeatherScenarioSimpleRequestMessage,
WeatherScenarioSimpleResponseMessagepublic static final eu.limetri.ygg.api.CapabilityType PROVIDE_WEATHER_CONDITIONS
ProvideWeatherConditionsRequestMessage,
ProvideWeatherConditionsResponseMessagepublic static final eu.limetri.ygg.api.CapabilityType PROVIDE_WORKABILITY_DATA
WorkabilityDataRequestMessage,
WorkabilityDataResponseMessageCopyright © 2015. All Rights Reserved.