edu.cmu.ml.rtw.pra.graphs

RemoteGraph

class RemoteGraph extends Graph

Linear Supertypes
Graph, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RemoteGraph
  2. Graph
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RemoteGraph(hostname: String, port: Int, numConnections: Int)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Iterable[Unit]

  9. val edgeIds: TrieMap[String, Int]

  10. val edgeNames: TrieMap[Int, String]

  11. val edgesNotPresent: TrieMap[String, Boolean]

  12. val emptyNode: Node

    Definition Classes
    Graph
  13. def entries: Nothing

    Definition Classes
    RemoteGraphGraph
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getAllTriples(): Seq[(Int, Int, Int)]

    Definition Classes
    Graph
  18. def getAllTriplesAsStrings(): Seq[(String, String, String)]

    Definition Classes
    Graph
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getEdgeIndex(name: String): Int

    Definition Classes
    RemoteGraphGraph
  21. def getEdgeName(i: Int): String

    Definition Classes
    RemoteGraphGraph
  22. def getFromServer[T <: GraphResponse](message: GraphMessage): T

  23. def getNode(name: String): Node

    Definition Classes
    RemoteGraphGraph
  24. def getNode(i: Int): Node

    Definition Classes
    RemoteGraphGraph
  25. def getNodeIndex(name: String): Int

    Definition Classes
    RemoteGraphGraph
  26. def getNodeName(i: Int): String

    Definition Classes
    RemoteGraphGraph
  27. def getNumEdgeTypes(): Int

    Definition Classes
    RemoteGraphGraph
  28. def getNumNodes(): Int

    Definition Classes
    RemoteGraphGraph
  29. def hasEdge(name: String): Boolean

    Definition Classes
    RemoteGraphGraph
  30. def hasNode(name: String): Boolean

    Definition Classes
    RemoteGraphGraph
  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. val hostname: String

  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. val nodeIds: TrieMap[String, Int]

  36. val nodeNames: TrieMap[Int, String]

  37. val nodes: TrieMap[Int, Node]

  38. val nodesNotPresent: TrieMap[String, Boolean]

  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. val numConnections: Int

  42. lazy val numEdgeTypes: Int

  43. lazy val numNodes: Int

  44. val port: Int

  45. lazy val sockets: LinkedBlockingQueue[(Socket, ObjectOutputStream, ObjectInputStream)]

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def writeToBinaryFile(filename: String, fileUtil: FileUtil = new FileUtil): Unit

    Definition Classes
    Graph
  52. def writeToGraphChiFormat(): String

    Definition Classes
    Graph
  53. def writeToGraphChiLines(): Seq[String]

    Definition Classes
    Graph
  54. def writeToInstanceGraph(): String

    Definition Classes
    Graph

Inherited from Graph

Inherited from AnyRef

Inherited from Any

Ungrouped