############################################################################# ## #W selfsimfam.gd automgrp package Yevgen Muntyan #W Dmytro Savchuk ## automgrp v 1.3.1 ## #Y Copyright (C) 2003 - 2018 Yevgen Muntyan, Dmytro Savchuk ## ############################################################################### ## #O SelfSimFamily( [, ] [, ]) ## DeclareOperation("SelfSimFamily", [IsList]); DeclareOperation("SelfSimFamily", [IsList, IsBool]); DeclareOperation("SelfSimFamily", [IsList, IsList]); DeclareOperation("SelfSimFamily", [IsList, IsList, IsBool]); # XXX #DeclareAttribute("RecurList", IsSelfSimFamily); #DeclareAttribute("GeneratingRecurList", IsSelfSimFamily); ################################################################################ ### ##A One() ### ##DeclareAttribute("One", IsSelfSimFamily); ############################################################################# ## #A GroupOfSelfSimFamily() #A SemigroupOfSelfSimFamily() ## DeclareAttribute("GroupOfSelfSimFamily", IsSelfSimFamily); DeclareAttribute("SemigroupOfSelfSimFamily", IsSelfSimFamily); ############################################################################# ## #A UnderlyingFreeMonoid() #A UnderlyingFreeGroup() ## DeclareAttribute("UnderlyingFreeMonoid", IsSelfSimFamily); DeclareAttribute("UnderlyingFreeGroup", IsSelfSimFamily); ############################################################################# ## #P IsObviouslyFiniteState() ## DeclareProperty("IsObviouslyFiniteState", IsSelfSimFamily); ############################################################################# ## #A GeneratorsOfOrderTwo() ## DeclareAttribute("GeneratorsOfOrderTwo", IsSelfSimFamily); ############################################################################### ## ## AG_AbelImagesGenerators() ## DeclareAttribute("AG_AbelImagesGenerators", IsSelfSimFamily); #E