Giter Site home page Giter Site logo

sdq-commons's Introduction

SDQ-Commons

This repository contains commons projects providing utility functionality that is not project-specific.

Install from nightly update site (only for use via "Install Software" in Eclipse)

Project Development

The commons projects in this repository are developed and intended to be used by members of the Chair for Software Design and Quality (SDQ) at the Karlsruhe Institute of Technology (KIT): http://sdq.ipd.kit.edu/

Project and Implementation Structure

  • Each project is specific for one domain, e.g. Java or EMF and should be named edu.kit.ipd.sdq.commons.util.$domainname. That is, the name of the root folder and plug-in for utility functionality for the domain "ABC" would be "edu.kit.ipd.sdq.commons.util.abc".
  • Each utility class within these projects is supposed to define utility functions for one domain class and shall be named just as the domain class followed by "Util". For example, the utilites class for the domain class "EObject" shall be called "EObjectUtil".
  • Each utility function within such a class should be static and accept an object of the domain class it is defined for as the first argument.

The last point is necessary because the utilites are intended to be used in Xtend code. Xtend provides an import mechanism for so called "static extensions", which allows it to call static methods of the imported class on objects that are instances of the first parameter type just like if they were defined in that type.

sdq-commons's People

Contributors

heikoklare avatar jgleitz avatar max-kramer avatar uceul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.