public class BindingGeneratorImpl extends Object implements BindingGenerator
Title: Binding Generator Implementation
Description: Takes a list of binding helpers
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
BindingGeneratorImpl()
Empty Binding Generator
|
BindingGeneratorImpl(ABox abox,
VariableBinding initialBinding,
Collection<BindingHelper> helpers)
Constructs a binding generator with the given list of helpers.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<VariableBinding> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic BindingGeneratorImpl()
public BindingGeneratorImpl(ABox abox, VariableBinding initialBinding, Collection<BindingHelper> helpers)
public Iterator<VariableBinding> iterator()
iterator in interface Iterable<VariableBinding>Copyright © 2019. All rights reserved.