Example #1
0
 public AdContradictionType(IAdContradictionType type)
 {
     _type      = type;
     _innerType = DirectConclusionTypes.AdContradictional;
 }
 public AdContradictionType(IAdContradictionType type)
 {
     _type = type;
     _innerType = DirectConclusionTypes.AdContradictional;
 }
Example #3
0
 public AdContradictionType()
 {
     _type      = new EmptyType();
     _innerType = DirectConclusionTypes.AdContradictional;
 }
 public AdContradictionType()
 {
     _type = new EmptyType();
     _innerType = DirectConclusionTypes.AdContradictional;
 }