eu.play_project.play_commons.constants
Class Event

java.lang.Object
  extended by eu.play_project.play_commons.constants.Event

public class Event
extends Object


Field Summary
static String DATE_FORMAT_8601
          Date format to be used with UTC information in events with xsd:date.
static String EVENT_ID_PLACEHOLDER
          In EP-SPARQL queries the ID of an unfinished complex event is depicted by this string before it is replaced by a unique identifyer.
static String EVENT_ID_SUFFIX
          Event IDs usually end in this special suffix (URI fragment identifier).
static String WSN_MSG_DEFAULT_SYNTAX
           
static QName WSN_MSG_ELEMENT
           
static String WSN_MSG_GRAPH_ATTRIBUTE
           
static String WSN_MSG_NS
           
static String WSN_MSG_SYNTAX_ATTRIBUTE
           
 
Constructor Summary
Event()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_ID_SUFFIX

public static final String EVENT_ID_SUFFIX
Event IDs usually end in this special suffix (URI fragment identifier).

See Also:
Constant Field Values

EVENT_ID_PLACEHOLDER

public static final String EVENT_ID_PLACEHOLDER
In EP-SPARQL queries the ID of an unfinished complex event is depicted by this string before it is replaced by a unique identifyer.


WSN_MSG_NS

public static final String WSN_MSG_NS
See Also:
Constant Field Values

WSN_MSG_ELEMENT

public static final QName WSN_MSG_ELEMENT

WSN_MSG_GRAPH_ATTRIBUTE

public static final String WSN_MSG_GRAPH_ATTRIBUTE
See Also:
Constant Field Values

WSN_MSG_SYNTAX_ATTRIBUTE

public static final String WSN_MSG_SYNTAX_ATTRIBUTE
See Also:
Constant Field Values

WSN_MSG_DEFAULT_SYNTAX

public static final String WSN_MSG_DEFAULT_SYNTAX
See Also:
Constant Field Values

DATE_FORMAT_8601

public static final String DATE_FORMAT_8601
Date format to be used with UTC information in events with xsd:date.

See Also:
Constant Field Values
Constructor Detail

Event

public Event()


Copyright © 2010-2013 OW2 Consortium. All Rights Reserved.