public abstract class BaseAlgorithmicSupport extends Object implements AlgorithmicSupport
| Modifier and Type | Field and Description |
|---|---|
protected Environment |
environment
Every algorithm needs to have the environment defined
|
protected RuntimeData |
runtimeData
Every algorithm needs to have the runtime defined.
|
| Constructor and Description |
|---|
BaseAlgorithmicSupport(Environment environment)
Construct a supporting class for the desired algorithm.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllLookaheads, addLookaheadsToState, computeLookAhead, dotContains, getPrintableLookahead, hasFollows, initializeDot, isMultiPass, mergeLookaheads, supportsLookaheadprotected Environment environment
protected RuntimeData runtimeData
public BaseAlgorithmicSupport(Environment environment)
environment - is the calling environmentCopyright © 2017. All rights reserved.