Exemplo n.º 1
0
 public Conversion()
 {
     _innerType = DirectConclusionTypes.Conversion;
 }
Exemplo n.º 2
0
 public Conversion()
 {
     _innerType = DirectConclusionTypes.Conversion;
 }
Exemplo n.º 3
0
 public AdContradictionType()
 {
     _type      = new EmptyType();
     _innerType = DirectConclusionTypes.AdContradictional;
 }
Exemplo n.º 4
0
 public AdContradictionType(IAdContradictionType type)
 {
     _type      = type;
     _innerType = DirectConclusionTypes.AdContradictional;
 }
Exemplo n.º 5
0
 public Obversion()
 {
     _innerType = DirectConclusionTypes.Obversion;
 }
 public AdContradictionType(IAdContradictionType type)
 {
     _type = type;
     _innerType = DirectConclusionTypes.AdContradictional;
 }
 public AdContradictionType()
 {
     _type = new EmptyType();
     _innerType = DirectConclusionTypes.AdContradictional;
 }
 public Contradistinction()
 {
     _innerType = DirectConclusionTypes.Contradistinction;
 }
Exemplo n.º 9
0
 public Contradistinction()
 {
     _innerType = DirectConclusionTypes.Contradistinction;
 }