com.innovativeastrosolutions.astrosoftcore.beans.ChartData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AstrosoftCore Show documentation
Show all versions of AstrosoftCore Show documentation
https://github.com/erajasekar/AstrosoftCore
The newest version!
/**
* ChartData.java
* Created On 2006, Mar 31, 2006 4:59:20 PM
* @author E. Rajasekar
*/
package com.innovativeastrosolutions.astrosoftcore.beans;
import java.util.Set;
import com.innovativeastrosolutions.astrosoftcore.consts.Rasi;
public interface ChartData {
public Set getHouses();
public String getChartName();
public Rasi getAscendant();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy