retargetStore method

void retargetStore(
  1. AFConceptualStore target
)

Implementation

void retargetStore(AFConceptualStore target) {
  conceptualStore = target;
}