Skip to content

Commit

Permalink
Moved and cleaned Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanogermano committed Jul 14, 2017
1 parent 8000929 commit 3c80882
Show file tree
Hide file tree
Showing 180 changed files with 6,556 additions and 6,582 deletions.
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

17 changes: 0 additions & 17 deletions .project

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.unical.mat.embasp">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">

<service
android:name=".specializations.dlv.android.DLVAndroidReasoner"
android:enabled="true"
android:exported="false"
android:process=":remote">
</service>

</application>

</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.unical.mat.embasp">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">

<service
android:name=".specializations.dlv.android.DLVAndroidReasoner"
android:enabled="true"
android:exported="false"
android:process=":remote">
</service>

</application>

</manifest>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package it.unical.mat.embasp.base;

/**
* This interface is used to communicate results of solver invocation to the user
*
* @see Output
*/
public interface Callback {
public void callback(Output o);
}
package it.unical.mat.embasp.base;

/**
* This interface is used to communicate results of solver invocation to the user
*
* @see Output
*/
public interface Callback {
public void callback(Output o);
}
Loading

0 comments on commit 3c80882

Please sign in to comment.