Package | Description |
---|---|
net.sf.openschema |
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.
|
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 Map<String,Object> |
OpenSchemaPlanner.instantiatePredicate(OpenSchemaPlanner.Node node,
Map<String,Frame> varMapping,
OpenSchemaPlanner.Cache cache,
boolean commit)
Instantiate a predicate by fetching the values from the cache and resolving variables in the output FD of the
predicate.
|
Copyright © 2015 Pablo Duboue. All rights reserved.