internal.graph

ScalaRoleGraph

Related Doc: package graph

class ScalaRoleGraph extends RoleGraph[Any]

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

Instance Constructors

  1. new ScalaRoleGraph()

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. def addBinding(player: Any, role: Any): Unit

    Adds a plays relationship between core and role.

    Adds a plays relationship between core and role.

    player

    the player instance to add the given role

    role

    Definition Classes
    ScalaRoleGraphRoleGraph
  5. def allPlayers: Seq[Any]

    Returns a Seq of all players

    Returns a Seq of all players

    returns

    a Seq of all players

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def containsPlayer(player: Any): Boolean

    Checks if the role graph contains the given player.

    Checks if the role graph contains the given player.

    player

    the player instance to check

    returns

    true if the role graph contains the given player, false otherwise

    Definition Classes
    ScalaRoleGraphRoleGraph
  9. def detach(other: ScalaRoleGraph): Unit

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getPredecessors(player: Any): List[Any]

  15. def getRoles(player: Any): Set[Any]

    Returns a Set of all roles attached to the given player (core object).

    Returns a Set of all roles attached to the given player (core object).

    player

    the player instance to get the roles for

    returns

    a Set of all roles of core

    Definition Classes
    ScalaRoleGraphRoleGraph
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def merge(other: ScalaRoleGraph): Unit

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def removeBinding(player: Any, role: Any): Unit

    Removes a plays relationship between core and role.

    Removes a plays relationship between core and role.

    player

    the player instance to remove the given role from

    role

    the role instance to remove

    Definition Classes
    ScalaRoleGraphRoleGraph
  23. def removePlayer(player: Any): Unit

    Removes the given player from the graph.

    Removes the given player from the graph. This should remove its binding too!

    player

    the player to remove

    Definition Classes
    ScalaRoleGraphRoleGraph
  24. var store: DefaultDirectedGraph[Any, DefaultEdge]

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RoleGraph[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped