bellini.groups.LawedGroup

class bellini.groups.LawedGroup(group, law)[source]

Bases: bellini.groups.Group

Class constructed by default for a Group after a Law has been applied to it

__init__(group, law)[source]
Parameters
  • group (Group) – Base Group that law will be applied to

  • law (Law) – Law that is applied to group

Methods

__init__(group, law)

Parameters
  • group (Group) – Base Group that law will be applied to

copy()

Return a copy of itself

Attributes

g

A networkx graph representing how the group was constructed

name

A string used to represent the Group

abstract copy()

Return a copy of itself

property g

A networkx graph representing how the group was constructed

property name

A string used to represent the Group