Declared in module tm
class Occurrence: def __init__(self, rolename='', type=None, scopes=(), locators=()) def add_locator(self, locator) # Add the locator to the list of locators. def add_scope(self, scope) # Add the scoping topic to the list of scoping topics. def finalize(self) # Finalize the Occurrence object and resolve any missing information. def get_id(self) # Get the internal Occurrence id. def get_locators(self) # Get the locators of this occurrence. def get_rolename(self) # Get the role name of this occurrence. def get_scopes(self) # Get the scopes that apply to this occurrence. def get_type(self) # Get the type of this occurrence. def set_locators(self, locators) # Set the locators of this occurrence. def set_rolename(self, rolename) # Set the role name of this occurrence. def set_scopes(self, scopes) # Set the scoping topics that apply to this occurrence. def set_type(self, type) # Set the type of this occurrence.