All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.categories.extend-diamond.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
define brand as Text attribute
define Product as category with attribute brand

define operatingSystem as Text attribute
define Computer as Product with attribute operatingSystem

define supportedNetwork as Text attribute
define Phone as Product with attribute supportedNetwork

define SmartPhone as Phone and Computer

define main as method doing:
    s = SmartPhone with "Apple" as brand, "Android" as operatingSystem and "4G" as supportedNetwork
    printLine s




© 2015 - 2024 Weber Informatics LLC | Privacy Policy