Package uk.gov.gchq.gaffer.traffic
Class ElementGroup
- java.lang.Object
-
- uk.gov.gchq.gaffer.traffic.ElementGroup
-
public final class ElementGroup extends Object
Element group constants for the road traffic demonstration.
-
-
Field Summary
Fields Modifier and Type Field Description static String
JUNCTION_LOCATED_AT
static String
JUNCTION_USE
static String
LOCATION_CONTAINS_ROAD
static String
REGION_CONTAINS_LOCATION
static String
ROAD_HAS_JUNCTION
static String
ROAD_USE
-
-
-
Field Detail
-
JUNCTION_USE
public static final String JUNCTION_USE
- See Also:
- Constant Field Values
-
REGION_CONTAINS_LOCATION
public static final String REGION_CONTAINS_LOCATION
- See Also:
- Constant Field Values
-
LOCATION_CONTAINS_ROAD
public static final String LOCATION_CONTAINS_ROAD
- See Also:
- Constant Field Values
-
ROAD_HAS_JUNCTION
public static final String ROAD_HAS_JUNCTION
- See Also:
- Constant Field Values
-
JUNCTION_LOCATED_AT
public static final String JUNCTION_LOCATED_AT
- See Also:
- Constant Field Values
-
ROAD_USE
public static final String ROAD_USE
- See Also:
- Constant Field Values
-
-