Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
A
AbstractConfigurable
- class dfki.util.config.
AbstractConfigurable
.
AbstractConfigurable()
- Constructor for class dfki.util.config.
AbstractConfigurable
AbstractEdgeExtractor
- class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor
.
AbstractEdgeExtractor.ProcessingInfo
- class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.ProcessingInfo
.
AbstractEdgeExtractor.StatementInfo
- class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.StatementInfo
.
AbstractEdgeExtractor()
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor
addCookie(Cookie)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
addDefaultSettings(ConfigReader)
- Method in class dfki.util.config.
Config
addEntry(QueryCache.Entry)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache
addNamespaceAbbreviation(String, String)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
GraphBuilder
addNamespaceAbbreviation(String, String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
addOption(Option)
- Method in class dfki.util.application.
OptionReader
addOption(Option[])
- Method in class dfki.util.application.
OptionReader
addSettings(ConfigReader)
- Method in class dfki.util.config.
Config
addStatementInfo(EdgeExtractor.StatementInfo)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.ProcessingInfo
addStatementInfo(EdgeExtractor.StatementInfo)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.ProcessingInfo
AdvancedEdgeExtractor
- class dfki.frodo.tools.rdf_schema_grapher.
AdvancedEdgeExtractor
.
allStatements()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
ModelProcessor
Liefert alle Statements (Aussagen) des aktuellen Modells.
C
CACHE_SIZE
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
size of the picture cache
clone()
- Method in class dfki.util.application.
Option
clone()
- Method in class dfki.util.config.
Config
COMMAND
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor.Property
Command string to run the 'dot' tool
compareTo(Object)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache.Entry
Config
- class dfki.util.config.
Config
.
CONFIG
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Grapher configuration file (not supported yet)
Config.Property
- class dfki.util.config.
Config.Property
.
Config.Property(String, String)
- Constructor for class dfki.util.config.
Config.Property
Config.Property(String, String, boolean)
- Constructor for class dfki.util.config.
Config.Property
Config()
- Constructor for class dfki.util.config.
Config
Config(Properties)
- Constructor for class dfki.util.config.
Config
ConfigReader
- class dfki.util.config.
ConfigReader
.
ConfigReader.Exception
- exception dfki.util.config.
ConfigReader.Exception
.
Exception bei Fehlern waehrend des Einlesens der Parameter.
ConfigReader.Exception(String)
- Constructor for class dfki.util.config.
ConfigReader.Exception
ConfigReader()
- Constructor for class dfki.util.config.
ConfigReader
Configurable
- interface dfki.util.config.
Configurable
.
containsHeader(String)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
createEdgeExtractor()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
createGraphBuilder()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
createModelProcessor()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
createNewEntry(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache
createNewProcessingInformation()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor
createNewProcessingInformation()
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor
createStatementInfoFor(Statement)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor
createStatementInfoFor(Statement)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor
D
DebugHttpServletRequest
- class dfki.util.servlet.
DebugHttpServletRequest
.
DebugHttpServletRequest()
- Constructor for class dfki.util.servlet.
DebugHttpServletRequest
DebugHttpServletResponse
- class dfki.util.servlet.
DebugHttpServletResponse
.
DebugHttpServletResponse()
- Constructor for class dfki.util.servlet.
DebugHttpServletResponse
DEFAULT_NAMESPACE
- Static variable in class dfki.util.rdfs.
RDFS
dfki.frodo.tools.rdf_schema_grapher
- package dfki.frodo.tools.rdf_schema_grapher
dfki.frodo.tools.rdf_schema_grapher.app
- package dfki.frodo.tools.rdf_schema_grapher.app
dfki.frodo.tools.rdf_schema_grapher.servlet
- package dfki.frodo.tools.rdf_schema_grapher.servlet
dfki.util
- package dfki.util
dfki.util.application
- package dfki.util.application
dfki.util.config
- package dfki.util.config
dfki.util.http
- package dfki.util.http
dfki.util.io
- package dfki.util.io
dfki.util.rdf
- package dfki.util.rdf
dfki.util.rdfs
- package dfki.util.rdfs
dfki.util.servlet
- package dfki.util.servlet
doGet(HttpServletRequest, HttpServletResponse)
- Method in class dfki.util.servlet.
SnoopServlet
doGet(HttpServletRequest, HttpServletResponse)
- Method in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
domain()
- Method in class dfki.util.rdfs.
RDFS.URIs
DONT_SHOW_PROPERTIES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Show property edges
doPost(HttpServletRequest, HttpServletResponse)
- Method in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
DOT_DIR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
dir to store the generated dot files
DotExecutor
- class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor
.
DotExecutor.Property
- class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor.Property
.
DotExecutor.Property(String, String)
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor.Property
DotExecutor(String, String, Config)
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor
DotGraphBuilder
- class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
.
DotGraphBuilder(String)
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
E
EdgeExtractor
- interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor
.
EdgeExtractor.ProcessingInfo
- interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.ProcessingInfo
.
Information collected on the latest extraction run.
EdgeExtractor.StatementInfo
- interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.StatementInfo
.
ENABLED
- Static variable in class dfki.util.config.
Config
encodeRedirectUrl(String)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
encodeUrl(String)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
equals(Object)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache.Entry
execute(PrintStream)
- Method in class dfki.util.
Executor
execute(PrintStream)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor
Executor
- class dfki.util.
Executor
.
Executor(String)
- Constructor for class dfki.util.
Executor
Executor(String, String[])
- Constructor for class dfki.util.
Executor
extractAllEdges(Config)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AdvancedEdgeExtractor
extractAllEdges(Config)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
SimpleEdgeExtractor
extractAllEdges(Config)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor
F
Files
- class dfki.util.io.
Files
.
Files()
- Constructor for class dfki.util.io.
Files
FONT_PATH
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor.Property
Path to font files used by dot
G
getAbbreviatedURI(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
ModelProcessor
Extrahiert alle namespaces aus dem aktuellen Modell.
getAbsoluteFile(String)
- Static method in class dfki.util.io.
Files
getAbsoluteFilename(String)
- Static method in class dfki.util.io.
Files
getAttribute(String)
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getAuthType()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getCharacterEncoding()
- Method in class dfki.util.servlet.
DebugHttpServletResponse
getCharacterEncoding()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getCode()
- Method in class dfki.util.application.
Option
getCode()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache.Entry
getConfig()
- Method in class dfki.util.config.
AbstractConfigurable
getConfig()
- Method in interface dfki.util.config.
Configurable
getContentLength()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getContentType()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getCookies()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getDateHeader(String)
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getDefaultValue()
- Method in class dfki.util.application.
Option
getDescription()
- Method in class dfki.util.application.
Option
getEntry(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache
getExtractorProcessingInfo()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
getHeader(String)
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getHeaderNames()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getId()
- Method in class dfki.util.config.
Config.Property
getId()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache.Entry
getInputStream()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getIntHeader(String)
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getMethod()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getName()
- Method in class dfki.util.application.
Option
getName(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
ModelProcessor
getNamespace(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
ModelProcessor
getNamespaceAbbreviations()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
ModelProcessor
getOptionValue(Option)
- Method in class dfki.util.application.
OptionReader
getOptionValues(Option)
- Method in class dfki.util.application.
OptionReader
getOutputStream()
- Method in class dfki.util.servlet.
DebugHttpServletResponse
getOverview()
- Method in class dfki.util.application.
OptionReader
getParameter(String)
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getParameterNames()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getParameterValues(String)
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getPathInfo()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getPathTranslated()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getPictureURL()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache.Entry
getProcessingInformation()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AdvancedEdgeExtractor
getProcessingInformation()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
SimpleEdgeExtractor
getProcessingInformation()
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor
getPropertyValue(Config.Property)
- Method in class dfki.util.config.
Config
getProtocol()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getQueryString()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getReader()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getRealPath(String)
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getRemoteAddr()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getRemoteHost()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getRemoteUser()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getRequestedSessionId()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getRequestURI()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getScheme()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getServerName()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getServerPort()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getServletPath()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getSession(boolean)
- Method in class dfki.util.servlet.
DebugHttpServletRequest
getStatement()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.StatementInfo
getStatement()
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.StatementInfo
getStatementInfos()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.ProcessingInfo
getStatementInfos()
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.ProcessingInfo
getURIs()
- Static method in class dfki.util.rdf.
RDF
getURIs()
- Static method in class dfki.util.rdfs.
RDFS
getURIs(String)
- Static method in class dfki.util.rdf.
RDF
getURIs(String)
- Static method in class dfki.util.rdfs.
RDFS
getValue()
- Method in class dfki.util.application.
Option
getValues()
- Method in class dfki.util.application.
Option
getWriter()
- Method in class dfki.util.servlet.
DebugHttpServletResponse
GraphBuilder
- interface dfki.frodo.tools.rdf_schema_grapher.
GraphBuilder
.
GrapherServlet
- class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
.
GrapherServlet.Test
- class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet.Test
.
GrapherServlet.Test()
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet.Test
GrapherServlet()
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
H
hasBeenConsidered()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.StatementInfo
hasBeenConsidered()
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.StatementInfo
hasBeenConsidered(boolean)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.StatementInfo
hasBeenConsidered(boolean)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.StatementInfo
hasBeenRejected()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.StatementInfo
hasBeenRejected()
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.StatementInfo
hasBeenRejected(boolean)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.StatementInfo
hasBeenRejected(boolean)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.StatementInfo
hasMoreOptions()
- Method in class dfki.util.application.
OptionReader
hasOption(Option)
- Method in class dfki.util.application.
OptionReader
hasProperty(Config.Property)
- Method in class dfki.util.config.
Config
HTTP
- class dfki.util.http.
HTTP
.
HTTP.CONTENT
- class dfki.util.http.
HTTP.CONTENT
.
HTTP.CONTENT()
- Constructor for class dfki.util.http.
HTTP.CONTENT
HTTP()
- Constructor for class dfki.util.http.
HTTP
I
INFO_DIR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
dir to store additional info of the generation tasks
init(ServletConfig)
- Method in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
initFromSystemProperties()
- Method in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
INTERNAL_ERROR
- Static variable in interface dfki.util.application.
ReturnCode
Fehler beim Bearbeiten der Anfrage aufgetreten
ISA_EDGE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
ISA_EDGE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Color of subclass hierarchy edges
isCached(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache
isEnabled(Config.Property)
- Method in class dfki.util.config.
Config
isMultiValued()
- Method in class dfki.util.config.
Config.Property
isNesessary()
- Method in class dfki.util.application.
Option
isRequestedSessionIdFromCookie()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
isRequestedSessionIdFromUrl()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
isRequestedSessionIdValid()
- Method in class dfki.util.servlet.
DebugHttpServletRequest
isUnique()
- Method in class dfki.util.application.
Option
J
JavaPropertyReader
- class dfki.util.config.
JavaPropertyReader
.
JavaPropertyReader(Properties)
- Constructor for class dfki.util.config.
JavaPropertyReader
L
literal()
- Method in class dfki.util.rdfs.
RDFS.URIs
M
main(String[])
- Static method in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Test
main(String[])
- Static method in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
main(String[])
- Static method in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet.Test
ModelProcessor
- class dfki.frodo.tools.rdf_schema_grapher.
ModelProcessor
.
ModelProcessor(Model, Config)
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
ModelProcessor
MODULE_NAME
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
MODULE_NAME
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor.Property
MULTI_VALUE
- Static variable in class dfki.util.config.
Config.Property
MULTIPLE
- Static variable in class dfki.util.application.
Option
N
namespace()
- Method in class dfki.util.rdf.
RDF.URIs
namespace()
- Method in class dfki.util.rdfs.
RDFS.URIs
NEEDS_VALUE
- Static variable in class dfki.util.application.
Option
needsValue()
- Method in class dfki.util.application.
Option
NESESSARY
- Static variable in class dfki.util.application.
Option
nextOption()
- Method in class dfki.util.application.
OptionReader
NODE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
NODE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Node color
NOT_NESESSARY
- Static variable in class dfki.util.application.
Option
O
object()
- Method in class dfki.util.rdf.
RDF.URIs
OK
- Static variable in interface dfki.util.application.
ReturnCode
keine Fehler aufgetreten
Option
- class dfki.util.application.
Option
.
Option(Option)
- Constructor for class dfki.util.application.
Option
Option(String, int, boolean, boolean, boolean, String)
- Constructor for class dfki.util.application.
Option
Option(String, int, boolean, boolean, boolean, String, String)
- Constructor for class dfki.util.application.
Option
OptionReader
- class dfki.util.application.
OptionReader
.
OptionReader.Exception
- exception dfki.util.application.
OptionReader.Exception
.
OptionReader.Exception(String)
- Constructor for class dfki.util.application.
OptionReader.Exception
OptionReader(Option[])
- Constructor for class dfki.util.application.
OptionReader
OPTIONS
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
OUT_FILE_PATTERN
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor
OUTPUT
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Write generated output to this file
P
PARAMETER_ERROR
- Static variable in interface dfki.util.application.
ReturnCode
Falsche/Fehlende Parameter beim Aufruf
parameters
- Variable in class dfki.util.servlet.
DebugHttpServletRequest
parse(String, Reader, RDFParser, Model)
- Static method in class dfki.util.rdf.
RDF
pendingArgs()
- Method in class dfki.util.application.
OptionReader
PICTURE_DIR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
dir to store the generated pics
PICTURE_URL
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
URL to access the generated pics through a HTTP server
PRINT_NAMESPACES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
PRINT_NAMESPACES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Generate namespace information
printGraphTo(Writer)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
GraphBuilder
printGraphTo(Writer)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
printResultTo(Writer)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AdvancedEdgeExtractor
printResultTo(Writer)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
SimpleEdgeExtractor
printResultTo(Writer)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor
PROPERTY_EDGE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
PROPERTY_EDGE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Color of property edges
Q
QueryCache
- class dfki.frodo.tools.rdf_schema_grapher.
QueryCache
.
QueryCache.Entry
- class dfki.frodo.tools.rdf_schema_grapher.
QueryCache.Entry
.
QueryCache()
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
QueryCache
queryString
- Variable in class dfki.util.servlet.
DebugHttpServletRequest
R
range()
- Method in class dfki.util.rdfs.
RDFS.URIs
RDF
- class dfki.util.rdf.
RDF
.
RDF_NAMESPACE
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
RDF.URIs
- class dfki.util.rdf.
RDF.URIs
.
RDF()
- Constructor for class dfki.util.rdf.
RDF
RDFS
- class dfki.util.rdfs.
RDFS
.
RDFS
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
The URL of the source rdfs file
RDFS_DIR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
dir to store rdfs files
RDFS_NAMESPACE
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
RDFS_NAMESPACE
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
RDFS file to process
RDFS_URL
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
URL of the rdfs file to process
RDFS.URIs
- class dfki.util.rdfs.
RDFS.URIs
.
RDFS()
- Constructor for class dfki.util.rdfs.
RDFS
RDFSchemaGrapher
- class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
.
RDFSchemaGrapher.Exception
- exception dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Exception
.
RDFSchemaGrapher.Property
- class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
.
RDFSchemaGrapher.Test
- class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Test
.
RDFSchemaGrapher.Test()
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Test
RDFSchemaGrapher(Reader, Writer)
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
RDFSchemaGrapherApp
- class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
.
Command line version of the gapher tool (currently without visualization).
RDFSchemaGrapherApp()
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
RDFSClass.Data
- class dfki.frodo.tools.rdf_schema_grapher.
RDFSClass.Data
.
RDFSProperty.Data
- class dfki.frodo.tools.rdf_schema_grapher.
RDFSProperty.Data
.
READ_ERROR
- Static variable in interface dfki.util.application.
ReturnCode
Fehler beim Einlesen von Dateien
readArgs(String[])
- Method in class dfki.util.application.
OptionReader
readPropertySettings()
- Method in class dfki.util.config.
ConfigReader
readPropertySettings()
- Method in class dfki.util.config.
XMLConfigReader
readPropertySettings()
- Method in class dfki.util.config.
JavaPropertyReader
readPropertySettings()
- Method in class dfki.util.config.
SystemPropertyReader
readPropertySettings()
- Method in class dfki.util.config.
ServletInitParameterReader
readPropertySettings()
- Method in class dfki.util.config.
ServletRequestReader
readRDFS(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
replace(String, String, String)
- Static method in class dfki.util.
Strings
ReturnCode
- interface dfki.util.application.
ReturnCode
.
run()
- Method in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
S
SAX_PARSER
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
sendError(int)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
sendError(int, String)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
sendErrorMsg(HttpServletResponse, String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.servlet.
GrapherServlet
sendRedirect(String)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
SEPARATOR
- Static variable in class dfki.util.config.
Config.Property
ServletInitParameterReader
- class dfki.util.config.
ServletInitParameterReader
.
ServletInitParameterReader(ServletConfig)
- Constructor for class dfki.util.config.
ServletInitParameterReader
ServletRequestReader
- class dfki.util.config.
ServletRequestReader
.
ServletRequestReader(ServletRequest)
- Constructor for class dfki.util.config.
ServletRequestReader
setConfig(Config)
- Method in class dfki.util.config.
AbstractConfigurable
setConfig(Config)
- Method in interface dfki.util.config.
Configurable
setContentLength(int)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
setContentType(String)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
setDateHeader(String, long)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
setDescription(String)
- Method in class dfki.util.application.
Option
setEdge(String, String)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
GraphBuilder
setEdge(String, String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
setEdge(String, String, String)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
GraphBuilder
setEdge(String, String, String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
setEnrichNode(String, String)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
GraphBuilder
setEnrichNode(String, String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
setHeader(String, String)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
setIntHeader(String, int)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
setLocalURI(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher
setNode(String)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
GraphBuilder
setNode(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
setPictureURL(String)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
QueryCache.Entry
setPropertyValue(Config.Property, String)
- Method in class dfki.util.config.
Config
setStatement(Statement)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
AbstractEdgeExtractor.StatementInfo
setStatement(Statement)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
EdgeExtractor.StatementInfo
setStatus(int)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
setStatus(int, String)
- Method in class dfki.util.servlet.
DebugHttpServletResponse
setValue(String)
- Method in class dfki.util.application.
Option
SHOW_PROPERTIES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
SHOW_RDFS_NODES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
RDFSchemaGrapher.Property
SHOW_RDFS_NODES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Show rdfs nodes
SimpleEdgeExtractor
- class dfki.frodo.tools.rdf_schema_grapher.
SimpleEdgeExtractor
.
SimpleEdgeExtractor(ModelProcessor, GraphBuilder)
- Constructor for class dfki.frodo.tools.rdf_schema_grapher.
SimpleEdgeExtractor
SINGLE_VALUE
- Static variable in class dfki.util.config.
Config.Property
SnoopServlet
- class dfki.util.servlet.
SnoopServlet
.
Snoop servlet.
SnoopServlet()
- Constructor for class dfki.util.servlet.
SnoopServlet
SOURCE_FILE_PATTERN
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor
start(Config)
- Method in interface dfki.frodo.tools.rdf_schema_grapher.
GraphBuilder
start(Config)
- Method in class dfki.frodo.tools.rdf_schema_grapher.
DotGraphBuilder
Strings
- class dfki.util.
Strings
.
Strings()
- Constructor for class dfki.util.
Strings
subClassOf()
- Method in class dfki.util.rdfs.
RDFS.URIs
SystemPropertyReader
- class dfki.util.config.
SystemPropertyReader
.
SystemPropertyReader()
- Constructor for class dfki.util.config.
SystemPropertyReader
T
TEXT_HTML
- Static variable in class dfki.util.http.
HTTP.CONTENT
TEXT_PLAIN
- Static variable in class dfki.util.http.
HTTP.CONTENT
toString()
- Method in class dfki.util.application.
Option
toString()
- Method in class dfki.util.config.
Config
toString()
- Method in class dfki.util.config.
Config.Property
TYPE
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor.Property
Type of output, e.g.
TYPE_PATTERN
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.
DotExecutor
type()
- Method in class dfki.util.rdf.
RDF.URIs
U
UNIQUE
- Static variable in class dfki.util.application.
Option
V
valueIsSet()
- Method in class dfki.util.application.
Option
VERBOSE
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Enable message printing (not supported yet)
W
WITHOUT_VALUE
- Static variable in class dfki.util.application.
Option
WRITE_ERROR
- Static variable in interface dfki.util.application.
ReturnCode
Fehler beim Schreiben von Dateien
X
XML_PARSER
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
Use this SAXParser to read the XML
XMLConfigReader
- class dfki.util.config.
XMLConfigReader
.
XMLConfigReader(String)
- Constructor for class dfki.util.config.
XMLConfigReader
_
_class()
- Method in class dfki.util.rdfs.
RDFS.URIs
_CONFIG
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_DONT_SHOW_PROPERTIES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_ISA_EDGE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_NODE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_OUTPUT
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_PRINT_NAMESPACES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_PROPERTY_EDGE_COLOR
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_RDFS
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_RDFS_NAMESPACE
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_SHOW_RDFS_NODES
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_VERBOSE
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
_XML_PARSER
- Static variable in class dfki.frodo.tools.rdf_schema_grapher.app.
RDFSchemaGrapherApp
A
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES