Giter Club home page Giter Club logo

net.sf.tweety's Introduction

net.sf.tweety's People

Contributors

amivanoff avatar shishkindmitriy avatar

Watchers

 avatar  avatar  avatar  avatar

net.sf.tweety's Issues

Refactor net.sf.tweety.logics.rcl

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.plugin

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.preferences

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.action

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.el

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.arg.lp

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.translators

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.arg.social

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.graphs

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.commons

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.ml

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.commons

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.agents

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Dot separator in project names

Change project names separator to '.'
For example, project net-sf-tweety-agents-dialogues should be named net.sf.tweety.agents.dialogues

Refactor net.sf.tweety.arg.dung

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.cl

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Reasoner hierarchy

Reasoner should be interface.
Fix FolTheoremProver hierarchy - it should implements Reasoner interface.
Reasoner should be generic

Refactor net.sf.tweety.logics.rdl

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.lp.nlp

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.lp.asp

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.arg.prob

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Reorganize root folders

The folder structure should be:

  • plugins - contains all plug-in projects;
  • features - contains all feature projects;
  • releng - contains projects related to the release engineering, like
    • the project containing the parent POM;
    • the aggregator project that contains the aggregator POM which defines the modules of a build and is also the starting point of a Tycho build;
    • the target definition project that contains the target definition for the Tycho build;
  • tests - contains all test plug-in/fragment projects;

Refactor net.sf.tweety.arg.aba

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.web

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.arg.aspic

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.rpcl

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.machinelearning

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.agents.dialogues

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.arg.adf

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.arg.saf

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.dl

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.pl

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.arg.deductive

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.math

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Quantitative Interpretation

What I think TODO:

• Make Interpretation generic <T extends Formula, S extends Object>, where T - type of function, S - type of return values;
• Make Interpretation implements Map<T, S>, e.g. PossibleWorld should implelent Map<PropositionalFormula, Boolean>;

Matthias:

I think is sufficient. Every interpretation needs to have the “satisfies” operations as they are. There are some types of interpretations which also return quantitative values, that is right. Maybe we can add another interface “QuantitativeInterpretation” that inherits from “Interpretation” with the above generics.

Refactor net.sf.tweety.lp.asp.beliefdynamics

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.arg.delp

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.cli

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.beliefdynamics

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

Refactor net.sf.tweety.logics.pcl

  • Create separated projects for implementations;
  • Create separated project for tests and extract them;
  • Create separated project for examples and extract them;
  • Create feature project;

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.