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 StringJUNCTION_LOCATED_ATstatic StringJUNCTION_USEstatic StringLOCATION_CONTAINS_ROADstatic StringREGION_CONTAINS_LOCATIONstatic StringROAD_HAS_JUNCTIONstatic StringROAD_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
-
-