id.ac.unpar.siamodels.matakuliah.AIF192 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SIAModels Show documentation
Show all versions of SIAModels Show documentation
This library models various aspects of Universitas Katolik Parahyangan's
objects, such as mahasiswa (student), their modules, and their grades.
Theoretically supports all departments, but only Informatics department
is mostly complete.
package id.ac.unpar.siamodels.matakuliah;
import id.ac.unpar.siamodels.InfoMataKuliah;
import id.ac.unpar.siamodels.MataKuliah;
/**
* @deprecated Mata kuliah tidak dibuka lagi.
*/
@InfoMataKuliah(nama = "Algoritma & Struktur Data", sks = 3)
public class AIF192 extends MataKuliah {
}