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