Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

File:UML class Java single dispatch.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
File:UML class Java single dispatch.svg
Size of this PNG preview of this SVG file:651 × 267 pixels.Other resolutions:320 × 131 pixels |640 × 262 pixels |1,024 × 420 pixels |1,280 × 525 pixels |2,560 × 1,050 pixels.
Original file(SVG file, nominally 651 × 267 pixels, file size: 8 KB)
This is a file from theWikimedia Commons. Information from itsdescription page there is shown below.
Commons is a freely licensed media file repository.You can help.

Summary

DescriptionUML class Java single dispatch.svg
English: UML class diagram with two classes; Asteroid and Spaceship which implements the Collideable interface.
Date
SourceOwn work
AuthorFrap

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-ZeroThis file is made available under theCreative CommonsCC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to thepublic domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse

Source code

PlantUML source code.

@startumlinterface Collideable {    void collideWith(Collideable other)    void collideWith(Asteroid asteroid)    void collideWith(Spaceship spaceship)}class Asteroid implements Collideable {    + void collideWith(Collideable other)    + void collideWith(Asteroid asteroid)    + void collideWith(Spaceship spaceship)}class Spaceship implements Collideable {    + void collideWith(Collideable other)    + void collideWith(Asteroid asteroid)    + void collideWith(Spaceship spaceship)}@enduml

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

7 May 2023

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:21, 23 May 2023Thumbnail for version as of 12:21, 23 May 2023651 × 267(8 KB)FrapUploaded own work with UploadWizard

File usage

The following page uses this file:

Metadata

This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.

If the file has been modified from its original state, some details may not fully reflect the modified file.

Width651px
Height267px
Retrieved from "https://en.wikipedia.org/wiki/File:UML_class_Java_single_dispatch.svg"

[8]ページ先頭

©2009-2025 Movatter.jp