Package | Description |
---|---|
net.sf.openschema |
Modifier and Type | Class and Description |
---|---|
class |
EmptyOntology
An implementation of the Ontology interface where each concept is in a separate class.
|
class |
RDFOntology
An implementation of the Ontology interface from and RDF Schema (rdfs) file.
|
Modifier and Type | Field and Description |
---|---|
protected Ontology |
SimpleFocusChooser.ontology
Ontology, employed for the potential focus lists linking decision process.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
OpenSchemaPlanner.canBeInstantiated(OpenSchemaPlanner.Node node,
Map<String,Frame> varMapping,
OpenSchemaPlanner.Cache cache,
Ontology ontology,
FrameSet frames)
Check whether there is valid data to instantiate a node or not, given an initial variable mapping.
|
abstract boolean |
Property.check(Map<Object,Frame> vars,
Ontology ontology)
Check whether a map of variables to values verifies or not this property.
|
protected List<OpenSchemaPlanner.DecoratedNode> |
OpenSchemaPlanner.computeConfusionSet(OpenSchemaPlanner.Node node,
Map<String,Frame> varMapping,
OpenSchemaPlanner.Cache cache,
Ontology ontology,
FrameSet frames)
Compute all the nodes that are reachable from current node without passing through another Predicate node.
|
protected static List<Frame> |
OpenSchemaPlanner.framesUnderType(Object type,
Ontology ontology,
FrameSet frames)
Retrieve all the frames in a FrameSet which type is a subtype of a given type.
|
DocumentPlan |
OpenSchemaPlanner.instantiate(FrameSet frames,
Map<String,Frame> initialMapping,
Ontology ontology)
Main method, takes data to instantiate the schema, an initial variable mapping and an ontology and returns a
DocumentPlan.
|
protected List<Map<Object,Frame>> |
OpenSchemaPlanner.searchValues(OpenSchemaPlanner.Node node,
Map<String,Frame> varMapping,
Ontology ontology,
FrameSet frames)
Search for values that satisfy the node properties and the given mapping of variables.
|
Constructor and Description |
---|
SimpleFocusChooser(Ontology ontology)
Constructor, receives the ontology.
|
Copyright © 2015 Pablo Duboue. All rights reserved.