org.unisens
Interface CustomFileFormat

All Superinterfaces:
java.lang.Cloneable, FileFormat

public interface CustomFileFormat
extends FileFormat

CustomFileFormat is used to define that a custom file format is used, that is not specified in the unisens specification. New custom file formats have to implement this interface. THIS FEATURE IS STILL EXPERIMENTAL AND MAY CHANGE IN FUTURE.

Author:
Joerg Ottenbacher, Radi Nedkov, Malte Kirst

Method Summary
 java.util.HashMap<java.lang.String,java.lang.String> getAttributes()
          Gets the attributes of this file format
 
Methods inherited from interface org.unisens.FileFormat
clone, getComment, getFileFormatName, setComment
 

Method Detail

getAttributes

java.util.HashMap<java.lang.String,java.lang.String> getAttributes()
Gets the attributes of this file format

Returns:
all attributes od this file format