Previously, we have used a Collection of arrays to handle relationship data. I want to replace this with a class to offer improved readability and simplicity.
I have created a Relationship class, which is used when adding any type of relationship to Poser. This Relationship class has a number of helper methods which go a long way to simplify some of the method calls in Factory itself.
Previously, we have used a Collection of arrays to handle relationship data. I want to replace this with a class to offer improved readability and simplicity.
I have created a
Relationship
class, which is used when adding any type of relationship to Poser. This Relationship class has a number of helper methods which go a long way to simplify some of the method calls inFactory
itself.