gov.nasa.arc.pds.tools.container.BaseContainerInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pds4-jparser Show documentation
Show all versions of pds4-jparser Show documentation
This is the parser library for the PDS4 planetary data standard.
package gov.nasa.arc.pds.tools.container;
/**
* An interface used to identify whether an object surfaced in a JSP is a
* container or not.
*
* @author jagander
* @version $Revision: 4930 $
*/
public interface BaseContainerInterface {
// noop
}