/* * Copyright (C) 2006-2016 DLR, Germany * * All rights reserved * * http://www.rcenvironment.de/ */ package de.rcenvironment.core.datamodel.types.api; import de.rcenvironment.core.datamodel.api.TypedDatum; /** * A complex data type with JSON-like features. * * TODO design: details & API * * @author Robert Mischke */ public interface StructuredDataTD extends TypedDatum { }