Packages

object FactorGraph

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FactorGraph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DOT_NS: String
  5. val QMRA_NS: String
  6. def addKind(value: String, m: Map[String, String]): Map[String, String]
  7. def addLabel(s: Statement, m: Map[String, String]): Map[String, String]
  8. def addProperties(s: Statement, m: Map[String, String]): Map[String, String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. val cpd: String
  12. val cpdQN: QualifiedName
  13. def create(ind: Indexer, outw: File): Unit
  14. def create(doc: Document, idmap: (QualifiedName) => String, r: Indexer, outw: File): Unit
  15. def create(doc: OrderedDocument, idmap: (QualifiedName) => String, r: Indexer, outw: Writer): Unit
  16. def create(doc: Document, idmap: (QualifiedName) => String, r: Indexer, outw: Writer): Unit
  17. def create_with_writer(doc: Document, idmap: (QualifiedName) => String, r: Indexer, outw: Writer): Unit
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def findNeighboors(s: Statement, ind: Indexing, entities: Map[QualifiedName, Int], entities_names: Seq[String], m: Map[String, String]): Map[String, String]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. val identifier: String
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val kind: String
  26. val label: String
  27. def nameNodes(doc: Document, ind: Indexer): (Map[QualifiedName, Int], Seq[String], Map[QualifiedName, Int], Seq[String])
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val neighboors: String
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. val pu: ProvUtilities
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toElements(s: Statement, idmap: (QualifiedName) => String, r: Indexing, entities: Map[QualifiedName, Int], entities_names: Seq[String], activities: Map[QualifiedName, Int], activities_names: Seq[String]): Set[GraphElement]
  35. def toElementsBundle(s: Bundle, idmap: (QualifiedName) => String, r: Indexing, entities: Map[QualifiedName, Int], entities_names: Seq[String], activities: Map[QualifiedName, Int], activities_names: Seq[String]): Seq[GraphElement]
  36. def toElementsDocument(doc: Document, idmap: (QualifiedName) => String, r: Indexing, entities: Map[QualifiedName, Int], entities_names: Seq[String], activities: Map[QualifiedName, Int], activities_names: Seq[String]): Seq[GraphElement]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def variableDeclaration(names: Seq[String], outw: Writer): Unit
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped