public class GedComConversion
extends java.lang.Object
| Constructor | Description |
|---|---|
GedComConversion() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.LinkedList<LocalBlock> |
getLocalBlocks(java.lang.String path) |
a static method which converts the gedcom to the localblock representation
the local blocks are persons, which are related by marriage (also transitive)
|
public static java.util.LinkedList<LocalBlock> getLocalBlocks(java.lang.String path) throws WrongFilePathException
WrongFilePathException