Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119669880
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
Sat, Jun 28, 10:44
Size
1 KB
Mime Type
text/x-java
Expires
Mon, Jun 30, 10:44 (2 d)
Engine
blob
Format
Raw Data
Handle
27054521
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: 'Reinigung von Schmutzstoffen',unit: '%', worst: 82, best: 93},
{branch: 1, objName: 'Micr', objFull: 'Reinigung von Mikro- verunreinigungen',unit: '%', worst: 5, best: 89},
{branch: 2, objName: 'Phos', objFull: 'Rückgewinnung 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: 1, best: 88}
];
}
Event Timeline
Log In to Comment