org.sfm.map
public class MappingContext<S> extends Object
| Constructor and Description |
|---|
MappingContext(BreakDetector<S>[] breakDetectors,
BreakDetector<S> rootDetector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
broke(int i) |
BreakDetector<S> |
getBreakDetector(int i) |
void |
handle(S source) |
void |
markAsBroken() |
boolean |
rootBroke() |
public MappingContext(BreakDetector<S>[] breakDetectors, BreakDetector<S> rootDetector)
public BreakDetector<S> getBreakDetector(int i)
public boolean broke(int i)
public boolean rootBroke()
public void handle(S source)
public void markAsBroken()
Copyright © 2015. All rights reserved.