Packages

class AdjList extends AnyRef

AdjList is a class to store the adj list information of edge.

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

Instance Constructors

  1. new AdjList()

Value Members

  1. var aligned_by: String
  2. def equals(that: Any): Boolean
    Definition Classes
    AdjList → AnyRef → Any
  3. var file_type: String
  4. def getAdjList_type: String

    Get adj list type in string

  5. def getAdjList_type_in_gar: AdjListType.Value

    Get adj list type in gar

  6. def getAligned_by(): String
  7. def getFile_type(): String
  8. def getFile_type_in_gar: FileType.Value

    Get file type in gar of adj list

  9. def getOrdered(): Boolean
  10. def getPrefix(): String
  11. var ordered: Boolean
  12. var prefix: String
  13. def setAligned_by(arg0: String): Unit
  14. def setFile_type(arg0: String): Unit
  15. def setOrdered(arg0: Boolean): Unit
  16. def setPrefix(arg0: String): Unit
  17. def toMap(): HashMap[String, AnyRef]