| Package | Description |
|---|---|
| net.sf.tweety.arg.dung.parser | |
| net.sf.tweety.arg.dung.writer |
| Modifier and Type | Method and Description |
|---|---|
static FileFormat |
FileFormat.getFileFormat(String s)
Returns the file format instance that corresponds to the given abbrevation
|
static FileFormat |
FileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<FileFormat> |
FileFormat.getFileFormats(String s)
Returns a collection of file formats parsed from the given string which
has to be in the format "[format1,...,formatn]".
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractDungParser |
AbstractDungParser.getParser(FileFormat f)
Retrieves the parser for the given file format.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractDungWriter |
AbstractDungWriter.getWriter(FileFormat f)
Retrieves the writer for the given file format.
|
Copyright © 2019. All rights reserved.