com.clarkparsia.pellet.rules
Class BindingGeneratorStrategyImpl

java.lang.Object
  extended by com.clarkparsia.pellet.rules.BindingGeneratorStrategyImpl
All Implemented Interfaces:
BindingGeneratorStrategy

public class BindingGeneratorStrategyImpl
extends java.lang.Object
implements BindingGeneratorStrategy

Title: Binding Generator Strategy Implementation

Description: Implementation of a BindingGenerator construction strategy

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
BindingGeneratorStrategyImpl(ABox abox)
           
 
Method Summary
 BindingGenerator createGenerator(Rule rule)
          Creates a BindingGenerator for a single rule.
 BindingGenerator createGenerator(Rule rule, VariableBinding initialBinding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingGeneratorStrategyImpl

public BindingGeneratorStrategyImpl(ABox abox)
Method Detail

createGenerator

public BindingGenerator createGenerator(Rule rule)
Description copied from interface: BindingGeneratorStrategy
Creates a BindingGenerator for a single rule.

Specified by:
createGenerator in interface BindingGeneratorStrategy

createGenerator

public BindingGenerator createGenerator(Rule rule,
                                        VariableBinding initialBinding)
Specified by:
createGenerator in interface BindingGeneratorStrategy


Copyright © 2004 Evren Sirin. All Rights Reserved.