function addPart($value) {
		if (!$value) trigger_error('Geen part', E_USER_ERROR);
		$this->parts[] = $value;
	}