Package | Description |
---|---|
org.thegalactic.context.io |
This package is designed to represent context input/output operations.
|
org.thegalactic.io |
This package is designed to represent input/output operations.
|
org.thegalactic.lattice.io |
This package is designed to deal with io operations for the org.thegalactic.lattice package.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextSerializerBurmeister
This class defines the way for reading a context from a text file.
|
class |
ContextSerializerCsv
This class defines the way for reading a context from a csv file.
|
class |
ContextSerializerFIMI
This class defines the way for reading a context from a text file.
|
class |
ContextSerializerSLF
This class defines the way for reading a context from a slf file.
|
class |
ContextSerializerText
This class defines the way for reading a context from a text file.
|
Modifier and Type | Method and Description |
---|---|
Reader<E> |
IOFactory.getReader(String extension)
Get the reader linked to an extension.
|
Reader<E> |
IOFactory.registerReader(Reader<E> reader,
String extension)
Register a reader with an extension.
|
Reader<E> |
IOFactory.unregisterReader(String extension)
Unregister a reader extension.
|
Modifier and Type | Method and Description |
---|---|
Reader<E> |
IOFactory.registerReader(Reader<E> reader,
String extension)
Register a reader with an extension.
|
Modifier and Type | Class and Description |
---|---|
class |
ImplicationalSystemSerializerText
This class defines the way for reading an implicational system from a text file.
|
Copyright © 2010–2016 The Galactic Organization. All rights reserved.