Service Context: Sapphire.Element.Instance
null
7576777879808182838485
{ facts = property.service( FactsAggregationService.class ).facts(); } else { FactsAggregationService service = element.service( FactsAggregationService.class ); facts = service != null ? service.facts() : new TreeSet<String>(); } for( String fact : facts ) {
6061626364656667686970
else { element = cast( operand( 0 ), Element.class ); } this.imageService = element.service( ImageService.class ); if( this.imageService != null ) { this.imageServiceListener = new Listener() {