Package ca.phon.opgraph.nodes.phonex
Interface PhonexNode
- All Superinterfaces:
ca.phon.opgraph.app.extensions.NodeSettings
- All Known Implementing Classes:
MarkConstituentNode
,PhonexFindNode
,PhonexMatchNode
public interface PhonexNode
extends ca.phon.opgraph.app.extensions.NodeSettings
-
Method Summary
Methods inherited from interface ca.phon.opgraph.app.extensions.NodeSettings
getComponent, getSettings, loadSettings
-
Method Details
-
setPhonex
Set (and compile) phonex expression.- Parameters:
phonex
-- Throws:
PhonexPatternException
- if the given phonex is not valid
-
getPhonex
String getPhonex()Get current phonex- Returns:
- phonex
-