c

inrae.semantic_web

FilterIncrementJs

case class FilterIncrementJs(swf: SWDiscoveryJs, negation: Boolean = false) extends Product with Serializable

Annotations
@JSExportTopLevel("SWFilterIncrement")
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FilterIncrementJs
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FilterIncrementJs(swf: SWDiscoveryJs, negation: Boolean = false)

Value Members

  1. def contains(l: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  2. def equal(value: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  3. def inf(value: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  4. def infEqual(value: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  5. def isBlank: SWDiscoveryJs
    Annotations
    @JSExport()
  6. def isLiteral: SWDiscoveryJs
    Annotations
    @JSExport()
  7. def isUri: SWDiscoveryJs
    Annotations
    @JSExport()
  8. val negation: Boolean
  9. def not: FilterIncrementJs
    Annotations
    @JSExport()
  10. def notEqual(value: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def regex(pattern: Any, flags: Any = ""): SWDiscoveryJs
  13. def strEnds(string: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  14. def strStarts(string: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  15. def sup(value: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  16. def supEqual(value: Any): SWDiscoveryJs
    Annotations
    @JSExport()
  17. val swf: SWDiscoveryJs