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

defs.main-tests.source.idltest.substraction.domain Maven / Gradle / Ivy

The newest version!
domain idltest.substraction

mixin Identified {
  id: str
}

mixin User1 {
  name: str
  id: str
  pass: str
}

mixin PublicUser1 {
  + User1
  - Identified
  - pass: str
}


mixin PersonalAttributes {
  ssn: str
}

mixin SecurityAttributes {
  & PersonalAttributes
  password: str
}

id UserId {
  _: uid
}

data User2 {
  + SecurityAttributes
  name: str
}

data PublicUser2 {
  + User2
  - SecurityAttributes
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy