Example #1
0
 public Narrative()
 {
     _innerType = PredicateForms.Narrative;
 }
 public Explanatory()
 {
     _innerType = PredicateForms.Explanatory;
 }
 public Descriptive()
 {
     _innerType = PredicateForms.Descriptive;
 }
Example #4
0
 public Descriptive()
 {
     _innerType = PredicateForms.Descriptive;
 }
 public Explanatory()
 {
     _innerType = PredicateForms.Explanatory;
 }
Example #6
0
 public Narrative()
 {
     _innerType = PredicateForms.Narrative;
 }