public class GraphUtils
extends java.lang.Object
Constructor and Description |
---|
GraphUtils()
Constructor method for i18n purposes only.
|
Modifier and Type | Method and Description |
---|---|
static AdjacencyListGraph |
convertToListGraph(java.util.Vector<DBTableDef> tabledefs)
Creates a graph represented by an adjacency list from database tables.
|
public GraphUtils() throws java.lang.InstantiationException
I18NExtractor
).
java.lang.InstantiationException
- Error indicationpublic static AdjacencyListGraph convertToListGraph(java.util.Vector<DBTableDef> tabledefs)
MissingValue
instances if a referenced table definition is missing.
The missing value id transports the missing table.
tabledefs
- The database table definitions including foreign key relationsnull
indicates errorjava.lang.NullPointerException
- If a parameter is null
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.