Skip to content

v0.2.54..v0.2.55 changeset OsmSchemaJs.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h b/hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h
index 0957a24..4cdb530 100644
--- a/hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h
@@ -57,6 +57,7 @@ private:
   static void isGeneric(const v8::FunctionCallbackInfo<v8::Value>& args);
   static void hasType(const v8::FunctionCallbackInfo<v8::Value>& args);
   static void explicitTypeMismatch(const v8::FunctionCallbackInfo<v8::Value>& args);
+  static void mostSpecificType(const v8::FunctionCallbackInfo<v8::Value>& args);
 
   static void score(const v8::FunctionCallbackInfo<v8::Value>& args);
   static void scoreTypes(const v8::FunctionCallbackInfo<v8::Value>& args);
@@ -78,6 +79,7 @@ private:
   static void isRailway(const v8::FunctionCallbackInfo<v8::Value>& args);
   static void isHighway(const v8::FunctionCallbackInfo<v8::Value>& args);
   static void isNonBuildingArea(const v8::FunctionCallbackInfo<v8::Value>& args);
+  static void isCollectionRelation(const v8::FunctionCallbackInfo<v8::Value>& args);
 
   /**
    * See description in rules/HootLib.js isSpecificallyConflatable method
@@ -85,6 +87,8 @@ private:
   static void isSpecificallyConflatable(const v8::FunctionCallbackInfo<v8::Value>& args);
 
   static void hasName(const v8::FunctionCallbackInfo<v8::Value>& args);
+
+  static void isLongRiverPair(const v8::FunctionCallbackInfo<v8::Value>& args);
 };
 
 inline v8::Handle<v8::Value> toV8(const SchemaVertex& tv)
Clone this wiki locally