public final Resource HasSRID_Inverse;
public final Resource HasSRTEXT;
public final Resource HasSRTEXT_Inverse;
+ public final Resource HasSolverRVI;
+ public final Resource HasSolverRVI_Inverse;
public final Resource HasSpatialRefSystem;
public final Resource HasSpatialRefSystem_Inverse;
public final Resource HasStartVertex;
public static final String HasSRID_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/HasSRID/Inverse";
public static final String HasSRTEXT = "http://www.simantics.org/DistrictNetwork-1.0/HasSRTEXT";
public static final String HasSRTEXT_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/HasSRTEXT/Inverse";
+ public static final String HasSolverRVI = "http://www.simantics.org/DistrictNetwork-1.0/HasSolverRVI";
+ public static final String HasSolverRVI_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/HasSolverRVI/Inverse";
public static final String HasSpatialRefSystem = "http://www.simantics.org/DistrictNetwork-1.0/HasSpatialRefSystem";
public static final String HasSpatialRefSystem_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/HasSpatialRefSystem/Inverse";
public static final String HasStartVertex = "http://www.simantics.org/DistrictNetwork-1.0/HasStartVertex";
HasSRID_Inverse = getResourceOrNull(graph, URIs.HasSRID_Inverse);
HasSRTEXT = getResourceOrNull(graph, URIs.HasSRTEXT);
HasSRTEXT_Inverse = getResourceOrNull(graph, URIs.HasSRTEXT_Inverse);
+ HasSolverRVI = getResourceOrNull(graph, URIs.HasSolverRVI);
+ HasSolverRVI_Inverse = getResourceOrNull(graph, URIs.HasSolverRVI_Inverse);
HasSpatialRefSystem = getResourceOrNull(graph, URIs.HasSpatialRefSystem);
HasSpatialRefSystem_Inverse = getResourceOrNull(graph, URIs.HasSpatialRefSystem_Inverse);
HasStartVertex = getResourceOrNull(graph, URIs.HasStartVertex);