Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102774936
hl.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 01:48
Size
1 KB
Mime Type
text/x-java
Expires
Wed, Feb 26, 01:48 (2 d)
Engine
blob
Format
Raw Data
Handle
24421689
Attached To
R8244 Eawag_Swing_Weight_Elicitation
hl.ts
View Options
//Heirarchy List
import { Injectable } from '@angular/core';
@Injectable()
export class Hl {
heirarchyList: Array<{branch: number, objName: string, objFull : string, unit: string, worst: number, best: number}> = [
{branch: 1, objName: 'Orgm', objFull: 'Phillip von Schmutzstoffen',unit: '%', worst: 0, best: 100},
{branch: 1, objName: 'Micr', objFull: 'TESTS TEST von Mikro- verunreinigungen',unit: '%', worst: 5, best: 89},
{branch: 2, objName: 'Phos', objFull: 'RUECKGEWINNUNG von Nährstoffen für Dünger',unit: '%', worst: 0, best: 95},
{branch: 2, objName: 'Wat', objFull: 'Wasserverbrauch',unit: 'L pro Person und Tag', worst: 26.6, best: 0},
{branch: 2, objName: 'Ghg', objFull: 'Netto Energieverbrauch',unit: 'kWh pro Person und Jahr', worst: 318, best: 0},
{branch: 3, objName: 'Heal', objFull: 'Gesundheitsschutz',unit: 'Kontakte pro Jahr', worst: 13, best: 0},
{branch: 3, objName: 'Attr', objFull: 'Attraktivität',unit: '10-Punkte-Skala', worst: 0, best: 10},
{branch: 3, objName: 'Time', objFull: 'Zeitaufwand',unit: 'Stunden pro Jahr', worst: 23.5, best: 0},
{branch: 4, objName: 'Cost', objFull: 'Kosten',unit: 'CHF pro Person und Jahr', worst: 1675, best: 113},
{branch: 4, objName: 'Flex', objFull: 'Flexibilität (Generationen- gerechtigkeit)',unit: '%', worst: 37, best: 88}
];
}
Event Timeline
Log In to Comment