Class IpogConfiguration
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.generator.ipog.IpogConfiguration
-
public class IpogConfiguration extends java.lang.ObjectA class combining all information needed to construct a new instance of theIpogAlgorithmalgorithm. This class is used instead of a constructor with all parameters to reduce API incompatibility issues when addition more arguments and for a general nicer way of constructing the algorithm since constructor with many parameters are not easy to read in code.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIpogConfiguration.BuilderA implementation of the Builder patter to create a newIpogConfiguration.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)inthashCode()static IpogConfiguration.BuilderipogConfiguration()java.lang.StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
ipogConfiguration
public static IpogConfiguration.Builder ipogConfiguration()
-
-