SteeringManifest.PathwayClone


class SteeringManifest.PathwayClone


Represents a pathway clone.

Summary

Public constructors

PathwayClone(
    baseId: String!,
    id: String!,
    uriReplacement: SteeringManifest.UriReplacement!
)

Constructs an instance.

Public functions

Boolean
equals(o: Any?)
Int

Public properties

String!

The pathway ID of the base pathway.

String!

The pathway ID of this pathway clone.

SteeringManifest.UriReplacement!

The UriReplacement object.

Public constructors

PathwayClone

PathwayClone(
    baseId: String!,
    id: String!,
    uriReplacement: SteeringManifest.UriReplacement!
)

Constructs an instance.

Parameters
baseId: String!

See baseId.

id: String!

See id.

uriReplacement: SteeringManifest.UriReplacement!

See uriReplacement.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

baseId

val baseIdString!

The pathway ID of the base pathway.

id

val idString!

The pathway ID of this pathway clone.