Class FormulaContentParser
java.lang.Object
org.yamcs.studio.autocomplete.formula.FormulaContentParser
- All Implemented Interfaces:
- IContentParser
PV formula content parser.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaccept(ContentDescriptor desc) parse(ContentDescriptor desc) 
- 
Constructor Details- 
FormulaContentParserpublic FormulaContentParser()
 
- 
- 
Method Details- 
accept- Specified by:
- acceptin interface- IContentParser
- Returns:
- trueif this parser handles the described content.
 
- 
parse- Specified by:
- parsein interface- IContentParser
- Returns:
- ContentDescriptorto be submitted to providers or parsers if the replay attribute is set to- true.
 
 
-