blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
5
227
content_id
stringlengths
40
40
detected_licenses
listlengths
0
28
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
36 values
visit_date
timestamp[us]date
2015-08-14 10:26:58
2023-09-06 06:45:32
revision_date
timestamp[us]date
2011-07-11 04:02:09
2023-09-04 16:40:12
committer_date
timestamp[us]date
2011-07-11 04:02:09
2023-09-04 16:40:12
github_id
int64
206k
631M
star_events_count
int64
0
6.51k
fork_events_count
int64
0
1.54k
gha_license_id
stringclasses
11 values
gha_event_created_at
timestamp[us]date
2012-08-01 17:54:24
2023-09-14 21:57:05
gha_created_at
timestamp[us]date
2009-05-21 02:09:00
2023-04-21 10:18:22
gha_language
stringclasses
55 values
src_encoding
stringclasses
12 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
16
1.74M
extension
stringclasses
12 values
code
stringlengths
16
1.74M
0a15392f30a4343cae6874a0d4508eed6e13b050
bcb7fd9ec9e69e52780b27da867b8055dfdc043c
/src/lattice/Concept.iuml
c9a447e976af92a1693b88fe1a102a781adce989
[ "CECILL-B" ]
permissive
vanthonguyen/lattice-sequence
2e962d089b0053ba90332932fe3881dfe8ec71ac
72ebfe551ef013da521b81121e3f98164b2a00bf
refs/heads/master
2020-04-15T07:22:32.920465
2015-02-01T17:33:59
2015-02-01T17:33:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,693
iuml
package lattice { class Concept { -ComparableSet setA -ComparableSet setB .. Constructors .. +Concept(TreeSet<Comparable> setA, TreeSet<Comparable> setB) +Concept(boolean setA, boolean setB) +Concept(TreeSet<Comparable> setA, boolean setB) +Concept(boolean setA, TreeSet<Comparable> setB) +Concept(Concept c) .. Generators .. +Concept copy() .. Predicates .. +boolean hasSetB() +boolean hasSetA() +boolean containsInA(Comparable x) +boolean containsInB(Comparable x) +boolean containsAllInA(TreeSet x) +boolean containsAllInB(TreeSet x) .. Accessors .. +TreeSet<Comparable> getSetA() +TreeSet<Comparable> getSetB() .. Operations .. +void putSetB(ComparableSet x) +void putSetA(ComparableSet x) +boolean addToA(Comparable x) +boolean addToB(Comparable x) +boolean addAllToA(TreeSet x) +boolean addAllToB(TreeSet x) +boolean removeFromA(Comparable x) +boolean removeFromB(Comparable x) +boolean removeAllFromA(TreeSet x) +boolean removeAllFromB(TreeSet x) .. Transformers .. +String toString() +String toDot() .. Comparators .. +int hashCode() +boolean equals(Object o) .. Successors computation .. +ArrayList<TreeSet<Comparable>> immediateSuccessorsLOA(Context init) -int count(Context init, TreeSet<Comparable> attributes) +ArrayList<TreeSet<Comparable>> immediateSuccessors(ClosureSystem init) } Node <|-- Concept Concept *-- "2" ComparableSet }
d4c73b7efa012a8d888b3e9c4b3027eb672c895a
fb6cdc303c504ac460aabff216b9eb7d6cbae95d
/src/main/java/com/bgzyy/design/uml/aggregation/Aggregation.puml
ad9dd66a0e1841abbaca5ac349024f903d668006
[]
no_license
bgzyy/Design-Patterns
67484fd535fb7c41e22cc8122e274b470ca011c8
6e0a2853814708ead8eae7a72171e61f705b6409
refs/heads/master
2023-01-01T16:12:13.380936
2020-10-24T08:48:19
2020-10-24T08:48:19
306,841,209
0
0
null
null
null
null
UTF-8
PlantUML
false
false
223
puml
@startuml class Mouse class Monitor class Computer { -mouse: Mouse -monitor: Monitor +setMouse(Mouse mouse): void +setMonitor(Monitor monitor): void } Mouse "1" --o Computer Monitor --o Computer @enduml
ee046e1c599974e808829dddd77d20219922f3e1
e7b5da6e0b837e56c70cfc3a8884932e2d9b9cfe
/docs/Solution/UseCase/Logical.puml
37514bda4d5a76a2231ffb74ead5896c4167df3f
[ "MIT" ]
permissive
madajaju/ailtire
0e15941fb821a205aca2956b5e0d233f09000310
e85b256b7ea0ba30336dfe8415fc875de53be8b7
refs/heads/master
2023-08-31T05:07:09.454887
2023-07-19T17:19:53
2023-07-19T17:19:53
246,922,496
1
0
null
2023-08-09T04:58:25
2020-03-12T20:13:09
JavaScript
UTF-8
PlantUML
false
false
189
puml
@startuml class "Use Case" as uc { name: string description: string method: string } class Actor { } class Scenario { } uc "1" o-> "n" Actor uc "1" *--> "n" Scenario @enduml
1d63bc0fbf3b0de2acdc508721973b89c1dc9b0f
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/TrackPropertyCurvesDataSource.puml
f5974d6eae3e5bfccce3047ca53df1402887e546
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
173
puml
@startuml class TrackPropertyCurvesDataSource { + TrackPropertyCurvesDataSource(track:TrackAsset) } BasePropertyKeyDataSource <|-- TrackPropertyCurvesDataSource @enduml
1f2c467e82381385e324d38bdf08febc9600e1cb
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/examples/ast/Compartment.puml
e6e08b47818ae8fa55788cc7d09f920030ddc100
[ "MIT" ]
permissive
tizuck/scala-uml-diagrams
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
c5c432132bff9df7ab60352f0e715583d9d51973
refs/heads/main
2023-03-01T02:44:15.288794
2021-02-03T22:26:55
2021-02-03T22:26:55
306,687,367
0
0
null
null
null
null
UTF-8
PlantUML
false
false
722
puml
abstract class uml.StereotypeElement <<trait>> class uml.Compartment << caseclass >>{ <<ctor pos=1>> identifier : Option<String> <<ctor pos=2>> taggedValues : List<TaggedValue> <<ctor pos=3>> stereotype : List<Stereotype> -- <<scalaclass>> -- isSealed } uml.StereotypeElement <|-- uml.Compartment hide circle skinparam defaultFontName Source Code Pro skinparam ClassStereotypeFontColor #1b1f23 skinparam class { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #6f42c1 } skinparam note { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #d73a49 } skinparam stereotype { FontColor #d73a49 }
047151dc28e0512766dc8eff0bf0d7088403af55
e032dab934c4fa3ff55da94de2f15d246a4aed8c
/design-pattern/src/main/java/wr1ttenyu/f1nal/study/designpattern/pattern23/iterator/Iterator.puml
e348dfc236dce59f7797ab85212b783fecea55ad
[]
no_license
wr1ttenyu/f1nal
9d21aeb1ae14505fc2e9add9220f81719840f37f
fd27d32d2f877ea98c19d892d13df36a99059a46
refs/heads/master
2022-07-07T02:15:25.931532
2020-06-11T01:19:16
2020-06-11T01:19:16
207,061,707
0
0
null
2022-01-12T23:05:07
2019-09-08T04:31:27
Java
UTF-8
PlantUML
false
false
1,098
puml
@startuml interface Iterator interface Aggregate ConcreteIterator ..|> Iterator ConcreteIterator02 ..|> Iterator ConcreteAggregate ..|> Aggregate ConcreteAggregate02 ..|> Aggregate ConcreteAggregate ..> ConcreteIterator ConcreteAggregate02 ..> ConcreteIterator02 Client ..> Iterator Client ..> Aggregate Element ..o ConcreteIterator Element ..o ConcreteIterator02 Element ..o ConcreteAggregate Element ..o ConcreteAggregate02 interface Iterator { +hasNext():boolean +next():E +remove():void } interface Aggregate { +createAggregate():Iterator } class ConcreteAggregate { -elements:ArrayList +createAggregate():Iterator } class ConcreteAggregate02 { -elements:Array +createAggregate():Iterator } note : <size:9> Iterator 迭代器接口,系统提供,是迭代数据方法定义接口\n <size:9>Aggregate 是一个统一的聚合接口,将客户端与数据的具体聚合方式解耦\n <size:9>ConcreteIterator 是迭代器的具体实现\n <size:9>ConcreteAggregate02 具体的聚合实现,持有对象集合,提供返回迭代器的集合 @enduml
2f3dea5527fdff4a66d37fa3e7336696e1581255
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware02/test/MiddlewareCommInterfaceImplementationTests/MiddlewareCommInterfaceImplementationTests.puml
c7ffe883259a15e6e402c17dd2970aa9a78e41d3
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
225
puml
@startuml MiddlewareCommInterfaceImplementationTests package edu.oakland.test.middleware02 { class MiddlewareCommInterfaceImplementationTests { + void rfidInIsRfidOut() + void nullCheck() } } @enduml
fa5d6bb9d94d6a62dde740750c22c6c69dda2e65
c071afa8c9ef0c26eae424fb721f292f903d7289
/gfx/uml/PDO.plantuml
793e91c63169c6c49d7773745281ba84e5dc66fb
[]
no_license
Konafets/thesis
4628b7e675164690e4b1a8345eecd11c20d9cbfc
94a27a586356d3b7356d0690cf4ed5dd6a0dc6b7
refs/heads/master
2016-09-06T18:47:47.614390
2014-05-26T17:51:30
2014-05-26T17:51:30
18,177,420
3
1
null
null
null
null
UTF-8
PlantUML
false
false
318
plantuml
@startuml set namespaceSeparator none hide empty members hide empty methods class PDO { +query(): PDOStatement +prepare(): PDOStatement +lastInsertId(): integer .. weitere Methoden .. } class PDOStatement { +fetch(): mixed +execute(): boolean +closeCursor(): boolean .. weitere Methoden .. } @enduml
667b7968f69b8bcc856d023babccfb900c2130f7
2b2acc58e16343190688ed460b26386980bb2b20
/Documents/UC15/MD.puml
99019c62b46d21f33ca328c29f2e2a2241990d9e
[]
no_license
1190452/LAPR3
0ca11285a3e85f93b5d687a0e10caef6f62a9577
e641d35f6524fde900beb3683937fc697af3b325
refs/heads/master
2023-05-11T07:45:02.636516
2021-01-31T17:06:37
2021-01-31T17:06:37
372,571,407
0
0
null
null
null
null
UTF-8
PlantUML
false
false
951
puml
@startuml skinparam classAttributeIconSize 0 hide methods left to right direction class Courier { -String name -String email -double maxWeightCapacity } class Pharmacy { -String id -String name -int quantityScooters } class ElectricScooter { -String id -double maxBattery -double actualBattery } class Order { -String number -int productQuantity -String date -double finalPrice -double orderWeight -boolean status } class Product { -String id -String name -String description -double price -double weight } class Delivery { -String id -double necessaryEnergy -double distance -double weight } Order "1" -- "1.." Product: Has > Pharmacy "1" -- "1.." Product: Has > Pharmacy "1" -- "1.." Courier: Has > Pharmacy "1" -- "1.." ElectricScooter: Has > Delivery "1" -- "1.." Order: Has > Delivery "1" -- "1" ElectricScooter: Made with > Courier "1" -- "1" Delivery: Does > @enduml
bc3c6c3d125de9532587ac7a09d66a6d5edecb58
a68daa8eb7b2e466f9caff66de247f5b201ae377
/fig/classes_js.plantuml
1ca9c428e6503be4d18c1955aed5f8a836155d57
[ "MIT" ]
permissive
corestate55/netoviz
a4aae5a1ff2e3528ecc6f7d93a1d2357c739a816
f4f912104f8d4f6aee05253e575418917e100468
refs/heads/develop
2023-02-04T02:47:13.698232
2022-07-30T09:14:04
2022-07-30T09:14:04
139,699,686
36
6
MIT
2023-01-27T08:43:19
2018-07-04T09:25:59
JavaScript
UTF-8
PlantUML
false
false
21,807
plantuml
@startuml class AlertTable { +addAlert() +alerts() +allAlerts() } AlertTable -- Alert class APIBase { +constructor() +getModels() +readLayoutJSON() +toForceSimulationTopologyData() +toDependencyTopologyData() +toNestedTopologyData() +toDistanceTopologyData() +getGraphData() +splitAlertHost() } APIBase -- CacheRfcTopologyDataConverter class CacheRfcTopologyDataConverter { +constructor() -_checkCacheDir() -_readForceSimulationTopologyDataFromCacheJSON() -_readRfcTopologyDataFromJSON() -_writeCache() -_updateStatsOfTopologyJSON() -_foundOperativeCache() -_updateCacheTimeStamp() +toForceSimulationTopologyData() } class GRPCIntegrator { +toDependencyTopologyData() +toNestedTopologyData() +toDistanceTopologyData() +splitAlertHost() } GRPCIntegrator --|> APIBase class RESTIntegrator { -_boolString2Bool() -_numberString2Number() -_printGraphQuery() -_makeGraphQuery() +toDependencyTopologyData() +toNestedTopologyData() +toDistanceTopologyData() +postGraphData() } RESTIntegrator --|> APIBase class ShallowNestedNode { +constructor() -_setFamilyRelation() +layerPath() +layer() +isNode() +isRootNode() +isTp() +matchTpPath() +matchNodePath() +parentNodePaths() +parentTpPaths() +childNodePaths() +childTpPaths() +numberOfTps() +numberOfParentNodes() +numberOfChildNodes() +filterTpPath() +filterNodePath() +linkPath() +setCircle() +setRect() +setGridPosition() } class DeepNestedTopology { +constructor() +beforeCalcRootNodePosition() +setNodes() +splitNode() +isLeaf() -_overDepth() -_inTargetDepth() +assumeAsLeaf() +childNodePathsToCalcPosition() +childNodeFrom() } DeepNestedTopology --|> ShallowNestedTopology DeepNestedTopology -- DeepNestedNode class NestLayout { +constructor() +toData() } class ShallowNestedTopology { +constructor() +initialize() +beforeCalcRootNodePosition() +setGrid() +setNodes() +setNodesAs() +findLinkBetween() +setLinks() +setRootNodes() +findNodeByPath() +mapPathsToNodes() +calcRootNodePosition() -_singleParentChildNodePaths() +isLeaf() +assumeAsLeaf() +consoleDebug() -_calcNodeWHAsLeaf() -_calcChildrenWHList() -_calcNodeWHAsSubRoot() -_calcNodePosition() +childNodePathsToCalcPosition() +childNodeFrom() -_calcChildNodePosition() -_widthByTp() -_heightByTp() -_widthByChildNodes() -_heightByChildNodes() -_calcSubRootNodeWH() -_calcLeafNodeWH() -_calcTpPosition() -_operativeNodes() -_inoperativeNodes() -_operativeLinksIn() -_makeSupportTpLinks() +toData() } ShallowNestedTopology -- GridOperator ShallowNestedTopology -- ShallowNestedNode ShallowNestedTopology -- NestedLink class NestedLink { +availableIn() } NestedLink --|> ForceSimulationLink class AggregatedNestedNode { +constructor() -_aggregateWith() } AggregatedNestedNode --|> DeepNestedNode AggregatedNestedNode -- AggregatedNodeAttribute class AggregatedTopology { -_replaceChildrenByAggregatedNode() -_aggregatedNodeName() -_makeAggregateNode() -_uniqLayerPaths() -_classifyAggregateTarget() -_familyClassifier() -_makeFamilyClassifiers() -_layerClassifier() -_makeLayerClassifiers() -_makeClassifierProduction() -_combinedClassifier() -_makeCombinedClassifiers() -_aggregateChildNodes() +childNodePathsToCalcPosition() } AggregatedTopology --|> DeepNestedTopology AggregatedTopology -- AggregatedNestedNode AggregatedTopology -- Set class DeepNestedNode { +constructor() +renameChildPath() -_duplicate() +splitNodeByParent() } DeepNestedNode --|> ShallowNestedNode DeepNestedNode -- DeepNestedNode class GridOperator { +constructor() -_setLayoutData() -_setXYGrid() -_initDefault() -_setXGridByInterval() -_setYGridByInterval() +positionByOrdinal() -_ordinal2coordinate() -_nextOrdinalPosition() +ordinalPositionByNodePath() +toData() } GridOperator -- NestLayout class RfcL2TermPoint { +constructor() } RfcL2TermPoint --|> RfcTermPoint RfcL2TermPoint -- RfcL2TermPointAttribute class RfcL3NetworkAttribute { +constructor() } RfcL3NetworkAttribute --|> RfcModelBase class RfcL3Network { +constructor() +newNode() +newLink() } RfcL3Network --|> RfcNetwork RfcL3Network -- RfcL3NetworkAttribute RfcL3Network -- RfcL3Node RfcL3Network -- RfcL3Link class RfcTopology { +constructor() +newNetwork() } RfcTopology --|> RfcModelBase RfcTopology -- RfcNetwork RfcTopology -- RfcL3Network RfcTopology -- RfcL2Network class RfcL3Link { +constructor() } RfcL3Link --|> RfcLink RfcL3Link -- RfcL3LinkAttribute class RfcL3TermPointAttribute { +constructor() +toHtml() } RfcL3TermPointAttribute --|> RfcModelBase class RfcL2NetworkAttribute { +constructor() } RfcL2NetworkAttribute --|> RfcModelBase class RfcL3TermPoint { +constructor() } RfcL3TermPoint --|> RfcTermPoint RfcL3TermPoint -- RfcL3TermPointAttribute class RfcL2Link { +constructor() } RfcL2Link --|> RfcLink RfcL2Link -- RfcL2LinkAttribute class RfcNode { +constructor() -_constructTermPoints() +newTP() -_constructSupportingNodes() +findTpByPath() -_makeChildren() +graphNode() } RfcNode --|> RfcModelBase RfcNode -- RfcTermPoint RfcNode -- RfcSupportingNode RfcNode -- ForceSimulationNode class RfcL3LinkAttribute { +constructor() } RfcL3LinkAttribute --|> RfcModelBase class RfcL3Node { +constructor() +newTP() } RfcL3Node --|> RfcNode RfcL3Node -- RfcL3NodeAttribute RfcL3Node -- RfcL3TermPoint class RfcL3NodeAttribute { +constructor() -_selectRouterId() +toHtml() } RfcL3NodeAttribute --|> RfcModelBase RfcL3NodeAttribute -- RfcL3Prefix class RfcNetwork { +constructor() -_constructSupportingNetworks() -_makeGraphNodesAsNode() -_makeGraphNodesAsTp() +makeGraphNodes() -_constructNodes() +newNode() -_constructLinks() +newLink() +makeGraphLinks() +isTypeLayer3() +isTypeLayer2() } RfcNetwork --|> RfcModelBase RfcNetwork -- RfcNetworkTypes RfcNetwork -- RfcSupportingNetwork RfcNetwork -- RfcNode RfcNetwork -- RfcLink class RfcL2Node { +constructor() +newTP() } RfcL2Node --|> RfcNode RfcL2Node -- RfcL2NodeAttribute RfcL2Node -- RfcL2TermPoint class RfcLink { +constructor() -_constructSupportingLinks() +graphLink() } RfcLink --|> RfcModelBase RfcLink -- RfcLinkTpRef RfcLink -- RfcSupportingLink RfcLink -- ForceSimulationLink class RfcL2TermPointAttribute { +constructor() +toHtml() } RfcL2TermPointAttribute --|> RfcModelBase RfcL2TermPointAttribute -- RfcL2VlanIdName class RfcTermPoint { +constructor() -_constructSupportingTermPoints() -_makeChildren() +graphNode() +graphLink() } RfcTermPoint --|> RfcModelBase RfcTermPoint -- RfcSupportingTermPoint RfcTermPoint -- ForceSimulationNode RfcTermPoint -- ForceSimulationLink class AggregatedNodeAttribute { +constructor() -_aggregatesNodeStr() +toHtml() } AggregatedNodeAttribute --|> RfcModelBase class RfcL2NodeAttribute { +constructor() +toHtml() } RfcL2NodeAttribute --|> RfcModelBase class RfcL2LinkAttribute { +constructor() } RfcL2LinkAttribute --|> RfcModelBase class RfcModelBase { +constructor() -_constructDiffState() } RfcModelBase --|> BaseContainer RfcModelBase -- DiffState class RfcL2Network { +constructor() +newNode() +newLink() } RfcL2Network --|> RfcNetwork RfcL2Network -- RfcL2NetworkAttribute RfcL2Network -- RfcL2Node RfcL2Network -- RfcL2Link class DistanceTopology { +constructor() -_distanceCircleInterval() -_correctArrays() -_distanceCircleRadius() -_rewriteDistanceCircleRadius() -_makeNodeLayout() -_nodesInLayouts() -_makeSupportLinks() -_makeLinks() +toData() } DistanceTopology -- DistanceNode DistanceTopology -- DistanceLink class DistanceNode { +constructor() +layerPath() +isTypeNode() -_exists() +hasTargetRelation() +distance() } DistanceNode --|> ForceSimulationNode class DistanceLink { +constructor() +layerPath() +isTypeTpTp() +isInLayer() +isConnectingNode() -_endNodePath() +isReverseLink() } DistanceLink --|> ForceSimulationLink class NeighborMaker { +constructor() +markNeighborWithTarget() -_findAllTpTpLinksInLayerOf() -_markNeighbor() -_findNodeByPath() -_findAllLinksWithoutOrigin() -_findAllLinksWithOrigin() } NeighborMaker --|> RelationMakerBase NeighborMaker -- NeighborRelation NeighborMaker -- NeighborMaker class RelationMakerBase { +constructor() +findTargetNode() +findTargetNodeByName() +findTargetNodeByPath() +consoleDebug() } class DiffState { +constructor() +detect() } class FamilyMaker { -_findNodeByPath() -_existsFamilyInNode() -_findAndMarkAsFamily() +markFamilyWithTarget() } FamilyMaker --|> RelationMakerBase FamilyMaker -- FamilyRelation FamilyMaker -- FamilyMaker class BaseContainer { +sortUniq() +flatten() } BaseContainer -- Set class DependencyTopology { +constructor() -_markFamilyWithTarget() -_setNetworks() +toData() } DependencyTopology -- DependencyNetwork class DependencyNode { +constructor() +setPosition() +nodeWidth() +toData() } DependencyNode --|> ForceSimulationNode DependencyNode -- DependencyConstants class DependencyNetwork { +constructor() -_setPosition() -_calcX() -_layerHeight() -_calcY() -_setNodes() -_findNodeByPath() -_setTermPoints() -_isType() -_findAllNodesFrom() -_findAllTermPointsFrom() +toData() } DependencyNetwork -- DependencyConstants DependencyNetwork -- DependencyNode DependencyNetwork -- DependencyTermPoint class DependencyTermPoint { +constructor() -_setCenterPosition() +setCenterPosition() -_calcX() -_calcY() +parentPath() +toData() } DependencyTermPoint --|> ForceSimulationNode DependencyTermPoint -- DependencyConstants class DependencyConstants { +constructor() +nodeWidth() +nodeHeight() } class ForceSimulationTopology { +constructor() -_makeNodes() -_findNodeByPath() -_makeParentRef() -_errorLinkEndNodeNotFound() -_resolveLinkRef() +toData() } ForceSimulationTopology --|> BaseContainer ForceSimulationTopology -- RfcTopology ForceSimulationTopology -- ForceSimulationNetwork class ForceSimulationNode { +constructor() +addParent() } class ForceSimulationNetwork { +constructor() } class ForceSimulationLink { +constructor() } class NestedDiagramBuilder { +constructor() +selectXY() -_makeGridHandles() -_makeGridLines() -_makeGridLabels() -_gridObjectsFrom() -_makeGrids() +colorOfNode() -_makeColorTable() -_makeNodes() -_makeSupportTpLines() -_makeTpTpLines() +remakeLinkLines() -_makeTps() -_makeNodeLabels() -_makeTpLabels() -_makeGridFittingButton() +makeDiagramControlButtons() -_wholeNodes() -_wholeTermPoints() +makeAllDiagramElements() } NestedDiagramBuilder --|> MultilayerDiagramBase NestedDiagramBuilder -- Set NestedDiagramBuilder -- InterTpLinkCreator class NestedDiagramOperator { -_findTargetRootNodes() -_selectNodeRectByPath() -_selectNodeLabelByPath() -_selectTpCircleByPath() -_selectTpLabelByPath() -_selectTpTpLineByPath() -_selectSupportTpLineByPath() -_selectGridLine() -_selectGridHandle() -_selectGridLabel() +findOperativeNodeByPath() +findInoperativeNodeByPath() +operativeNodesByName() +inoperativeNodesByName() -_updateNodeRectPosition() -_tpsInNode() -_updateTpCirclePosition() -_childNodesOfNode() -_moveRootNode() -_redrawLinkLines() -_updateGridLine() -_setGridHandler() -_setTpClassByPath() -_setLineClass() -_setLinkMouseHandler() -_setInitialZoom() -_setSVGZoom() +setSelectReady() +highlight() -_clearAllChecked() -_clearAllSelectReady() +clearAllAlertHighlight() -_setTpMouseHandler() +nodeClickHook() -_setNodeMouseHandler() -_maxWHOnGrid() -_gridFittingXY() +fitGrid() -_setGridFittingButtonHandler() +setAllDiagramElementsHandler() } NestedDiagramOperator --|> NestedDiagramBuilder class NestedDiagramVisualizer { +afterDrawRfcTopologyDataHook() +saveLayout() +setUISideNodeClickHook() +nodeClickHook() -_FindOperativeParentAndHighlight() -_highlightParentOfInoperativeNodes() -_highlightOperativeNodes() +highlightByAlert() } NestedDiagramVisualizer --|> NestedDiagramOperator class InterTpLinkCreator { +constructor() -_forEachTpTpLink() -_groupByOverlapLinks() -_slashLinks() -_backslashLinks() -_displaceYMidOfLinksIn() -_adjustLineOverlap() -_linksWith() +supportTpLinks() +tpTpLinks() +toData() } InterTpLinkCreator -- InterTpLink InterTpLinkCreator -- Set class InterTpLink { +constructor() +xMin() +yMin() +xMax() +yMax() -_height() -_width() +isSkewVertical() +isSkewHorizontal() +isSkewSlash() +isSkewBackslash() -_skewType() +hasOverlapIndex() -_inRange() -_inRangeX() -_inRangeYLow() -_inRangeYHigh() -_isNearYMid() +isOverlapX() -_isSameSkew() -_isOverlapBackslashPatternA() -_isOverlapBackslashPatternB() -_isOverlapBackslash() -_isOverlapSlashPatternA() -_isOverlapSlashPatternB() -_isOverlapSlash() +isOverlap() -_defaultYMiddlePoint() -_xMiddlePoint() +represent3Points() +represent4Points() -_regularSlashPolyline() -_irregularSlashPolyline() -_regularBackslashPolyline() -_irregularBackslashPolyline() -_regularHorizontalPolyline() -_irregularHorizontalPolyline() -_isIrregularYMid() -_wideCircledCornerPolyline() -_narrowCircledCornerPolyline() +circledCornerPolyline() +singleLine() +polyline() } InterTpLink --|> ForceSimulationLink class DistanceDiagramBuilder { +constructor() -_makeNodeCircles() -_makeNodeLabels() -_makeDistanceCircles() -_makeLinkSVGGroup() -_convertLinkToPoints() -_makeLinkLine() -_makeTpTpLinkLine() -_makeSupportNodeLinks() +isEmptyLayout() +makeAllDiagramElements() } DistanceDiagramBuilder --|> MultilayerDiagramBase class DistanceDiagramOperator { -_setInitialZoom() -_setSVGZoom() +targetNodeData() -_selectNodeCircleByPath() -_selectLinkByPath() -_selectNodeLabelByPath() -_selectReadyNodeCircle() -_selectReadyLink() -_selectReadyNodeLabel() +highlightNodeCircle() +clearHighlight() -_clearSelectReady() +nodeClickHook() +clickHandler() -_mouseOverHandler() -_mouseOutHandler() -_setNodeMouseHandler() -_findLinksConnectedWithNode() -_selectReadyLinkByNode() -_findNodesAtLinkEnd() -_linkMouseOverHandler() -_setLinkMouseHandler() +setAllDiagramElementsHandler() } DistanceDiagramOperator --|> DistanceDiagramBuilder class DistanceDiagramVisualizer { +setUISideNodeClickHook() +nodeClickHook() +highlightByAlert() } DistanceDiagramVisualizer --|> DistanceDiagramOperator class MultilayerDiagramBase { +constructor() +afterDrawRfcTopologyDataHook() +getGraphDataViaGRPC() +getGraphDataViaREST() +drawRfcTopologyData() +makeAllDiagramElements() +setAllDiagramElementsHandler() +drawRfcTopologyDataAsDiagram() -_constructRestURIParams() +restURI() +splitAlertHost() +highlightByAlert() } MultilayerDiagramBase --|> DiagramBase class DiagramBase { +makeDiagramContainer() +makeRootSVG() +resizeRootSVG() +isAggregated() +isFamilyAggregated() +isParentsAggregated() -_classOfDiffState() -_classOfInactive() -_classOfAggregated() +classStringFrom() +clearDiagramContainer() -_clearTooltip() -_makeTooltipCreator() -_makeClearHighlightButton() -_makeToggleDiffButton() +makeDiagramControlButtons() +controlButtonMouseOverCallback() +controlButtonMouseOutCallback() -_setClearHighlightButtonHandler() -_toggleActiveDiff() -_setToggleDiffButtonHandler() +setDiagramControlButtonsHandler() +clearWarningMessage() +makeWarningMessage() -_childPathRegexp() +matchChildPath() +typeOfPath() +networkPathOf() +parentPathOf() } DiagramBase --|> BaseContainer DiagramBase -- DiffState DiagramBase -- TooltipCreator DiagramBase -- RegExp class TooltipCreator { +constructor() -_makeTooltip() -_isAggregated() -_clearTimeout() -_enableTooltipForAggregatedNode() +enableTooltip() -_disableTooltipBody() +disableTooltip() } TooltipCreator -- AttrClass class DependencyDiagramBuilder { +constructor() -_makeNetworkLabelsGroup() -_makeNetworkLabels() -_makeNetworkElementsGroup() -_makeNodeRectsInNetwork() -_makeTermPointCirclesInNetwork() -_makeNodeLabelsInNetwork() -_makeTermPointLabelsInNetwork() -_makeDependencyLinesGroup() +makeAllDiagramElements() } DependencyDiagramBuilder --|> MultilayerDiagramBase class DependencyDiagramOperator { +clearHighlight() +clearDependencyLines() +clearAllHighlight() -_lineConverter() -_makeDependencyLines() -_pathsFromPairs() -_runParentsAndChildren() -_markTargetByPaths() +clickHandler() -_selectReadyByPath() -_mouseOverHandler() -_mouseOutHandler() -_setRootSVGZoom() +setAllDiagramElementsHandler() -_findElementDataByPath() -_getFamilyTree() } DependencyDiagramOperator --|> DependencyDiagramBuilder class DependencyDiagramVisualizer { +highlightByAlert() } DependencyDiagramVisualizer --|> DependencyDiagramOperator class Dependency2DiagramBuilder { +constructor() -_makeNetworkTypeNodeData() -_makeNodeDataListOfEachNetworks() -_deletePropertiesOf() -_rewriteNodeData() -_indentOf() -_calculateNodePosition() +allNodeDataList() -_allVisibleNodes() -_makeNodeCircles() -_makeNodeLabels() +refreshDiagramElements() -_makeDependencyLineGroup() +makeAllDiagramElements() } Dependency2DiagramBuilder --|> MultilayerDiagramBase class Dependency2DiagramOperator { +clearHighlight() +clearDependencyLines() +clearAllHighlight() -_setDependencyLineEndpoint() -_clearDependencyLineEndpointVisibility() -_reCalculateVisibleNodePosition() -_lineConverter() -_makeDependencyLines() -_highlightDependencyLineEndpoint() -_refreshDependencyElements() -_getFamilyTree() -_findNodeDataByPath() -_findNetworkDataOwns() +clickHandler() -_mouseOverHandler() -_mouseOutHandler() -_moveNetworkLayer() -_setAllDiagramElementsHandler() -_setRootSVGZoom() +setAllDiagramElementsHandler() } Dependency2DiagramOperator --|> Dependency2DiagramBuilder class Dependency2DiagramVisualizer { -_findNodeObjByName() +highlightByAlert() } Dependency2DiagramVisualizer --|> Dependency2DiagramOperator class ForceSimulationDiagramBuilder { +constructor() -_makeAllDiagramElements() +tpTypeNodes() +nodeTypeNodes() -_makeInfoTables() -_makeNodeInfoTable() -_makeTermPointInfoTable() +makeDiagramContainer() -_makeLinkLines() -_makeTermPointCircles() -_makeNodeInnerCircles() -_makeNodeOuterCircles() -_makeTermPointLabels() -_makeNodeLabels() -_setRootSVGSize() -_setCurrentInactiveElementsToInactive() -_renameLinkProperty() } ForceSimulationDiagramBuilder --|> DiagramBase class ForceSimulationDiagramOperator { +constructor() +clearHighlight() -_clearSelectReady() -_setRootSVGZoom() -_idListFromPath() +markNodeWith() -_markRelateFamilyNodesWith() -_markFamilyNodeWith() +highlightNode() -_cancelClickEvent() -_clickOperation() -_clickHandler() -_doubleClickOperation() -_doubleClickHandler() -_mouseOverHandler() -_mouseOutHandler() -_setDiagramElementsHandler() -_setNodeInfoTableHandler() -_refreshTermPointInfoTable() -_appendTermPointInfoTable() -_setAllDiagramElementsHandler() } ForceSimulationDiagramOperator --|> ForceSimulationDiagramSimulator class ForceSimulationDiagramVisualizer { +constructor() +setUISideDrawRfcTopologyHook() -_drawRfcTopologyData() -_getGraphDataViaGRPC() -_getGraphDataViaREST() +drawRfcTopologyData() -_findNodeDataByPath() -_clearAllDiagrams() -_drawNetworkDiagrams() -_forEachDiagramOperator() +clearAllHighlight() -_clearAllDiagramsHighlight() -_clearAllDiagramsWarningMessage() -_findDiagramOperatorByName() +highlightByAlert() } ForceSimulationDiagramVisualizer --|> BaseContainer ForceSimulationDiagramVisualizer -- PositionCache ForceSimulationDiagramVisualizer -- ForceSimulationDiagramOperator class PositionCache { +saveTopology() -_loadToNodeData() -_loadToNetwork() +loadToTopologyData() } class ForceSimulationDiagramSimulator { +constructor() -_makeSimulation() -_setupSimulation() -_linkDistance() -_tickedLink() -_tickedTermPoint() -_tickedNode() -_ticked() +startSimulation() +stopSimulation() +restartSimulation() } ForceSimulationDiagramSimulator --|> ForceSimulationDiagramBuilder class GRPCClient { +constructor() +getAlerts() +getGraphData() +graphName() +getModels() } GRPCClient -- GRPCClient @enduml
00a8884c6d30959042476806afbb0ff836251450
b0a5a653eb3cf896b45b6ea61c5785205af30fde
/docs/api.puml
d5bd5881f11690ee9748eba1fffc1542000e4ceb
[]
no_license
maltenorstroem/rest-api-spec
49370aa794ec695c1b46f175e466efe7bb882364
3a0ffb2d90f508f62fd6e0fbc19159023008c18b
refs/heads/master
2020-04-27T13:22:06.364988
2019-07-16T12:29:35
2019-07-16T12:29:35
174,367,137
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,406
puml
@startuml title contract mgmt composite skinparam class { BackgroundColor white ArrowColor #03a9f4 BorderColor #f3f3f3 } skinparam classBackgroundColor #F1F1F1 skinparam classBorderColor black class " root.v1 " as root_v1 << (R, #B00020) >> { --Description-- API entry point contract composite } class " vertraege.v1 " as vertraege_v1 << (R,#03a9f4) >> { .. methods .. + list + get + update + delete + :freigeben -- fields -- - display_name string + vertragId string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + versicherungsnehmer Versicherungsnehmer + hauptverfallTag int + hautpverfallMonat int + isHauptverfallUebersteuert bool + zahlweise string + zusatzAttribute []Property + vertragNr string + produktId string + ablaufDatum date + naechsterKuendigungstermin date + geschaeftsbereich string --Description-- contract head information entity {:cnt} } class " vertragsteile.v1 " as vertragsteile_v1 << (R,#03a9f4) >> { .. methods .. + list + get + create + update + delete -- fields -- - display_name string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + vertragsteilNr string + produktteilId string + vertragsteilId string + zusatzAttribute []Property --Description-- contract parts entity {:cpt} } class " versicherteobjekte.v1 " as versicherteobjekte_v1 << (R,#03a9f4) >> { .. methods .. + list + get + create + update + delete -- fields -- - display_name string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + versObjNr string + versObjTyp string + versObjId string + zusatzAttribute []Property --Description-- Repräsentiert das versicherte Objekt entity {:vso} } class " deckungsbuendel.v1 " as deckungsbuendel_v1 << (R,#03a9f4) >> { .. methods .. + list + get + create + update + delete -- fields -- - display_name string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + deckungsbuendelNr string + deckungsbuendelId string + zusatzAttribute []Property --Description-- Ein Deckungsbündel beinhaltet vorkonfigurierte Deckungen entity {:dbl} } class " deckungen.v1 " as deckungen_v1 << (R,#03a9f4) >> { .. methods .. + list + get + create + update + delete -- fields -- - display_name string + fachlicheGueltigkeit FachlicheGueltigkeit + zustand Zustand + zusatzAttribute []Property + sollPreis money + istPreis money + selbstbehalt int + tarifversion string + isTarifversionUebersteuert bool + deckungNr string + technischerBeginn date + fachlicherBeginn date + abweichenderFachlicherBeginn date + antragsdatum date + zeichnungsdatum date + abschlussgrund string + materiellerBeginn date + deckungsId string --Description-- Deckungsinformationen entity {:dck} } root_v1 o-- deckungsbuendel_v1 root_v1 o-- versicherteobjekte_v1 root_v1 o-- deckungen_v1 root_v1 o-- vertraege_v1 vertraege_v1 --o vertragsteile_v1 vertragsteile_v1 --o versicherteobjekte_v1 versicherteobjekte_v1 o-- deckungsbuendel_v1 deckungsbuendel_v1 o-- deckungen_v1 @enduml
fe70a33858a0c188ebabcb512155421b5341cde5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StandalonePriceTierAddedMessagePayload.puml
db4e0b5ec3b0401b86dbe5d5c4e72922b56602c5
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
470
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface StandalonePriceTierAddedMessagePayload [[StandalonePriceTierAddedMessagePayload.svg]] extends MessagePayload { type: String tier: [[PriceTier.svg PriceTier]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
a84f531618083a12d1052c5e82ef9ce7222e6f7c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CategorySetExternalIdAction.puml
56b5373f1ae6f7c7cccb7bbd76185ddc645ce8d5
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
455
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface CategorySetExternalIdAction [[CategorySetExternalIdAction.svg]] extends CategoryUpdateAction { action: String externalId: String } interface CategoryUpdateAction [[CategoryUpdateAction.svg]] { action: String } @enduml
4b10c7eb8d5ed6b6105fd31e6ef2078829d78dd1
c2ef7c48e236c3d1780fdcac75abce25c672c652
/src/main/resources/uml/InterpreterUml.puml
f2bbd5118c8c6a0a20bfad37aa20f31a394fd856
[]
no_license
ToryZhou/design-pattern
8d63b720ef54c9633eb10122c4cbeae45ae7ea1c
c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd
refs/heads/master
2022-09-10T09:57:10.616533
2022-08-22T02:48:42
2022-08-22T02:48:42
132,232,311
62
31
null
2022-08-22T02:48:43
2018-05-05T09:11:57
Java
UTF-8
PlantUML
false
false
319
puml
@startuml title Interpreter abstract class Expression{ +interpret() +execute() } class Note{ +execute() } class Scale{ +execute() } class Speed{ +execute() } class PlayContext{ -text: String } Expression <|-- Note Expression <|-- Scale Expression <|-- Speed Expression .> PlayContext @enduml
11b8ead1a8663f820433a1fece25d61fd239332b
b9fdd82cf6611667ef1314763d81713ec9358fc9
/docs/diagrams/IUDXEntity.puml
08b9adf17eb6c4ab48ab742bc6aeddc891a11c77
[ "MIT" ]
permissive
shyam28598/iudx-python-sdk
b7e6f9f5234abe784e96fcde8e4d39ea0669d392
25160a9b982bdbd64bf60a3b52cc147b5b682fa8
refs/heads/master
2023-07-15T15:52:12.354103
2021-08-16T13:17:18
2021-08-16T13:17:18
394,954,853
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,481
puml
@startuml class IUDXEntity { Catalogue catalogue -- private variables -- ResourceServer _rs list<dict> _resources Dict _resourceGroups -- public methods -- list<dict> get_resources() Dict get_resourceGroups() Entities get_entites(CatalogueQuery query) Entity get_entity(str entity_id) } class Entities { <extends iterable> List<Entity> _entities } class Entity { -- public variables -- ResourceServer rs list<Dict> resources str entity_id pandas.DataFrme resources_df str start_time str end_time str time_format int slot_hours int max_query_days -- private variables -- string _iudx_entity_type string _voc_url dict _cat_doc dict _data_descriptor list<dict> _geo_properties list<dict> _time_properties list<dict> _quantitative_properties list<dict> _properties -- public methods -- Entity set_slot_hours(int hours) Entity set_time_format(str format_str) pandas.DataFrame latest() pandas.DataFrame during_search(str start_time, str end_time) pandas.DataFrame property_search(str key, str/float value, str operation) pandas.DataFrame geo_search(str geoproperty, \t str geometry, str georel, \t int _max_distance, list coordinates) Entity download(str file_name) Entity cli(str entity_id, str token, \t str start_time, str end_time, \t str file_name, str file_type, \t boolean latest) } @enduml
7466137d68b9e687386fc252d74c4fa55160e906
147e8bb4df27ec1cd9c5a7273026bf1d1e4183fb
/open/bosminer/bosminer/classes.puml
1a7db8e069a67e8d8840ab8604cb4a258ad98532
[]
no_license
qqq-tech/braiins
7e64040ac28a9591e8d2e2f20bf17f0b49b58f9d
b4a98a542c00396f1df63db2f3d592eaba61c1b1
refs/heads/master
2023-07-20T07:39:26.131579
2020-04-30T20:00:03
2020-04-30T20:00:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,566
puml
@startuml class PoolManager <<singleton>> { } class Pool { } class MiningSubscription { extra_nonce_1 : &[u8] extra_nonce_2_size : size } class MiningJob { id : Integer prev_hash : u256 coin_base_part1 : &[u8] coin_base_part2 : &[u8] merkel_branch : &[u256] version : u32 n_time : u32 n_bits : u32 } class MiningJobProcessor { Transforms mining job received from upstream into mining mining work. The work can be transformed by generating multiple midstates by rolling: version field, ntime, or extranonce2 field } class MiningWork { version : u32 extranonce_2 : u32 midstates : [u256] merkel_root_lsw : u32 ntime : u32 nbits : u32 } class MiningWorkSolution { nonce : u32 ntime : u32 midstate_idx : int work_id : u32 } Interface MiningWorkRegistry { store_work(work, work_id: u32) : Result find_work_by_id(work_id: u32) : &MiningWork } MiningWorkRegistry "1" *-- "0..N" MiningWork note "there is no work ID intentionally as it is backend driver dependent" as MWN1 MiningWork .. MWN1 Interface HChainCtrl { send_work(&work) : u32 recv_solution() : Result<MiningWorkSolution> build_mining_work_registry() : MiningWorkRegistry } class MiningJobProcessor { } MiningJob "0..N" o-- "1" MiningSubscription : gets info from 'MiningSubscription "" o-- "" MiningJobProcessor "1" *-- "0..N" MiningJob : transforms MiningJobProcessor --> MiningWork : produces MiningJobProcessor --> HChainCtrl : uses MiningJobProcessor --> MiningWorkRegistry : uses MiningWork "1" *-- "0..N" MiningWorkSolution : has @enduml
30210c610a8e612aba8bc1275bf9b0f00b635baf
d975ba90a37d227caa0f1b7a6c9702356c6fd903
/uml/libapgqt/OptionParser.iuml
78c4f96cd7156ba82802251c149c8cfb94708a23
[]
no_license
MinhNghiaD/Airplug-ClearPath
2beea0ff94574e19251700202862f25d3003c266
da5625da3744254a95fa30f395d11c8f7f7863ea
refs/heads/master
2022-11-12T17:13:37.167323
2020-06-17T06:35:10
2020-06-17T06:35:10
255,916,966
0
0
null
null
null
null
UTF-8
PlantUML
false
false
584
iuml
@startuml(id=optionparser) ' ==== OptionParser ==== class Airplug::OptionParser { +OptionParser() +explicit OptionParser(const QCoreApplication&) ==FUNCTIONS== +void parseOptions(const QCoreApplication&) +void showOption() const +QJsonObject convertToJson() const ==ATTRIBUTES== +bool start +bool debug +bool nogui +bool save +bool safemode +bool autoSend +bool remote +int verbose +int delay +QString mode +QString ident +QString source +QString destination +QString remoteHost +int remotePort +Header::HeaderMode headerMode } @enduml
bf62e4a2b3c4587705a2f4ebcb26912eaaec47b8
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/patterns/factory-method-example.puml
2a5d657194ff5be0315f04a2e23b1efd3e05d7fb
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
267
puml
@startuml interface Blacksmith { Weapon manufactureWeapon(WeaponType weaponType); } class ElfBlacksmith implements Blacksmith { } class OrcBlacksmith implements Blacksmith { } class Weapon class ElfWeapon extends Weapon class OrcWeapon extends Weapon @enduml
e1759dee5cd6e0e2e8e8559e4396b1431c1aaf6a
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Cloud-Stack/Cloudlet/Logical.puml
28d81876594c0bb64e56c66887446fd7040e358b
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
212
puml
@startuml package "Cloud-Stack/Cloudlet" { interface "Cloud-Stack/Cloudlet" { } CLI ()-- "Cloud-Stack/Cloudlet" REST ()-- "Cloud-Stack/Cloudlet" Web ()-- "Cloud-Stack/Cloudlet" } @enduml
46d43ebebc65c2f06e4c78856addb1abf6f7e50f
06132bb306986359c8958effdb12134da4aa9a23
/spring-cloud-design-pattern/structure-adapter-pattern/src/main/resources/static/diagram-demo.puml
3999aa3e18b8ab09efe72c6a7c20d261c8a0d7fb
[]
no_license
sunnyzhy/Design-pattern
1fe797d2af0e102be63704aad5a5e3a3d8feb5a9
665b5cde412e965665469af1b5011c6c280ea7d0
refs/heads/master
2023-07-01T15:50:37.005870
2023-06-13T09:33:49
2023-06-13T09:33:49
55,023,406
2
1
null
null
null
null
UTF-8
PlantUML
false
false
318
puml
@startuml AdapterPlayer o-- WavAudio class WavAudio { -String fileName -AudioType audioType +WavAudio wav(String fileName) } interface Mp3Player { +void play() } class AdapterPlayer implements Mp3Player { - String fileName - AudioType - WavAudio +AdapterPlayer(WavAudio) +void play() } @enduml
edcd2dd4d73e4fc4392bea4f4a7521b128b9e00d
23e5167af30c0d07af0f945a2e346c3c90fd04fa
/src/main/java/com/tagreff/lab27/lab27.plantuml
deeb4951d838424773d240785f79d431b8d4be20
[]
no_license
tagreff/java_labs
10cab72cdf2dc09acfa64e6b6af1ebce3717f749
89b0dc8a64ee1475332e4445f2b247c701e38ba2
refs/heads/master
2023-04-25T05:17:25.491350
2021-05-12T15:21:14
2021-05-12T15:21:14
366,760,470
0
0
null
null
null
null
UTF-8
PlantUML
false
false
414
plantuml
@startuml title __LAB27's Class Diagram__\n namespace com.tagreff.lab27 { class com.tagreff.lab27.Main { {static} + avnNum() {static} + main() {static} + to1dimension() } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
3bb08cc96375d43f853737824d164525792b2ce8
8c0ec0ef99f76f5c12332fbaa9eb0ae3a1e255c4
/singleton/outputs/testdiagram.puml
37b0c8077db471388fdf0f9a3f3f5013e9b3f85f
[]
no_license
sivasubramanim/UrmTester
fc08c4f3a2493a6c9a293907397d734e1ea36048
2a9c0c1239bb1848e3a140a5c10d08c7b58e5a00
refs/heads/master
2023-07-21T12:07:20.445472
2023-07-12T09:33:36
2023-07-12T09:33:36
213,956,981
0
0
null
2020-10-14T05:14:19
2019-10-09T15:37:34
Java
UTF-8
PlantUML
false
false
937
puml
@startuml package com.iluwatar.singleton { class AppTest { + AppTest() + test() } class InitializingOnDemandHolderIdiomTest { + InitializingOnDemandHolderIdiomTest() } class IvoryTowerTest { + IvoryTowerTest() } abstract class SingletonTest<S> { - singletonInstanceMethod : Supplier<S> + SingletonTest<S>(singletonInstanceMethod : Supplier<S>) + testMultipleCallsReturnTheSameObjectInDifferentThreads() + testMultipleCallsReturnTheSameObjectInSameThread() } class ThreadSafeDoubleCheckLockingTest { + ThreadSafeDoubleCheckLockingTest() + testCreatingNewInstanceByRefection() } class ThreadSafeLazyLoadedIvoryTowerTest { + ThreadSafeLazyLoadedIvoryTowerTest() } } InitializingOnDemandHolderIdiomTest --|> SingletonTest IvoryTowerTest --|> SingletonTest ThreadSafeDoubleCheckLockingTest --|> SingletonTest ThreadSafeLazyLoadedIvoryTowerTest --|> SingletonTest @enduml
17cfb576eb08100d4413c941d9efbb51b29b5356
eb7b2d2a07b90dd7a674c7464a2ddee612d7f1c7
/docs/TP5-observer.plantuml
366d3dfe2a19460528e0f91f9733293253f1c77d
[ "MIT", "CC-BY-SA-3.0" ]
permissive
IUT-Blagnac/cpoa-tp5-sashalarrieu
2b328af1fcd70ef10b9ff4ffdefc9f1d620636d5
c75a8d6e2f036c6a942b0451cc4af18ee43c3e13
refs/heads/master
2023-01-23T19:48:33.268044
2020-12-11T20:26:54
2020-12-11T20:26:54
319,920,387
0
0
MIT
2020-12-11T20:27:08
2020-12-09T10:27:21
Java
UTF-8
PlantUML
false
false
584
plantuml
@startuml class LayoutConstants [[java:observer.LayoutConstants]] { +{static}int xOffset +{static}int yOffset +{static}int graphHeight +{static}int maxValue +{static}int barHeight +{static}int barWidth +{static}int barSpacing +{static}Color[] courseColours +{static}void paintBarChartOutline(Graphics g, int noOfBars) } class CourseRecord [[java:observer.CourseRecord]] { -String name -int numOfStudents +CourseRecord(String courseName, int numOfStudents) +int getNumOfStudents() +String getName() +void setNumOfStudents(int numOfStudents) +String toString() } @enduml
e06e5b2d92cfd3b62c5a4b05e69754efca134f17
f682bb7e98eb8b7b9aac4a103a12560f86213a2d
/src/plantuml/object-adapter.puml
eea05dc0e6ea43491fab0bebf18fb3d74df6e8e9
[]
no_license
sunye/software-patterns
ed570654c0746e8784451b7a40737692d4dd1147
2106cfff092a01394b421cc7b8ae9e6794daae3e
refs/heads/master
2021-06-12T02:30:29.234982
2021-02-13T16:41:55
2021-02-13T16:41:55
123,447,253
0
0
null
null
null
null
UTF-8
PlantUML
false
false
625
puml
@startuml object-adapter ' left to right direction hide circle skinparam class { BackgroundColor white ArrowColor black BorderColor black } skinparam note { BackgroundColor lightyellow ArrowColor black BorderColor black } skinparam nodesep 90 class Client{ } interface /Target <<interface>> { /request()* } class /Adapter { /request()* } interface /Adaptee <<interface>> { /specificRequest() } Client -right-> "1" "/Target" "/Adapter" .up.|> "/Target" "/Adapter" -right-> "1 adaptee" "/Adaptee" note bottom of "/Adapter": Adapter::request()\n adaptee.specificRequest() @enduml