Correct wrong short license on each source file
Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
parent
daf01c6b9d
commit
385d249b7a
2
.mailmap
2
.mailmap
@ -4,4 +4,4 @@ Adam Boduch <adam.boduch@gmail.com> adamboduch <adam.boduch@gmail.com>
|
||||
Adam Boduch <adam.boduch@gmail.com> adamboduch <adam@adam-laptop.(none)>
|
||||
Dan Yeaw <dan@yeaw.me> danyeaw <danyeaw@gmail.com>
|
||||
Artur Wroblewski <wrobell@pld-linux.org> wrobell <wrobell@pld-linux.org>
|
||||
Enno Groeper <enno@groeper-berlin.de> Enno Gröper <enno@groeper-berlin.de>
|
||||
Enno Groeper <enno@groeper-berlin.de> Enno Gröper <enno@groeper-berlin.de>
|
||||
|
@ -9,18 +9,18 @@ ignored: LICENSE.txt | README.rst | .update-copyright.conf | .git* | *.md | *.tx
|
||||
pyfile: /home/dan/Code/update-copyright-0.6.2/update_copyright/license.py
|
||||
|
||||
[copyright]
|
||||
short: {project} comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License.
|
||||
short: {project} comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Library General Public License.
|
||||
long: This file is part of {project}.
|
||||
|
||||
{project} is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
it under the terms of the GNU Library General Public License
|
||||
as published by the Free Software Foundation, either version 2 of
|
||||
the License, or (at your option) any later version.
|
||||
|
||||
{project} is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
GNU Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with {project}. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""This script list classes and optionally attributes from UML model created with Gaphor."""
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from __future__ import absolute_import
|
||||
#from gaphor.UML.collection import collection
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
1:n and n:m relations in the data model are saved using a collection.
|
||||
"""
|
||||
|
@ -9,16 +9,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""This module contains a model element Diagram which is the abstract
|
||||
representation of a UML diagram. Diagrams can be visualized and edited.
|
||||
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Base class for UML model elements.
|
||||
"""
|
||||
|
@ -9,16 +9,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Factory for and registration of model elements.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""The core UML metamodel events."""
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
UML events emited on a change in the data model.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
UML model support functions.
|
||||
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Properties used to create the UML 2.0 data model.
|
||||
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test if the collection's list supports all trickery.
|
||||
"""
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
import unittest
|
||||
from gaphor.UML import interfaces
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
from gaphor.UML import uml2, modelfactory, elementfactory
|
||||
from gaphor.UML.modelfactory import STEREOTYPE_FMT as fmt
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
import unittest
|
||||
from zope import component
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
import unittest
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Formatting of UML model elements into text tests.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Parsing of UML model elements from string tests.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Formatting of UML elements like attributes, operations, stereotypes, etc.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Lexical analizer for attributes and operations.
|
||||
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
This module allows Gaphor to be launched from the command line.
|
||||
The main() function sets up the command-line options and arguments and
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Support for actions in generic files.
|
||||
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
import gaphor.adapters.connectors
|
||||
import gaphor.adapters.editors
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Flow item adapter connections.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Activity partition property page.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Flow item connection adapters tests.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Classes related (dependency, implementation) adapter connections.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Interface item related connections.
|
||||
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Classes related adapter connection tests.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test implementation (interface realization) item connectors.
|
||||
"""
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test connections to folded interface.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Connector connections.
|
||||
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test connector item connectors.
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Connector adapters.
|
||||
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Adapters
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Grouping functionality allows to nest one item within another item (parent
|
||||
item). This is useful in several use cases
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Message item connection adapters.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Message connection adapter tests.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
from gaphor.adapters.connectors import RelationshipConnect
|
||||
from zope import interface, component
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Metaclass item editors.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Stereotype property page.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Extension item connection adapter tests.
|
||||
"""
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
from gaphor.tests import TestCase
|
||||
from gaphor.adapters.profiles.metaclasseditor import MetaclassNameEditor
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Adapters for the Property Editor.
|
||||
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
|
||||
This module is not yet ready to be used for adapters.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
from . import propertypages
|
||||
from . import vertexconnect
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
State items property pages.
|
||||
|
||||
|
@ -6,13 +6,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test transition item and state vertices connections.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Connection between two state machine vertices (state, pseudostate) using
|
||||
transition.
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Comment and comment line items connection adapters tests.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test Item connections.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
|
||||
import gtk
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Tests for grouping functionality in Gaphor.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test extend item connections.
|
||||
"""
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test include item connections.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Use cases related connection adapters.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
The Application object. One application should be available.
|
||||
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
The Core module provides an entry point for Gaphor's core constructs.
|
||||
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
The diagram package contains items (to be drawn on the diagram), tools
|
||||
(used for interacting with the diagram) and interfaces (used for adapting the
|
||||
|
@ -6,13 +6,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Action diagram item.
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Control flow and object flow implementation.
|
||||
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Activity Partition item.
|
||||
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test actions.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
from gaphor.UML import uml2
|
||||
from gaphor.diagram import items
|
||||
|
@ -9,16 +9,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Activity control nodes.
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Actor item classes.
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Artifact item.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Association item - graphical representation of an association.
|
||||
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Common dependencies like dependency, usage, implementation and realization.
|
||||
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Generalization --
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Implementation of interface.
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Interface item implementation. There are several notations supported
|
||||
|
||||
|
@ -10,16 +10,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""This module defines two visualization items - OperationItem and ClassItem."""
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Package diagram item.
|
||||
"""
|
||||
|
@ -5,13 +5,14 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Unit tests for AssociationItem.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test classes.
|
||||
"""
|
||||
|
@ -7,16 +7,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
from __future__ import absolute_import
|
||||
|
||||
from gaphor.UML import uml2, umllex
|
||||
|
@ -6,16 +6,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Test classes.
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
Classifier diagram item.
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
CommentItem diagram item
|
||||
"""
|
||||
|
@ -8,16 +8,17 @@
|
||||
# This file is part of Gaphor.
|
||||
#
|
||||
# Gaphor is free software: you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation, either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# terms of the GNU Library General Public License as published by the Free
|
||||
# Software Foundation, either version 2 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
# more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
CommentLine -- A line that connects a comment to another model element.
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user