TileEdge

open class TileEdge(from: WebTile, to: WebTile) : Edge<TileInteraction>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

from
Link copied to clipboard
var from: WebTile?
interaction
Link copied to clipboard
val interaction: TileInteraction
requirements
Link copied to clipboard
val requirements: List<Any>?
to
Link copied to clipboard
var to: WebTile
type
Link copied to clipboard
val type: EdgeType