com.harium.suneidesis.knowledge.space.Universe 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;
import com.harium.suneidesis.knowledge.storage.Storage;
public class Universe extends Concept {
private Storage galaxyGroups;
public Storage getGalaxyGroups() {
return galaxyGroups;
}
public void setGalaxyGroups(Storage galaxyGroups) {
this.galaxyGroups = galaxyGroups;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy