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

com.smartlogic.ontologyeditor.beans.ConceptScheme Maven / Gradle / Ivy

There is a newer version: 5.6.1
Show newest version
package com.smartlogic.ontologyeditor.beans;

import java.util.Collection;
import java.util.HashSet;
import java.util.List;

import org.apache.jena.atlas.json.JsonArray;
import org.apache.jena.atlas.json.JsonObject;
import org.apache.jena.atlas.json.JsonValue;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import com.smartlogic.ontologyeditor.OEClientReadOnly;

public class ConceptScheme extends AbstractBeanFromJson {
	protected final static Logger logger = LoggerFactory.getLogger(ConceptScheme.class);

	private Collection types = new HashSet();
	private Collection




© 2015 - 2025 Weber Informatics LLC | Privacy Policy