Package gprover
Class AngTn
- java.lang.Object
-
- gprover.CClass
-
- gprover.AngTn
-
public class AngTn extends CClass
The AngTn class represents a geometric configuration of four lines. It extends the CClass and includes properties for lemma, condition, and other attributes related to angles.
-
-
Field Summary
Fields Modifier and Type Field Description LLineln1The first line that defines the angles.LLineln2The second line that defines the angles.LLineln3The third line that defines the angles.LLineln4The fourth line that defines the angles.intt1The first integer attribute related to the angles.intt2The second integer attribute related to the angles.
-
-
-
Field Detail
-
ln1
public LLine ln1
The first line that defines the angles.
-
ln2
public LLine ln2
The second line that defines the angles.
-
ln3
public LLine ln3
The third line that defines the angles.
-
ln4
public LLine ln4
The fourth line that defines the angles.
-
t1
public int t1
The first integer attribute related to the angles.
-
t2
public int t2
The second integer attribute related to the angles.
-
-