Package tilda.parsing.parts
Class FormulaTemplate
- java.lang.Object
-
- tilda.parsing.parts.FormulaTemplate
-
public class FormulaTemplate extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<org.json.simple.JSONObject>
_Impls
java.lang.String
_Name
protected View
_ParentView
FormulaPatternType
_Pattern
java.lang.String
_PatternStr
protected static org.apache.logging.log4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description FormulaTemplate()
FormulaTemplate(FormulaTemplate FT)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description View
getParentView()
java.lang.String
getShortName()
boolean
validate(ParserSession PS, View ParentView)
-
-
-
Field Detail
-
LOG
protected static final org.apache.logging.log4j.Logger LOG
-
_Name
@SerializedName("name") public java.lang.String _Name
-
_PatternStr
@SerializedName("pattern") public java.lang.String _PatternStr
-
_Impls
@SerializedName("impls") public java.util.List<org.json.simple.JSONObject> _Impls
-
_Pattern
public FormulaPatternType _Pattern
-
_ParentView
protected transient View _ParentView
-
-
Constructor Detail
-
FormulaTemplate
public FormulaTemplate()
-
FormulaTemplate
public FormulaTemplate(FormulaTemplate FT)
-
-
Method Detail
-
getParentView
public View getParentView()
-
getShortName
public java.lang.String getShortName()
-
validate
public boolean validate(ParserSession PS, View ParentView)
-
-