Package | Description |
---|---|
org.thegalactic.context.io |
This package is designed to represent context input/output operations.
|
org.thegalactic.dgraph.io |
This package is designed to deal with io operations for the org.thegalactic.dgraph package.
|
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 | Class and Description |
---|---|
class |
DGraphSerializerDot<N,E>
This class defines the way for writing a graph to a text file.
|
Modifier and Type | Method and Description |
---|---|
Writer<E> |
IOFactory.getWriter(String extension)
Get the writer linked to an extension.
|
Writer<E> |
IOFactory.registerWriter(Writer<E> writer,
String extension)
Register a writer with an extension.
|
Writer<E> |
IOFactory.unregisterWriter(String extension)
Unregister a writer extension.
|
Modifier and Type | Method and Description |
---|---|
Writer<E> |
IOFactory.registerWriter(Writer<E> writer,
String extension)
Register a writer with an extension.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrowRelationSerializerTeX
This class defines the way for writing an arrow relatin as a tex file.
|
class |
ConceptLatticeSerializerDot
This class defines the way for writing a concept lattice as a dot file.
|
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.