code
stringlengths
3
6.57k
__init__(self, **dic)
super(RouteLink, self)
__init__(no_registration=True, **dic)
Object.get_object_by_id(self.properties.sourceNode, self._set_source_node)
Object.get_object_by_id(self.properties.targetNode, self._set_target_node)
Object.get_object_by_id(self._id, self._found_link)
_set_source_node(self, node)
_set_target_node(self, node)
_found_link(self, link)
is_temp(self)
self._id.startswith("_TEMP_LINK")
Node(Object)
marshal(cls, dic)
cls(**dic)
__init__(self, **dic)
super(Node, self)
__init__(**dic)
range(1, 100)
hasattr(self.properties, attr)
Object.get_object_by_id(getattr(self.properties, attr)
hasattr(self.properties, 'floor')
Facility.get_facility_by_id(self._id, self._set_facility)
_add_link(self, link)
self.links.append(link)
_set_facility(self, facility)
is_leaf(self)
len(self.links)
is_elevator(self)
Facility(Object)
marshal(cls, dic)
cls(**dic)
cls.marshal(dic)
__init__(self, **dic)
super(Facility, self)
__init__(**dic)
range(1, 100)
hasattr(self.properties, attr)
getattr(self.properties, attr)
Object.get_object_by_id(getattr(self.properties, attr)
i18n.localized_attr(self.properties, "name")
i18n.localized_attr(self.properties, "name_hira", only_if="ja")
i18n.localized_attr(self.properties, "hulop_long_description")
_add_facility(self, node)
self.entrances.append(node)
get_facility_by_id(_id, func=None)
isinstance(Facility._id_map[_id], list)
append(func)
callable(func)
func(Facility._id_map[_id])
POI(Facility, geoutil.TargetPlace)
marshal(cls, dic)
cls(**dic)
cls.marshal(dic)
__init__(self, **dic)
get_prop(prop, 'hulop_heading')
get_prop(prop, 'hulop_angle')
get_prop(prop, 'hulop_height')
super(POI, self)
__init__(r=r, x=0, y=0, angle=angle, floor=self.floor, **dic)
hasattr(self.properties, 'hulop_sub_category')
hasattr(self.properties, 'hulop_minor_category')
approaching_statement(self)
approached_statement(self)
passed_statement(self)
update_anchor(self, anchor)
super(POI, self)
update_anchor(anchor)
self.update_pose(self.local_geometry, rad)
reset(self)
self.reset_target()
DoorPOI(POI)
marshal(cls, dic)
cls(**dic)
__init__(self, **dic)
super(DoorPOI, self)
__init__(**dic)
title(self)
i18n.localized_string("AUTO_DOOR")
i18n.localized_string("DOOR")
is_auto(self)
approaching_statement(self)
i18n.localized_string("DOOR_POI_APPROACHING", self.title)
InfoPOI(POI)
marshal(cls, dic)
cls(**dic)
__init__(self, **dic)
super(InfoPOI, self)
__init__(**dic)
approached_statement(self)
SpeedPOI(POI)
marshal(cls, dic)
cls(**dic)
__init__(self, **dic)
super(SpeedPOI, self)
__init__(**dic)
float(self.properties.hulop_content)
ElevatorCabPOI(POI)
marshal(cls, dic)
cls(**dic)
__init__(self, **dic)