All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.harium.suneidesis.knowledge.space.Universe Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
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