object Helpers
Created by mmami on 26.07.17.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Helpers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFunctionFromURI(URI: String): String
- def getID(sourcePath: String, mappingsFile: String): String
- def getNamespaceFromURI(URI: String): String
- def getSelectColumnsFromSet(pred_attr: HashMap[String, String], star: String, prefixes: Map[String, String], select: List[String], star_predicate_var: HashMap[(String, String), String], neededPredicates: Set[String]): String
- def getSelectColumnsFromSet(pred_attr: HashMap[String, String], star: String, prefixes: Map[String, String], select: List[String], star_predicate_var: HashMap[(String, String), String], neededPredicates: Set[String], filters: ArrayListMultimap[String, (String, String)]): String
- def getTypeFromURI(typeURI: String): String
- def get_NS_predicate(predicateURI: String): (String, String)
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def invertMap(prolog: Map[String, String]): Map[String, String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- def main(args: Array[String]): Unit
- def makeMongoURI(uri: String, database: String, collection: String, options: String): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def omitNamespace(URI: String): String
- def omitQuestionMark(str: String): String
-
def
readFileFromPath(path: String): String
Reads file from path and returns its content as string.
Reads file from path and returns its content as string. Supported protocols: hds, s3, file
- path
the path to the file
- returns
the content as string
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()