Interface BBTChange

Single change of a BBT

interface BBTChange {
    getBuildingBlockID(): number;
    getBuildingBlockIdentityString(): string;
}

Methods

  • Get id of affected building block

    Returns number

  • Get identify string for Building Block

    Returns string