Interface | Description |
---|---|
Frame |
Knowledge frames, part of the FrameSet, the input to the document structuring schemata.
|
FrameSet |
An interface specifying the input to document structuring schemata.
|
Ontology |
An interface encapsulating all the ontological needs of document structuring schemata.
|
Class | Description |
---|---|
DocumentPlan |
A document plan, the output of document structuring schemata.
|
EmptyOntology |
An implementation of the Ontology interface where each concept is in a separate class.
|
GreedyChooser |
A greedy continuation chooser that always returns the first element of the possible alternatives.
|
LocalChooser |
Abstract class for deciding which continuation to follow in the schema instantiation process.
|
LocalChooser.Decision |
LocalChooser Decision inner class.
|
MapFrame |
A Frame implementation using java.util.Map
|
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the net.sf.openschema package.
|
OpenSchema |
Java class for anonymous complex type.
|
OpenSchema.Predicate |
Java class for anonymous complex type.
|
OpenSchema.Predicate.Output |
Java class for anonymous complex type.
|
OpenSchema.Predicate.Property |
Java class for anonymous complex type.
|
OpenSchema.Predicate.Variable |
Java class for anonymous complex type.
|
OpenSchemaPlanner |
Main OpenSchema class.
|
OpenSchemaPlanner.Cache |
Values cache.
|
OpenSchemaPlanner.Cache.Entry |
Entry inner class
|
OpenSchemaPlanner.DecoratedNode |
A decorated node inner class.
|
Property |
Properties to be checked among variables in the predicate.
|
RandomChooser |
A random continuation policy.
|
RDFFrameSet |
A RDF-based implementation of the interface FrameSet.
|
RDFOntology |
An implementation of the Ontology interface from and RDF Schema (rdfs) file.
|
SchemaNode |
The schema itself, as a regular grammar over the
predicates.
|
SchemaNode.Node |
Java class for anonymous complex type.
|
SchemaNode.Node.AggrBoundary |
Java class for anonymous complex type.
|
SchemaNode.Node.ParBoundary |
Java class for anonymous complex type.
|
SchemaNode.Node.Predicate |
Java class for anonymous complex type.
|
SchemaNode.Node.Predicate.Variable |
Java class for anonymous complex type.
|
SimpleFocusChooser |
A LocalChooser that implements a simple set of focus heuristics described in McKeown (1985).
|
Copyright © 2015 Pablo Duboue. All rights reserved.