public class TSplitRules.TSplitRule extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
bp()
get bipolar pointer of the rule
|
boolean |
canFire(Set<NamedEntity> CurrentSig)
check whether signatures of a rule are related to current signature
in such a way that allows rule to fire
|
DepSet |
fireDep(Set<NamedEntity> CurrentSig,
Map<NamedEntity,DepSet> SigDep)
calculates dep-set for a rule that can fire, write it to DEP.
|
public int bp()
public boolean canFire(Set<NamedEntity> CurrentSig)
public DepSet fireDep(Set<NamedEntity> CurrentSig, Map<NamedEntity,DepSet> SigDep)
Copyright © 2013 The University of Manchester. All Rights Reserved.