com.harium.suneidesis.knowledge.space.SpaceConcept Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Project to represent knowledge
package com.harium.suneidesis.knowledge.space;
import com.harium.suneidesis.knowledge.concept.Concept;
public class SpaceConcept extends Concept {
CelestialBody celestialBody;
double latitude;
double longitude;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy