blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2 values | repo_name stringlengths 6 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 61 values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 07:53:38 | revision_date timestamp[us]date 2011-01-31 21:28:29 2023-09-05 14:54:58 | committer_date timestamp[us]date 2011-01-31 21:28:29 2023-09-05 14:54:58 | github_id int64 206k 631M ⌀ | star_events_count int64 0 108k | fork_events_count int64 0 34.4k | gha_license_id stringclasses 13 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 79 values | src_encoding stringclasses 12 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 8 1.29M | extension stringclasses 17 values | code stringlengths 8 1.29M | non_uml bool 1 class | uml bool 1 class | has_non_ascii bool 2 classes | has_non_latin bool 1 class | uml_subtype stringclasses 10 values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cc61905aef641a13d3263e70239dbdcfdef79c36 | 99fd128e25c1aef4813198b9594d1366b6e23943 | /Techs/software-craft/know-design/design-pattern/behavioral-patterns/strategy/1_overloadmethod_inheritance.puml | f819e8a3e86af2c5c6f2b5a327472ac2bc26c3dc | [] | no_license | tcfh2016/knowledge-map | 68a06e33f8b9da62f9260035123b9f86850316f0 | 23aff8bf83c07330f1d6422fc6d634d3ecf88da4 | refs/heads/master | 2023-08-24T19:14:58.838786 | 2023-08-13T12:04:37 | 2023-08-13T12:04:45 | 83,497,980 | 2 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 400 | puml | @startuml
Duck <|-- MallardDuck
Duck <|-- RedheadDuck
Duck <|-- RubberDuck
Duck <|-- DecoyDuck
class Duck {
quack()
swim()
fly()
{abstract} display()
}
class MallardDuck {
display()
}
class RedheadDuck {
display()
}
class RubberDuck {
display()
<color:Blue><i>fly() overloaded</i></color>
}
class DecoyDuck {
display()
<color:Blue><i>fly() overloaded</i></color>
}
@endluml
| false | true | false | false | class |
0a90dd7b8971824c0686c7ba083aa0711e1041f2 | 83cac1572fdf61481ac455f5129c8a8a4c412ea5 | /docs/diagrams/CourseCreditsClassDiagram.puml | b32ebb0857f61777868ffc9101c49cf29f09cbea | [
"MIT"
] | permissive | AY1920S2-CS2103T-F09-3/main | 07fca10e67ca1152e501e7dade13bfe97c4f679b | b0874e7c195e5d7c1233e67b48fc6d522491556f | refs/heads/master | 2021-01-03T19:15:41.925131 | 2020-04-13T15:51:04 | 2020-04-13T15:51:04 | 240,203,907 | 0 | 8 | NOASSERTION | 2020-04-13T15:51:05 | 2020-02-13T07:43:25 | Java | UTF-8 | PlantUML | false | false | 388 | puml | @startuml
hide circle
class Credits {
-creditsRequired: int
-creditsFulfilled: int
+Credits(creditsRequired: int, creditsFulfilled: int)
+isValidCreditsRequired(): boolean
+isValidCreditsFulfilled(): boolean
+getValidCreditsRequired(): boolean
+getValidCreditsFulfilled(): boolean
+toString(): String
+equals(): boolean
+hashcode(): int
}
@enduml
| false | true | false | false | class |
87e95aabaa29a5659920c15af51e634147b4ff25 | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /diagrams/plantuml.ast.puml | 397edb6ea328bcba077bb702e6be034af40da976 | [
"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 | 14,690 | puml | @startuml need_to_find_id
package uml{
class uml.umlMethods << object >>{
distinctRep : State<UMLElement,Unit>
toExternalAssociationsRep : State<UMLElement,Tuple2<List<RelationshipElement>,List<RelationshipElement>>>
: State
: State
- startState< T > (start : T) : State<UMLElement,T>
- nextRewriteState< T > (start : T) (rewriteStrategy : RewriteStrategy<T>) : State<UMLElement,T>
- nextCollectState< T > (start : T) (collectStrategy : CollectStrategy<T>) : State<UMLElement,T>
- classesAndCompanion (allClasses : List<Class>)
exclude (umlElement : UMLElement, regex : Regex) : Eval<UMLElement>
toPackageRep (umlElement : UMLElement) : Eval<UMLElement>
insertCompanionObjects (umlUnit : UMLUnit) : Eval<UMLUnit>
toDistinctRep (umlElement : UMLElement) : Eval<UMLElement>
toAssocRep (umlElement : UMLElement) : Eval<UMLElement>
}
class uml.Relationship << caseclass >>{
<< ctor >>Relationship (relationshipType : RelationshipType, relationshipDirection : RelationshipDirection, relationshipInfo : RelationshipInfo, stereotype : List<Stereotype>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<Relationship>) : String
-- <<scalaclass>> --
isSealed
}
class uml.RelationshipInfo << caseclass >>{
<< ctor >>RelationshipInfo (sourceMultiplicity : Option<String>, targetMultiplicity : Option<String>, from : RelationshipElement, to : RelationshipElement, relationshipIdentifier : Option<String>, identifierDirection : RelationshipDirection, originType : ClassType)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<RelationshipInfo>) : String
-- <<scalaclass>> --
isSealed
}
class uml.PackageRef << caseclass >>{
toString
<< ctor >>PackageRef (namespace : NamespaceEntry)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<PackageRef>) : String
-- <<scalaclass>> --
isSealed
}
class uml.ClassRef << caseclass >>{
<< ctor >>ClassRef (name : String, namespace : Entry)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<ClassRef>) : String
-- <<scalaclass>> --
isSealed
}
class uml.ConcreteClass << caseclass >>{
<< ctor >>ConcreteClass (cls : Class)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<ConcreteClass>) : String
-- <<scalaclass>> --
isSealed
}
abstract class uml.RelationshipElement << trait >>{
-- <<scalaclass>> --
isSealed
}
class uml.Without << caseobject >>
class uml.ToFrom << caseobject >>
class uml.FromTo << caseobject >>
abstract class uml.RelationshipDirection << trait >>{
-- <<scalaclass>> --
isSealed
}
class uml.Inner << caseobject >>
class uml.Association << caseobject >>
class uml.Annotation << caseobject >>
class uml.Aggregation << caseobject >>
class uml.Composition << caseobject >>
class uml.Realization << caseobject >>
class uml.Extension << caseobject >>
abstract class uml.RelationshipType << trait >>{
-- <<scalaclass>> --
isSealed
}
class uml.Compartment << caseclass >>{
<< ctor >>Compartment (identifier : Option<String>, taggedValues : List<TaggedValue>, stereotype : List<Stereotype>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<Compartment>) : String
-- <<scalaclass>> --
isSealed
}
class uml.Operation << caseclass >>{
<< ctor >>Operation (modificator : Option<List<Modificator>>, accessModifier : Option<AccessModifier>, name : String, paramSeq : List<List<Parameter>>, returnType : Option<String>, stereotype : List<Stereotype>, templateParameter : Option<List<GenericParameter>>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<Operation>) : String
-- <<scalaclass>> --
isSealed
}
class uml.Parameter << caseclass >>{
<< ctor >>Parameter (name : String, paramType : String, stereotype : List<Stereotype>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<Parameter>) : String
-- <<scalaclass>> --
isSealed
}
class uml.Attribute << caseclass >>{
<< ctor >>Attribute (modificators : Option<List<Modificator>>, modifier : Option<AccessModifier>, name : String, attributeType : Option<String>, stereotype : List<Stereotype>, defaultValue : Option<String>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<Attribute>) : String
-- <<scalaclass>> --
isSealed
}
class uml.Class << caseclass >>{
<< ctor >>Class (isAbstract : Boolean, name : String, attributes : List<Attribute>, operations : List<Operation>, additionalCompartements : List<Compartment>, genericParameters : Option<List<GenericParameter>>, stereotype : List<Stereotype>, namespace : Entry)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<Class>) : String
-- <<scalaclass>> --
isSealed
}
class uml.externalReferences << object >>
class uml.Abstract << caseobject >>
class uml.Static << caseobject >>
abstract class uml.Modificator << trait >>{
-- <<scalaclass>> --
isSealed
}
class uml.Public << caseobject >>
class uml.PackagePrivate << caseobject >>
class uml.Protected << caseobject >>
class uml.Private << caseobject >>
abstract class uml.AccessModifier << trait >>{
-- <<scalaclass>> --
isSealed
}
class uml.GenericParameter << caseclass >>{
<< ctor >>GenericParameter (name : String, concreteType : Option<String>, stereotype : List<Stereotype>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<GenericParameter>) : String
-- <<scalaclass>> --
isSealed
}
class uml.Package << caseclass >>{
<< ctor >>Package (packageBodyElements : List<PackageBodyElement>, stereotype : List<Stereotype>, namespace : Entry)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<Package>) : String
-- <<scalaclass>> --
isSealed
}
class uml.UMLUnit << caseclass >>{
<< ctor >>UMLUnit (name : String, toplevelElements : List<TopLevelElement>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<UMLUnit>) : String
-- <<scalaclass>> --
isSealed
}
class uml.Stereotype << caseclass >>{
<< ctor >>Stereotype (name : String, taggedValues : List<TaggedValue>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<Stereotype>) : String
-- <<scalaclass>> --
isSealed
}
class uml.TaggedValue << caseclass >>{
<< ctor >>TaggedValue (name : String, value : Option<String>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<TaggedValue>) : String
-- <<scalaclass>> --
isSealed
}
abstract class uml.NamedElement << trait >>{
name : String
-- <<scalaclass>> --
isSealed
}
abstract class uml.PackageBodyElement << trait >>{
-- <<scalaclass>> --
isSealed
}
abstract class uml.CompartmentElement << trait >>{
-- <<scalaclass>> --
isSealed
}
abstract class uml.TopLevelElement << trait >>{
namespace : Entry
-- <<scalaclass>> --
isSealed
}
abstract class uml.StereotypeElement << trait >>{
stereotype : List<Stereotype>
-- <<scalaclass>> --
isSealed
}
abstract class uml.UMLElement << trait >>{
pretty (<< implicit >>pretty : PrettyPrinter<T>) : String
structure : String
rewrite< T > (s : Func<T,Strategy>) (startState : T) (f : Func<Tuple2<UMLElement,T>,T>) : Eval<Tuple2<T,UMLElement>>
collect< B > (pf : ==><UMLElement,B>) : List<B>
contains< B > (elem : UMLElement) : Boolean
count (p : Func<UMLElement,Boolean>) : Int
map (f : ==><UMLElement,UMLElement>) : UMLElement
forall (p : Func<UMLElement,Boolean>) : Boolean
exists (p : Func<UMLElement,Boolean>) : Boolean
toList () : List<UMLElement>
{static} # accStart< T, U : HigherBound<UMLElement> > : State<T,List<U>>
{static} # accInnerStart< T, U : HigherBound<UMLElement> > : State<T,List<List<U>>>
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
{static} # rewriteList< T > (s : State<T,Strategy>, f : Func<UMLElement,State<T,Unit>>, elements : List<UMLElement>) : State<T,List<UMLElement>>
{static} # rewriteListList< T > (s : State<T,Strategy>, f : Func<UMLElement,State<T,Unit>>, elementss : List<List<UMLElement>>) : State<T,List<List<UMLElement>>>
# rewriteOptionList< T > (s : State<T,Strategy>, f : Func<UMLElement,State<T,Unit>>, option : Option<List<UMLElement>>) : State<T,Option<List<UMLElement>>>
# listStructure< T : HigherBound<UMLElement> > (umlElements : List<T>) : String
# optionString (os : Option<String>) : String
# optionUMLElement (oElement : Option<UMLElement>) : String
# optionAny< T > (oA : T) : String
-- <<scalaclass>> --
isSealed
}
}
package uml::externalReferences{
class uml::externalReferences.ClassDefRef << caseclass >>{
<< ctor >>ClassDefRef (classtype : ClassType, name : String, namespace : Entry, templateParameter : List<String>, oStat : Option<Stat>)
structure : String
rewrite< T > (s : State<T,Strategy>) (f : Func<UMLElement,State<T,Unit>>) : State<T,UMLElement>
pretty (<< implicit >>pretty : PrettyPrinter<ClassDefRef>) : String
-- <<scalaclass>> --
isSealed
}
class uml::externalReferences.CCaseClass << caseobject >>
class uml::externalReferences.CClass << caseobject >>
class uml::externalReferences.Object << caseobject >>
class uml::externalReferences.Enum << caseobject >>
class uml::externalReferences.Trait << caseobject >>
abstract class uml::externalReferences.ClassType << trait >>{
-- <<scalaclass>> --
isSealed
}
}
uml.UMLElement <|-- uml.StereotypeElement
uml.UMLElement <|-- uml.TopLevelElement
uml.UMLElement <|-- uml.CompartmentElement
uml.UMLElement <|-- uml.PackageBodyElement
uml.UMLElement <|-- uml.NamedElement
uml.NamedElement <|-- uml.TaggedValue
uml.NamedElement <|-- uml.Stereotype
uml.NamedElement <|-- uml.UMLUnit
uml.TopLevelElement <|-- uml.Package
uml.PackageBodyElement <|-- uml.Package
uml.StereotypeElement <|-- uml.Package
uml.StereotypeElement <|-- uml.GenericParameter
uml.NamedElement <|-- uml.GenericParameter
uml.AccessModifier <|-- uml.Private
uml.AccessModifier <|-- uml.Protected
uml.AccessModifier <|-- uml.PackagePrivate
uml.AccessModifier <|-- uml.Public
uml.Modificator <|-- uml.Static
uml.Modificator <|-- uml.Abstract
uml::externalReferences.ClassType <|-- uml::externalReferences.Trait
uml::externalReferences.ClassType <|-- uml::externalReferences.Enum
uml::externalReferences.ClassType <|-- uml::externalReferences.Object
uml::externalReferences.ClassType <|-- uml::externalReferences.CClass
uml::externalReferences.ClassType <|-- uml::externalReferences.CCaseClass
uml.TopLevelElement <|-- uml::externalReferences.ClassDefRef
uml.NamedElement <|-- uml::externalReferences.ClassDefRef
uml.TopLevelElement <|-- uml.Class
uml.StereotypeElement <|-- uml.Class
uml.PackageBodyElement <|-- uml.Class
uml.NamedElement <|-- uml.Class
uml.CompartmentElement <|-- uml.Attribute
uml.StereotypeElement <|-- uml.Attribute
uml.NamedElement <|-- uml.Attribute
uml.StereotypeElement <|-- uml.Parameter
uml.NamedElement <|-- uml.Parameter
uml.CompartmentElement <|-- uml.Operation
uml.StereotypeElement <|-- uml.Operation
uml.NamedElement <|-- uml.Operation
uml.UMLElement <|-- uml.Compartment
uml.StereotypeElement <|-- uml.Compartment
uml.RelationshipType <|-- uml.Extension
uml.RelationshipType <|-- uml.Realization
uml.RelationshipType <|-- uml.Composition
uml.RelationshipType <|-- uml.Aggregation
uml.RelationshipType <|-- uml.Annotation
uml.RelationshipType <|-- uml.Association
uml.RelationshipType <|-- uml.Inner
uml.RelationshipDirection <|-- uml.FromTo
uml.RelationshipDirection <|-- uml.ToFrom
uml.RelationshipDirection <|-- uml.Without
uml.UMLElement <|-- uml.RelationshipElement
uml.RelationshipElement <|-- uml.ConcreteClass
uml.RelationshipElement <|-- uml.ClassRef
uml.RelationshipElement <|-- uml.PackageRef
uml.UMLElement <|-- uml.RelationshipInfo
uml.TopLevelElement <|-- uml.Relationship
uml.PackageBodyElement <|-- uml.Relationship
uml.StereotypeElement <|-- uml.Relationship
uml.$externalReferences +-- uml::externalReferences : << objectdef >>
@enduml | false | true | false | false | class |
af343f56ed616b4b4ebf0735c32ff7063d49bb60 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/demandforecast@0.11.1.puml | 2dcaf8db1a4ad86c8778bdc52e0799c0695f453d | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 743 | puml | @startuml
class org.accordproject.demandforecast.DemandForecastClause << (A,green) >> {
+ String purchaser
+ String supplier
+ DateTime effectiveDate
+ Double minimumPercentage
}
org.accordproject.demandforecast.DemandForecastClause --|> org.accordproject.cicero.contract.AccordClause
class org.accordproject.demandforecast.ForecastRequest << (T,yellow) >> {
+ Double supplyForecast
}
org.accordproject.demandforecast.ForecastRequest --|> org.accordproject.cicero.runtime.Request
class org.accordproject.demandforecast.BindingResponse << (T,yellow) >> {
+ Double requiredPurchase
+ Integer year
+ Integer quarter
}
org.accordproject.demandforecast.BindingResponse --|> org.accordproject.cicero.runtime.Response
@enduml
| false | true | false | false | class |
c197ab3d6c57bbbad4237c082f601a59c7ab8b45 | 44ec1f2e59ba58230564939540c87f907a6ee571 | /.gitbook/assets/cache-warmup.puml | e3b9e5a516c3cf03441a271def750fa17453d656 | [] | no_license | Pixboost/docs | e93fce60884cd5067ee65e4318f499339481980c | b9035a0ec7cf3af909258c9644de3de8e8a2cbaf | refs/heads/main | 2023-07-09T13:21:05.678660 | 2023-07-04T12:53:32 | 2023-07-04T12:53:32 | 203,786,817 | 0 | 0 | null | 2023-07-04T12:53:33 | 2019-08-22T12:05:14 | null | UTF-8 | PlantUML | false | false | 489 | puml | @startuml
actor user
participant server as "Your Server"
participant cache as "CDN/2nd level cache"
participant Pixboost
user -> server: Uploads an image
server -> Pixboost: POST /api/2/img/warmup\n{images: [<list of URLs for transformation>]}
Pixboost -> server: 202 Accepted
Pixboost -> Pixboost: Running transformations
Pixboost -> cache: filling CDN and 2nd level cache
== ==
user <- server: User loads a page with images
user <- cache: Already pre-processed images delivered
@enduml | false | true | false | false | sequence |
4a8388d638382df1d98fd5dcae03aea7b8d28951 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ScoreShippingRateInputDraft.puml | 7d7263e647e9b63bd2526051c958ad2fd332726e | [] | 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 | 450 | 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 ScoreShippingRateInputDraft [[ScoreShippingRateInputDraft.svg]] extends ShippingRateInputDraft {
type: String
score: Long
}
interface ShippingRateInputDraft [[ShippingRateInputDraft.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
6d67e67d2483034dd5249388b1cc48e3095e3dc2 | 005aa476ac9d11d36d1c0d202daa1e7c86df94c2 | /hedwig-jdesignpattern/docs/imgs/creational/factorymethod/FactoryMethod.puml | d7412df24c6bab4780d6f06f3857a6c71a2cce42 | [] | no_license | qdriven/designpattern-sanity | 51d2c9ebb1970c24bb2746ac6ba38ffd966a541c | c67622c9d153a9154e941fa2aad4ab1c10dd37a9 | refs/heads/master | 2022-12-06T22:02:15.117957 | 2020-08-21T05:59:25 | 2020-08-21T05:59:25 | 98,328,079 | 0 | 0 | null | 2020-05-15T19:22:30 | 2017-07-25T16:33:31 | Java | UTF-8 | PlantUML | false | false | 653 | puml | @startuml
interface Logger
interface LoggerFactory
Logger <|--- FileLogger
Logger <|--- DataBaseLogger
LoggerFactory <|--- FileLoggerFactory
LoggerFactory <|--- DataBaseLoggerFactory
Loggers ... LoggerFactory
Loggers ... Logger
interface Logger {
+ void writeLog();
}
interface LoggerFactory {
+ Logger createLogger();
}
class FileLogger {
+ void writeLog();
- void initFileLog();
}
class DataBaseLogger {
+ void writeLog();
- void initDataBaseLogger();
}
class FileLoggerFactory {
+ Logger createLogger();
}
class DataBaseLoggerFactory {
+ Logger createLogger();
}
class Loggers{
+ createLogger(String loggerType)
}
@enduml | false | true | false | false | class |
51878f0d54f83e6a55f6432e9b22ae6a0871a17b | 644b7bb773b84596a2de4d31a0603284d9562e56 | /redux/redux/sagaMiddleware.iuml | 75272f42f498d14af5b75e81343f1d05ccdafe2d | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 25 | iuml | class SagaMiddleware{
}
| false | true | false | false | class |
bd3092b8f4d561f3c0fdb43de20bfc2aa75cbd8b | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Gestores/GestorUsuarios.puml | dc68140eceb6781fbf76d6e2ddc7bf91aecdc329 | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 118 | puml | @startuml GestorUsuarios
hide circle
class GestorUsuarios{
listarTiposDocumento(): List<TiposDocumento>
}
@enduml | false | true | false | false | class |
493741c263c55f6faf82058f0f9eb023407ed317 | 7434fc14a1eec0716e2320cdb1ccc8488a81f32e | /xyz.elite.xtext.languages.plantuml/src/test/resources/ref.puml | abb4217eebf56f2fda39d570d19f305e939e24b3 | [
"MIT",
"Apache-2.0"
] | permissive | elite-se/plantestic-team-2 | 07b6f0e6f6f817b2cd3a68e7520518f4feb4f1c7 | e0db4a4496e546efe3ba06c813fe6169103c7a0e | refs/heads/master | 2022-11-30T06:51:33.348412 | 2020-08-04T16:19:11 | 2020-08-04T16:19:15 | 270,653,236 | 0 | 0 | Apache-2.0 | 2020-07-19T11:47:52 | 2020-06-08T12:05:42 | JavaScript | UTF-8 | PlantUML | false | false | 142 | puml | @startuml
participant Alice
actor Bob
ref over Alice, Bob : init
Alice -> Bob : hello
ref over Bob : This can be on\nseveral lines
@enduml | false | true | false | false | sequence |
3ee47e8b849bab97d7410a9f8a44fc6b4e03e8eb | ec4ab8a3c9fb2750294261a93939ce679a63303e | /AirportManager-web/src/main/java/pl/edu/uj/ii/ionb/airportmanager/web/rest/server/server.plantuml | de6f5d34629895008e558fbc2d546b0e06c5413d | [] | no_license | winostworzylbog/IONB | 3ed0dbe064866d7d0a3c90eb4d186a4f7ef627d0 | 30dbd315bf1357e419f285d28bf32d4f2cfb4af3 | refs/heads/origin/master | 2022-12-21T00:15:30.682166 | 2020-01-24T16:37:05 | 2020-01-24T16:37:05 | 236,040,144 | 0 | 0 | null | 2022-12-16T00:40:51 | 2020-01-24T16:32:28 | Java | UTF-8 | PlantUML | false | false | 1,758 | plantuml | @startuml
title __SERVER's Class Diagram__\n
namespace l.edu.uj.ii.ionb.airportmanager.web.rest.server {
class pl.edu.uj.ii.ionb.airportmanager.web.rest.server.AirplaneRestApi {
{static} - APP_CONF : XmlWebApplicationContext
- context : ServletContext
- mapper : ObjectMapper
+ AirplaneRestApi()
+ deletePlane()
+ getAirplane()
+ getAirplanesFlights()
+ getAllAirplanes()
+ postPlane()
+ putPlane()
- destroyAfterRequest()
- initBeforeRequest()
}
}
namespace l.edu.uj.ii.ionb.airportmanager.web.rest.server {
class pl.edu.uj.ii.ionb.airportmanager.web.rest.server.DestinationRestApi {
{static} ~ authentication : Authentication
{static} - APP_CONF : XmlWebApplicationContext
- context : ServletContext
- mapper : ObjectMapper
+ DestinationRestApi()
+ createDestination()
+ deleteDestination()
+ getAllDestinations()
+ getDestination()
+ getIncomingFlights()
+ getOutcomintFlights()
+ updateDestination()
- destroyAfterRequest()
- initBeforeRequest()
}
}
pl.edu.uj.ii.ionb.airportmanager.web.rest.server.AirplaneRestApi o-- pl.edu.uj.ii.ionb.airportmanager.services.AirplaneService : airService
pl.edu.uj.ii.ionb.airportmanager.web.rest.server.DestinationRestApi o-- pl.edu.uj.ii.ionb.airportmanager.services.DestinationService : destService
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
| false | true | false | false | class |
04e1bd0efe728e7bff6bdc2935d74bcb3b75abd5 | adf7d7054fa8dc3a7231e21c019a486b06ce0765 | /DesignPatternsElementsOfReusableObjectOrientesSoftware/Chapter04/Decorator/Decorator.puml | 860532e5b87e14d0d983007acc96bf172f38999f | [] | no_license | lealceldeiro/gems | ee93f9d4e4a6265b6f78ae06353116b51bcf168f | 3d7529678067eeb4437f0b00be96adf80362f9e5 | refs/heads/master | 2023-08-22T09:52:13.176466 | 2023-08-15T12:49:36 | 2023-08-15T12:49:36 | 230,064,871 | 8 | 6 | null | null | null | null | UTF-8 | PlantUML | false | false | 965 | puml | @startuml
interface Warrior {
+ {abstract} int level()
+ {abstract} double damage()
+ {abstract} Collection<String> weapons()
+ {abstract} String name()
}
class SimpleWarrior implements Warrior {
+ int level()
+ double damage()
+ Collection<String> weapons()
+ String name()
+ String toString()
}
abstract class WarriorDecorator implements Warrior {
# Warrior decoratedWarrior
# WarriorDecorator(Warrior decoratedWarrior)
+ String toString()
}
WarriorDecorator *-- Warrior
class WarriorSwordDecorator extends WarriorDecorator {
+ WarriorSwordDecorator(Warrior decoratedWarrior)
+ int level()
+ double damage()
+ Collection<String> weapons()
+ String name()
}
class WarriorWhipDecorator extends WarriorDecorator {
+ WarriorWhipDecorator(Warrior decoratedWarrior)
+ int level()
+ double damage()
+ Collection<String> weapons()
+ String name()
}
hide empty members
@enduml
| false | true | false | false | class |
7bfdd0f53b489477b47bbb5068256035f7c90b3d | 5c3f7a955b13b94c709073243f745995402e7db7 | /plantuml/load-balancer.puml | fcba9df51e0d99b4c179e835fa0907b973343ac2 | [] | no_license | m1well/nginx-playground | 0858cb53f9b44f47053676e5ec278c8a99e903bc | 352df00f53bad9b556f594f22b52ce4891026883 | refs/heads/master | 2023-06-17T08:19:08.624162 | 2021-07-19T21:03:38 | 2021-07-19T21:03:38 | 387,593,359 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,445 | puml | @startuml
!$port_reverse_proxy = ":81"
!$port_load_balancer = ":82"
!$port_rate_limiter = ":83"
!$port_dummy_1 = ":8081"
!$port_dummy_2 = ":8082"
!$port_dummy_3 = ":8083"
title load-balancer
skinparam roundcorner 10
skinparam title {
fontsize 23
fontstyle bold
}
skinparam arrow {
color crimson
fontsize 14
fontcolor crimson
fontstyle italic
}
skinparam cloud {
backgroundcolor white
fontsize 14
}
skinparam frame {
backgroundcolor white
fontsize 14
}
skinparam queue {
backgroundcolor white
fontsize 14
}
skinparam artifact {
backgroundcolor skyblue
fontsize 17
fontstyle bold
}
cloud "172.99.0.1" as cloud {
frame "$port_load_balancer" as load_balancer {
artifact "nginx" as app_laod_balancer
}
queue "upstream" as round_robin {
interface "round robin" as upstream_round_robin
}
queue "upstream" as weights {
interface "weights" as upstream_weights
}
queue "upstream" as least_connection {
interface "least connection" as upstream_least_connection
}
queue "upstream" as ip_hash {
interface "ip hash" as upstream_ip_hash
}
frame "$port_dummy_1" as dummy_1 {
artifact "dummy app 1" as app_dummy_1
}
frame "$port_dummy_2" as dummy_2 {
artifact "dummy app 2" as app_dummy_2
}
frame "$port_dummy_3" as dummy_3 {
artifact "dummy app 3" as app_dummy_3
}
}
[app_laod_balancer] -[hidden]-- [upstream_round_robin]
[app_laod_balancer] -[hidden]-- [upstream_weights]
[app_laod_balancer] -[hidden]-- [upstream_least_connection]
[app_laod_balancer] -[hidden]-- [upstream_ip_hash]
[app_laod_balancer] <-down-> [upstream_round_robin] : location /balanced1
[app_laod_balancer] <-down-> [upstream_weights] : location /balanced2
[app_laod_balancer] <-down-> [upstream_least_connection] : location /balanced3
[app_laod_balancer] <-down-> [upstream_ip_hash] : location /balanced4
[upstream_round_robin] <-down-> [app_dummy_1]
[upstream_round_robin] <-down-> [app_dummy_2]
[upstream_round_robin] <-down-> [app_dummy_3]
[upstream_weights] <-down-> [app_dummy_1]
[upstream_weights] <-down-> [app_dummy_2] : weight 10
[upstream_weights] <-down-> [app_dummy_3] : weight 5
[upstream_least_connection] <-down-> [app_dummy_1]
[upstream_least_connection] <-down-> [app_dummy_2]
[upstream_least_connection] <-down-> [app_dummy_3]
[upstream_ip_hash] <-down-> [app_dummy_1]
[upstream_ip_hash] <-down-> [app_dummy_2]
[upstream_ip_hash] <-down-> [app_dummy_3]
@enduml
| false | true | false | false | sequence |
82e97b8dd62d562136609ff502fe1e97f852004a | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1151708/sp3/import_analysis.puml | c018a38c81d0044159cdad61387d3236aa84cf88 | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 366 | puml | @startuml export_analysis.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : Import CSV
Browser ->> Server : importCSV(filename)
Server -->> Browser : return String[][] sheet
Browser -> Browser : add sheet to current workbook
@enduml | false | true | false | false | usecase |
3c45dfb5ddaf0add3e123f020eec82f76d05c360 | 9ed64cf55205875b3577756ca587e4d94abbf1fa | /src/com/design/structure/adapter/interact/interface_adapter.puml | 71e791a0f4b416b606bbc14eae9323f5d0c6bbcb | [] | no_license | shf-1218/Design_Patterns | 65f3e8598b9223489d805759f59ba186300d86d9 | 52a3b279609a6699300699d21877137c878dfe32 | refs/heads/master | 2022-12-26T13:40:57.846535 | 2020-09-27T10:23:30 | 2020-09-27T10:23:30 | 299,005,976 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 69 | puml | @startuml
interface Adapter
Class client
client..> Adapter
@enduml | false | true | false | false | class |
0cc4373cc8b0dcddb97ab3564db0ac000991fe7a | 50c462c631857f7e639d4aa9dff911336959f83a | /sequence-diagram.plantuml | bec2502dcbf76cb9f0840f257efcc34f6b0dafee | [] | no_license | TeamSWT7/02-AirTrafficMonitoring | 1b7d36d643ab237a68b8005bbc6ca69f9077a64d | 4fe4247a88b30e5432ee8467d9037f94a73c2974 | refs/heads/master | 2020-04-27T00:23:28.546334 | 2019-03-25T17:28:30 | 2019-03-25T17:28:30 | 173,932,543 | 0 | 0 | null | 2019-03-24T17:06:49 | 2019-03-05T11:18:02 | C# | UTF-8 | PlantUML | false | false | 1,604 | plantuml | @startuml
skinparam shadowing false
skinparam monochrome true
skinparam backgroundColor transparent
skinparam classBackgroundColor transparent
skinparam style strictuml
skinparam SequenceMessageAlign center
skinparam ParticipantBackgroundColor White
skinparam noteBackgroundColor White
skinparam arrowBackgroundColor White
participant Application as APP
participant AirTrafficMonitor as ATM
participant FlightHandler as FH
participant Airspace as AS
participant ConflictHandler as CH
participant FlightTransponder as FT
participant TransponderReceiver.dll as TR
APP ->> ATM: Poll(ref flights, ref conflicts)
activate ATM
ATM -> FH: UpdateFlights()
activate FH
FH -> FT: ReceiveFlightData()
activate FT
FT->TR: *get flight data*
activate TR
TR-->>FT: flightData
deactivate TR
FT-->>FH: flightData
deactivate FT
FH->FH: ValidateFlightData(flightdata)
activate FH
loop flights
note over FH: Check if flights exists
opt
note over FH: Create flight from\nsingle data entry
end
FH->AS: InArea(flight)
opt
AS-->>FH: false
note over FH: Remove flight from list
end
AS-->>FH: true
note over FH: Update flight in list
end
FH->CH: UpdateConflicts(flights)
deactivate FH
deactivate FH
activate CH
loop flights
CH->CH: CheckForConflict(flight1, flight2)
opt
note over CH: If there is a conflict\ncreate a new conflict\nand add to the list
end
end
deactivate CH
ATM->FH: GetFlights()
FH-->>ATM: flights
ATM->CH: GetConflicts()
CH-->>ATM: conflicts
note over ATM: Bind new flights to ref flights\nand new conflicts to ref conflicts
@enduml
| false | true | false | false | sequence |
cf5d104f0280115c55550a6ad2e93c8550f1bc8f | 474a3ec8d7fc1ceddffe8614f90a0a66fb6e7862 | /src/com/elitespectra/Student.puml | c530eade00ea363bdb0cf5519128243ab4369c7f | [] | no_license | JavidRMir/week1-java-exercise | b73e08c9086fedfdef49444eb633d5f482157c53 | 7c411a2668db1e342bc66932c4d2464091653acb | refs/heads/master | 2023-08-11T08:31:53.031344 | 2021-09-18T13:39:21 | 2021-09-18T13:39:21 | 407,870,076 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
class Student {
- name : String
- grade : char
- group : int
- secretNickName : String
+ Student (name: String, grade : char, group : int)
+ getStudentName() : String
+ getStudentGrade() : char
+ upgradeStudentGrade() : void
+ downgradeStudentGrade() : void
}
@enduml | false | true | false | false | class |
1871325f32d97e2035f5fc5d0dbf23563bb3c85c | 90846e51de5846158818d7883e703188bbb5e29e | /diagrams/searchProductId.puml | 3dfd99c828e76e7f33c907bd07479fde747a5820 | [] | no_license | yuan410/milestone | a967145b7f004e3cd27975597951422bf23db216 | 66216974aa426fe86d3bc87355f72c1ce848ac75 | refs/heads/master | 2020-07-07T06:30:18.475688 | 2019-08-22T08:48:17 | 2019-08-22T08:48:17 | 203,278,196 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,770 | puml | @startuml
' use strict UML mode
skinparam style strictuml
' create actor user
actor "User" as user
' create main adminstration
participant "Administration" as main <<main>>
main++
' create main menu frame
create "MainMenu" as menu <<frame>>
main -> menu : construct
user -> menu++ : clicks 'View Products' button
' create product viewer dialog
create "ProductViewer" as viewer <<dialog>>
menu -> viewer : construct(this, true)
viewer++
' create a DAO
create "ProductDatabase" as dao <<DAO>>
viewer -> dao : construct
' create the simple model list
create "SimpleListModel" as modellist <<gui.helpers>>
viewer -> modellist : construct
' get the products from dao database
viewer -> dao++ : getProducts()
create "JdbcConnection" as jdbc <<DAO>>
dao -> jdbc++ : getConnection(dbURL)
jdbc --> dao : connection
jdbc--
dao --> viewer : allProducts
dao--
' put products in Simple List Model
viewer -> modellist++ : updateItems(allProducts)
modellist--
' update list to display products
viewer -> viewer : setModel(productDisplay)
viewer--
viewer --> user
' Pull out selected product to edit
user -> viewer++ : enters ID in search field
viewer--
user -> viewer++ : clicks 'Search' button
viewer -> viewer : txtSearchID.getText()
viewer -> dao++ : searchForProduct(searchedID)
dao -> jdbc++ : getConnection(dbURL)
jdbc--> dao : connection
jdbc--
dao -> dao : prepareStatement(sql)
dao -> dao : setString(1, searchID)
dao -> dao : executeQuery()
dao -> dao : use getters to retrieve product attributes
dao -> dao : use setters to set product attributes
dao --> viewer : searchedProduct
dao--
' put products in Simple List Model
viewer -> modellist++ : updateItems(searchedProduct)
modellist--
viewer--
viewer --> user : awaiting next operation
@enduml
| false | true | false | false | usecase |
2ba5d4f381c89d5f7d5344da45db1a6e3f248d4d | fc7a6c3c604c170297718fa0d11dc738ef09a689 | /code/6/diagrams/server-side-render.puml | bcdad4b8b7811fdc05cfb29b3edda58f6c496f8a | [] | no_license | ryanoglesby08/javascript-workshop | 487d6128ead87b464cddb58c3b0fccab9d972b49 | 14278f666344cd38376b7fde3159251d1b7eb535 | refs/heads/master | 2021-01-12T03:08:49.650735 | 2017-06-01T18:31:44 | 2017-06-01T18:31:44 | 78,165,834 | 4 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 602 | puml | @startuml
actor User
User -> Browser : Go to site.com
Browser -> Server: GET site.com/
Server -> Server: Template index.jsp
Server --> Browser: Return index.html
note over Browser: Parse\n<script src="index.js">
Browser -> Server: GET index.js
Server --> Browser: Return index.js
... later ...
User -> Browser : Navigate to site.com/profile
Browser -> Server: GET site.com/profile
Server -> Server: Template profile.jsp
Server --> Browser: Return profile.html
note over Browser: Parse\n<script src="profile.js">
Browser -> Server: GET profile.js
Server --> Browser: Return profile.js
@enduml | false | true | false | false | sequence |
18e7c5a6fe634339affbb6e61e0c1227bd777a24 | a10ce88dfe8145508dc57f88e91da37a6bf89542 | /docs/pictures/DeletePatientSeqDiagram.puml | 7bb8dc40ba779f474d867091723cee180ae939d9 | [] | no_license | AY2021S1-CS2113-T16-4/tp | bd09d4de741bc83e6c341a771f2a68088265b95d | cd55af63a0a32995890d75a8d1e30542d74eb7f5 | refs/heads/master | 2023-01-06T23:03:07.455632 | 2020-11-09T13:38:46 | 2020-11-09T13:38:46 | 300,201,163 | 0 | 7 | null | 2020-11-09T13:38:47 | 2020-10-01T08:16:36 | Java | UTF-8 | PlantUML | false | false | 3,847 | puml | @startuml
Create ui
Rex --> ui
Create storage
Rex --> storage
Create patients
Rex --> patients
Create appointments
Rex --> appointments
Create parser
Rex --> parser
Activate Rex
Rex --> Rex : run()
Activate Rex
Activate ui
loop !isExit
Rex --> ui : readCommand()
ui --> Rex
Deactivate ui
Rex --> ui : showLine()
Rex --> parser : parse(fullCommand)
Activate parser
Create deletePatientCommand
parser --> deletePatientCommand
parser --> Rex : Command c
Deactivate parser
parser --> deletePatientCommand : execute(patients, doctors, appointments, ui, storage)
Activate deletePatientCommand
deletePatientCommand --> deletePatientCommand : extractNric(trimmedCommand, COMMAND_WORD)
Activate deletePatientCommand
deletePatientCommand --> deletePatientCommand : String nric
Deactivate deletePatientCommand
deletePatientCommand --> patients : deletePatient(nric)
Activate patients
patients --> deletePatientCommand : Patient deletedPatient
Deactivate patients
deletePatientCommand --> ui : showPatientDeleted(deletedPatient)
Activate ui
Deactivate ui
loop i=0; i<appointments.getSize(); i++
deletePatientCommand --> appointments : getappointmentByIndex(i)
Activate appointments
appointments --> deletePatientCommand : Appointment appointment
Deactivate appointments
alt appointment.getPatient().getNric() == nric.toLowerCase()
deletePatientCommand --> appointment : setPatient(null)
Activate appointment
Deactivate appointment
deletePatientCommand --> appointment : removeBooking()
Activate appointment
Deactivate appointment
deletePatientCommand --> appointment : setDoctor(null)
Activate appointment
Deactivate appointment
else
deletePatientCommand --> ui : printPatientNotFound(nric)
Activate ui
Deactivate ui
deletePatientCommand --> storage : savePatients(patients)
Activate storage
Deactivate storage
deletePatientCommand --> storage : saveappointments(patients)
Activate storage
Deactivate storage
end loop
@enduml
alt words[0] == ExitCommand.COMMAND_WORD
Create ExitCommand
parser --> ExitCommand : new
else words[0] == BookApptCommand.COMMAND_WORD
Create BookApptCommand
parser --> BookApptCommand : new
else words[0] == AddPatientCommand.COMMAND_WORD
Create AddPatientCommand
parser --> AddPatientCommand : new
else words[0] == CreateApptCommand.COMMAND_WORD
Create CreateApptCommand
parser --> CreateApptCommand : new
else words[0] == EditPatientCommand.COMMAND_WORD
Create EditPatientCommand
parser --> EditPatientCommand : new
else words[0] == deletePatientCommand.COMMAND_WORD
Create deletePatientCommand
parser --> deletePatientCommand : new
else words[0] == ListApptCommand.COMMAND_WORD
Create ListApptCommand
parser --> ListApptCommand : new
else words[0] == ListPatientCommand.COMMAND_WORD
Create ListPatientCommand
parser --> ListPatientCommand : new
else words[0] == RetrievePatientCommand.COMMAND_WORD
Create RetrievePatientCommand
parser --> RetrievePatientCommand : new
else words[0] == AddDoctorCommand.COMMAND_WORD
Create AddDoctorCommand
parser --> AddDoctorCommand : new
else words[0] == EditApptCommand.COMMAND_WORD
Create EditApptCommand
parser --> EditApptCommand : new | false | true | false | false | sequence |
9911ef2fefbe38baad036342791961165dc5859e | 0bad5075fffde9f8114344c69e5007d64ed215c6 | /docs/source/pic/src/boot.holderprover.puml | 3759d2d9f03900697e9bfc6dc9629c8a52c4d1e4 | [
"Apache-2.0"
] | permissive | PSPC-SPAC-buyandsell/von_anchor | 7ff8964c57b5b016c15284d44ff07919976a3cef | 9d3f96451c1c7a2fee8c0141fc5f32f3596791d0 | refs/heads/master | 2021-08-08T11:16:10.929511 | 2020-04-03T12:48:35 | 2020-04-03T12:48:35 | 140,607,696 | 5 | 15 | Apache-2.0 | 2020-02-10T16:49:28 | 2018-07-11T17:23:09 | Python | UTF-8 | PlantUML | false | false | 1,682 | puml | @startuml
/'
Copyright 2017-2020 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
'/
skinparam ParticipantPadding 20
skinparam BaloxPadding 20
title Holder-Prover Anchor (On-Line) Boot Sequence
box "Indy" #LightBlue
participant "Ledger" as ledger
endbox
actor "Trustee VON Anchor" as tan
actor "Holder-Prover\n(e.g., The Org Book)\nVON Anchor" as oban
=== BOOTSTRAP ==
note over ledger, oban
Holder-Prover VON anchor is on-line (i.e., its node pool is open)
Trustee VON anchor service wrapper API is up
endnote
oban -> oban: call get_nym(did)
group get_nym() implements
oban -> ledger: Look up anchor nym
ledger --> oban: anchor nym if present
end
alt Nym not present
note over ledger, oban
Trustee VON anchor service wrapper API is up
endnote
oban -[#blue]> tan: call send_nym(did, verkey, alias, role)
group send_nym() implements
tan -[#blue]> ledger: send anchor nym
ledger --[#blue]> tan: anchor nym
tan --[#blue]> oban: anchor nym
end
end
oban -> oban: create, store link secret
@enduml
| false | true | false | false | usecase |
5e8739e0a1f492ed1b9cda104cab12641659af26 | 17429b63dad6d21c4438c3d014c968fb486bbfb3 | /src/main/java/ex45/ex45uml.puml | 3429a7cb008bd51b11644b7f15854ca8c9aa9636 | [] | no_license | mate-gam/Gamero-cop3330-assignment3 | b5c7c3e71b7cda59802f54d65e3a7d93aba7cb13 | fcd67eeb224cc3fbc2cfa4cef712b7e07ee16b61 | refs/heads/master | 2023-08-22T06:46:03.142132 | 2021-10-11T14:38:33 | 2021-10-11T14:38:33 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 303 | puml | @startuml
Class App
{
ArrayList<String> readFile
ArrayList<String> writeFile
==
.. Read File ..
+ readFile()
.. Corrects The File ..
+ changeFile()
.. Create The File For Output ..
+ readFile()
.. Writes The Corrected File ..
+ writeFile()
.. Checks For The Word utilize ..
+ containsUtilize()
}
@enduml | false | true | false | false | class |
cb692f7540f60cff9256213861d56cf5e4f19d65 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-land.iuml | 5d7f3da63b25620fefdf8b44361be5a4b875dc30 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 57 | iuml | @startuml
class Kodelister.Land <<codelist>> {
}
@enduml
| false | true | false | false | class |
5627d264f4ecb7ed564b8ebba6fec021c81620c1 | ae14b68b8faae48fa51068820b755423d0a58086 | /docs/img/remote-snapshotter-launch-sequence.plantuml | 3d9807129e3493c022fa094da753b375630dcef6 | [
"Apache-2.0"
] | permissive | firecracker-microvm/firecracker-containerd | 3bc694e469c051de8b01620569714c197fef6a61 | fc5e81ef584b54e91f7d7f8f6a1432dead7fa060 | refs/heads/main | 2023-09-04T10:46:11.365730 | 2023-09-01T20:32:07 | 2023-09-01T20:32:07 | 157,781,317 | 1,908 | 194 | Apache-2.0 | 2023-09-06T23:57:52 | 2018-11-15T22:36:30 | Go | UTF-8 | PlantUML | false | false | 2,135 | plantuml | @startuml
participant orchestrator
participant containerd
participant "control plugin"
participant "demux-snapshotter"
orchestrator -> "control plugin": create VM $id
create shim
"control plugin" -> shim: Launch VM $id
create Firecracker
shim -> Firecracker: Launch
shim -> Firecracker ++ : configure and boot
create MMDS
Firecracker -> MMDS: start
create agent
Firecracker -> agent: start
create "remote-snapshotter"
Firecracker -> "remote-snapshotter": start
"shim" <-> agent: connect
"control plugin" -> orchestrator: VM running
orchestrator -> "control plugin": Put registry credentials
"control plugin" -> MMDS: Put registry credentials
loop "for each container"
orchestrator -> containerd: prepare snapshot
containerd -> "demux-snapshotter": prepare snapshot
"demux-snapshotter" <-> "remote-snapshotter": connect
"demux-snapshotter" -> "remote-snapshotter": prepare snapshot
create "docker-credential-mmds"
"remote-snapshotter" -> "docker-credential-mmds": Get credentials
"docker-credential-mmds" -> MMDS: Get credentials
MMDS -> "docker-credential-mmds": credentials
"docker-credential-mmds" -> "remote-snapshotter": credentials
create FUSE
"remote-snapshotter" -> FUSE : spawn
activate FUSE
"remote-snapshotter" -> "demux-snapshotter": snapshot $foo
"demux-snapshotter" -> containerd: snapshot $foo
containerd -> orchestrator: snapshot $foo
orchestrator -> containerd: run container $bar with snapshot $foo
containerd -> shim: run container $bar with snapshot $foo
shim -> agent: run container $bar with snapshot $foo
agent -> FUSE: mount snapshot $foo
create "container process"
agent -> "container process": start process
activate "container process"
"container process" -> "FUSE": access files
FUSE <-> registry: download files
FUSE -> "container process": file content/metadata
note left of "container process"
After some
time, container
process exits
end note
return
agent -> shim: container $bar exited
shim -> containerd: container $bar exited
containerd -> orchestrator: container $bar exited
end
orchestrator -> "control plugin": stop VM $id
"control plugin" -> Firecracker: stop
deactivate Firecracker
@enduml | false | true | false | false | sequence |
466e3d89a124c09662609f3e28debd94325ac040 | f26bfdf985f126fefe8739878e270da6ab5a5327 | /setup.puml | a73cb5eba64a8ffc2a365da1175b04993e3e3513 | [
"MIT"
] | permissive | profintegra/img-similarity-search | 12be15491b60f8ba630c13e54f7653a01ad1e496 | 7ebad18d0fe7f783b666181d7c88193a087841ca | refs/heads/master | 2022-12-15T15:08:44.971225 | 2020-01-22T07:56:52 | 2020-01-22T07:56:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 719 | puml | @startuml
!define SPRITESURL https://raw.githubusercontent.com/rabelenda/cicon-plantuml-sprites/v1.0/sprites
!includeurl SPRITESURL/kafka.puml
!includeurl SPRITESURL/python.puml
!includeurl SPRITESURL/java.puml
!includeurl SPRITESURL/elasticsearch.puml
!includeurl SPRITESURL/java.puml
title System components\n
skinparam monochrome true
skinparam defaultTextAlignment center
rectangle "<$python>\nimg vectorizer" as py
rectangle "<$kafka>\nKafka" as Kafka
rectangle "<$kafka>\nES Sink" as kafkasink
rectangle "<$elasticsearch>\nElasticsearch" as Elasticsearch
rectangle "<$java>\nGallery App" as Gallery
[py] --> [Kafka]
[Kafka] <- [kafkasink]
[kafkasink] -> [Elasticsearch]
[Gallery] --> [Elasticsearch]
@enduml
| false | true | false | false | uml-unknown |
7d9b6a09da06af00815dcc6ca23a4d1a1e0d126c | c45ce074df6e9c8bb54ce906f387a4ec1730b2d6 | /diagrams/design/patterns/class/structural/adapter.puml | 46f1d8d86830b99c6bd821249fea0ac221bf2db6 | [] | no_license | eromero-kreatech/clean-code | 82a4a62ae6d76985bc77e7a16f5d9890c41b652f | e5a29e0dacead4f25005e67163ffb57fbc4d2d44 | refs/heads/master | 2023-06-26T21:50:19.104747 | 2021-07-24T00:51:11 | 2021-07-24T00:51:11 | 388,963,257 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 552 | puml | @startuml ADAPTER
interface Adapter {
+ operation()
}
class Client
class ConcreteAdapter {
- adaptee
+ operation()
}
class Adaptee {
+ adaptedOperation()
}
hide empty members
Adapter <- Client
Adapter <|-- ConcreteAdapter
ConcreteAdapter -> Adaptee
note as N1
<b><color:royalBlue>Adapter</color></b>
<b>Type:</b> Structural
Convert the interface of a class into
another interface clients expect. Lets
classes work together that couldn't
otherwise because of incompatible
interfaces.
end note
@enduml
| false | true | false | false | class |
4e91c82177efc24bd76d689d7af6715e26e7153b | e1ccd3df82ae197f3c0925c4685557bd9a40e0e5 | /src/main/java/ex43/ex43-plantuml.puml | d8d8395e6ca1f351d5865e68008adf0f310180c6 | [] | no_license | ttcole1254/coleman-cop3330-assignment3 | 1aec463c661d4a64eb3810def8818d5d5242e5c4 | d46d8d92cd2b60d3c183bfc1a13d773a42cb005d | refs/heads/master | 2023-08-27T22:29:53.914222 | 2021-10-12T03:44:16 | 2021-10-12T03:44:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 508 | puml | @startuml
class WebsiteGenerator {
+{static}input: Scanner
+{static}htmlFile: FileWriter
+main(arg: String[]): void
+getWebsiteData() : ArrayList<String>
+pathMaker (websiteData: ArrayList<String> : void
+createFolderPath(sourceDirectory: String , folderName: String, subFolderName: String): File
+createFolder(folder: File): void
+createHTMLFile(outputFile: FileWriter, path: String) : void
+htmlMaker(outputFile: FileWriter, websiteData: ArrayList<String>, path String) : FileWriter
}
@enduml | false | true | false | false | class |
0a6b569560ccf1ffcfc6d54727bd187d5af2d1a3 | a08307073b81a594154a842f5ef87508df391d1c | /class diagrams/main/graphics/graphics.plantuml | 19f7eff7095ffc435d4478e470d4f19a807f3453 | [] | no_license | AlexisDel/Colt-Express | c99050ae00feefcb62faee50faa1ba124a5de380 | 96402eddae52b181f01575492eda6e497b1a0979 | refs/heads/master | 2023-05-25T04:27:02.337566 | 2021-06-14T14:28:04 | 2021-06-14T14:28:04 | 376,847,116 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 681 | plantuml | @startuml
title __GRAPHICS's Class Diagram__\n
namespace main {
namespace graphics {
class main.graphics.GameDisplay {
+ GameDisplay()
+ update()
}
}
}
main.graphics.GameDisplay -up-|> javax.swing.JFrame
main.graphics.GameDisplay o-- main.graphics.graphicElements.Buttons : buttons
main.graphics.GameDisplay o-- main.graphics.graphicElements.BoardG : boardG
main.graphics.GameDisplay o-- main.engine.GameEngine : gameEngine
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
| false | true | false | false | class |
6e59c08740898525b08ba586fcc8fa1177ddd1ec | a2b717706eb8dfd1c36045606e5824934cfc20a5 | /diagrams/facade.puml | 7f2ee2da3b1a3f73181725b4c8984f1073b67c0d | [] | no_license | zhongshijun/head-first-design-patterns-cpp | 66f706264f848e26f6791057eb089a6cdf0a44d9 | 3dc4fc23abb884395313b388fd33e87c0b7730c6 | refs/heads/master | 2023-03-18T20:51:13.129157 | 2021-01-25T20:55:26 | 2021-01-25T20:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,930 | puml | @startuml facade
class Amplifier{
-description_
-tuner_ : Tuner
-player_ : StreamingPlayer
+on()
+off()
+setStereoSound()
+setSurroundSound()
+setVolume()
+setTuner()
+setStreamingPlayer()
}
class CdPlayer{
-description_
-amplifier_ : Amplifier
-title_
+on()
+off()
+eject()
+play()
+stop()
+pause()
}
class Projector{
-description_
-player_ : StreamingPlayer
+on()
+off()
+wideScreenMode()
+tvMode()
}
class StreamingPlayer{
-description_
-amplifier_ : Amplifier
-move_
+on()
+off()
+play()
+stop()
+pause()
+setTwoChannelAudio()
+setSurroundAudio()
}
class Tuner{
-description_
-amplifier_ : Amplifier
-frequency_
}
Amplifier <-up- Tuner
Amplifier <-up- StreamingPlayer
Amplifier <-up- CdPlayer
Amplifier -down-> Tuner
Amplifier -down-> StreamingPlayer
Amplifier -down-> CdPlayer
StreamingPlayer <-up- Projector
class Screen{
-description_
+up()
+down()
}
class TheaterLights{
-description_
+on()
+off()
+dim()
+on()
+off()
+setFrequency()
+setAm()
+setFm()
}
class PopcornPopper{
-description_
+on()
+off()
+pop()
}
class HomeTheaterFacade{
-amp_ : Amplifier
-tuner_ : Tuner
-player_ : StreamingPlayer
-cd_ : CdPlayer
-projector_ : Projector
-lights_ : TheaterLights
-screen_ : Screen
-popcorn_ : PopcornPopper
+watchMovie()
+endMovie()
+listenToCd()
+endCd()
+listenToRadio()
+endRadio()
}
class Client{
}
HomeTheaterFacade *-down- Amplifier
HomeTheaterFacade *-down- Tuner
HomeTheaterFacade *-down- StreamingPlayer
HomeTheaterFacade *-down- CdPlayer
HomeTheaterFacade *-down- Projector
HomeTheaterFacade *-down- TheaterLights
HomeTheaterFacade *-down- Screen
HomeTheaterFacade *-down- PopcornPopper
Client -> HomeTheaterFacade
@enduml
| false | true | false | false | class |
c7e771fa98b99a17012c20980f0f46eca4e65ccd | d92da99c31222279132b73aa774e953bcf6c5dc4 | /docs/design/fabric-v2+/fpc-lifecycle-v2.puml | cb2357b767b8958e70714022b04fedfbca620e39 | [
"Zlib",
"MIT",
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | adecaro/fabric-private-chaincode | b28ef6b1dc80253cf0f445daa4816866e7da62ce | 22ab0dc5c081269f6e586cf6b01466331079ae0f | refs/heads/main | 2023-08-02T14:24:56.328811 | 2021-08-19T13:07:16 | 2021-08-21T06:47:03 | 387,143,891 | 0 | 0 | Apache-2.0 | 2021-07-18T10:03:08 | 2021-07-18T10:03:08 | null | UTF-8 | PlantUML | false | false | 5,467 | puml | /'
Copyright 2020 Intel Corporation
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
'/
@startuml
!pragma teoz true
hide footbox
title Foot Box removed
title Fabric Private Chaincode - Lifecycle v2
box "Org1"
actor Admin order 10
participant Peer_CLI order 15
participant Peer1 order 20
participant Peer2 order 40
end box
entity Orderer order 80
group inspection
Admin -> Admin : inspect FPC chaincode,\nbuild enclave binary\nand **mrenclave**
note right Admin
By generating **mrenclave** based
on the inspected FPC chaincode,
the Org defines the "correct" code
identity they will approve
end note
end
note over Peer_CLI
Admin uses Fabric Peer CLI, which is extended with
additional functionality to ease FPC specific usability.
end note
group package
Admin -> Peer_CLI++ : lifecycle\nchaincode package
note right
**Chaincode package** as tar.gz with
metadata.json = <path:(enclaves_path),
type:(cc_lang),
label:(cc_label),
sgx_mode: (sim/hw)>
and code.tar.gz including enclave binary and **mrenclave**
end note
return
end
group install
Admin -> Peer_CLI++ : lifecycle\nchaincode install
Peer_CLI -> Peer1++ : install chaincode from package
return packageId
note right Peer_CLI
The following bookkeeping operations help remember
(across lifecycle calls) that a package (id)
corresponds to a FPC chaincode. Similarly, the
approve will later store data for an FPC chaincode
installed locally, and the commit checks for data
of a locally-approved FPC chaincode.
Also, it should be noted that
- the install lifecycle op is peer-specific, while
- the approveformyorg is org-specific, to be run
on at most one org's peer
- the commit op has to be run on a single peer
The current bookkeeping ops expect the approve and
commit ops to run on peers where the FPC chaincode
has been previously installed.
end note
Peer_CLI -> Peer_CLI : retrieve cc_language from package
Peer_CLI -> Peer_CLI : if cc_language==fpc\n\tthen store packageId
return packageId
end
ref over Admin, Peer_CLI, Peer2
Admin installs chaincode on Peer2
end ref
group approveformyorg
Admin -> Peer_CLI++ : lifecycle\nchaincode approveformyorg\n(version=**mrenclave**)
note right
**Chaincode Definition for FPC Chaincode** including
Name: cc_name,
Version: **mrenclave**,
Sequence: sequence_number,
Endorsement Policy: (2of3),
Plugins: fpc-vscc (FPC validation plugin, absent in FPC Lite (MVP))
NOTE: the (fabric) endorsement policy has different meanings depending
on whether FPC runs in FPC Lite (MVP) or "full" FPC mode (post-MVP):
- in former case it specifies "validation endorsement policy", i.e.
how many organization have to be trusted to validate the enclave
endorsements in the validation chaincode transaction. For MPV, the
"enclave endorsement policy" is implicit and requires an enclave
signature from a single enclave registered at ERCC and hosted at
an organization participating in the underlying channel.
- in the latter case, it specifies the "enclave endorsement policy",
i.e., how many (and with which proporties) enclaves are expected
to endorse FPC chaincode transactions. The "validation endorsement
policy" is implicit as each peer will validate transactions (via
validation plugin extension point.)
NOTE: FPC does not support custom user plugins.
end note
Peer_CLI -> Orderer++ : approve transaction
return transaction committed /' Peer1_CLI -> Orderer '/
note right Peer_CLI
Bookkeeping operations.
NOTE: packageId is an input parameter of approveformyorg
end note
Peer_CLI -> Peer_CLI : if packageId was stored (and hence it is an FPC chaincode)\n\tthen store mapping packageId to <cc_name, cc_version>
return
end
loop until enough approvals
Admin -> Peer_CLI++ : lifecycle\nchaincode checkcommitreadiness
note right
**Chaincode definition**
(implemented to match the approved one)
end note
note right Peer_CLI
Other participants must approve the chaincode definition
by committing the corresponding transaction according to
the LifecycleEndorsement policy.
Note that other orgs follow the same lifecycle steps as
illustrated here, in particular, they inspect the FPC
chaincode and must approve the same **mrenclave** (and
hence identical code). Requiring identical code is a
departure of the new capability added to Fabric v2 in
allowing different peers to have different implementations.
Unfortunately, due to confidentiality requirements, such
a feature is not possible for FPC.
end note
Peer_CLI -> Peer1++ : checkcommitreadiness
return
return
end
group commit
Admin -> Peer_CLI++ : lifecycle\nchaincode commit
note right
**Chaincode definition**
(implemented to match the one that is ready to be committed)
end note
Peer_CLI -> Orderer++ : commit transaction
return transaction committed
return
end
note right Admin
To complete setting up an FPC chaincode, enclaves have to be registered and provisioned with keys.
See the separate UML diagrams `fpc-registration` and `fpc-key-dist`
for the corresponding admin commands and protocol flows.
end note
@enduml
| false | true | false | false | usecase |
13a15b496e6a6147abfcbd4fda0ec371d6405123 | f9a5c2813a800612ca7ec78de46476be37188774 | /docs/sequence-diagrams/aroha.plantuml | df167d73c81ba04892eba3437817e288b393ce45 | [] | no_license | MutualAidNZ/action-line-api | dc16663de724d38471f03488f3c808cba2431fbe | 8f6a01d926f307d8cd5b465de78023d62e79ffc8 | refs/heads/master | 2023-02-04T08:06:00.710103 | 2020-04-09T04:37:12 | 2020-04-09T04:37:12 | 252,069,056 | 0 | 0 | null | 2023-01-24T01:54:20 | 2020-04-01T04:09:20 | JavaScript | UTF-8 | PlantUML | false | false | 1,461 | plantuml | @startuml ArohaLogicalFlow
participant EndUser
participant CoOrdinator
participant Volunteer
EndUser <-> ActionLine: Person calls freephone,\nleaves details +\nrequest on automated service
ActionLine -> Twilio: Twilio's AI transcribes person's details + request
Twilio -> Aroha: Twilio sends request to our service
Aroha -> Aroha: Create request in backend system
Aroha -> Aroha: Request is automatically\nassigned to the Location\ngathered from the postcode
... (Wait for request to be triaged) ...
group A Co-Ordinator is assigned to a Location and can manage tickets
group What if the request is unclear?
CoOrdinator <-> EndUser: Call to discuss requirement
CoOrdinator -> Aroha: Update request if required
Aroha -> Aroha: Save request
end
CoOrdinator -> Aroha: Set request as AVAILABLE and sets priority
Aroha -> Aroha: Update request
end
... (Wait for available volunteer) ...
group Volunteer finds request
Volunteer -> Aroha: What requests are available?
Aroha -> Volunteer: Show list of available requests
Volunteer -> Volunteer: Decide on list of requests
Volunteer -> Aroha: I want to work on this request
Aroha --> CoOrdinator: Email with assigned request details
Aroha -> Aroha: Sets Volunteer as assignee
end
group Volunteer works on request
Volunteer <-> EndUser: Work to fulfil request
Volunteer -> Aroha: I have completed the request
Aroha -> Aroha: Update request
Aroha --> CoOrdinator: Email with completed request details
end
@enduml | false | true | false | false | sequence |
30d4be5dbec7abb8edec3761407acf7d098eeb49 | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/Program.puml | c867749e2dd2e6b1b2d78272b5f65d86990cfa02 | [] | no_license | W0lfCr0w/maternity-ward-system | b2a9201111079ce3f638ff78cadb6aa9ecb4e04f | ee9aac0f52841c4083f1666dc4628f9c0d9b34af | refs/heads/main | 2023-06-06T10:33:10.231707 | 2021-06-29T10:20:54 | 2021-06-29T10:20:54 | 379,371,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 361 | puml | @startuml
class WardConsoles {
+ WardConsoles()
+ AddEmployeesConsole() : void
+ GetHours() : double
+ AddWorkHoursToEmployeesConsole() : void
+ EmployeeSalaryConsole() : void
+ GeneralConsole() : void
}
class Program {
{static} Main(args:string[]) : void
}
WardConsoles o-> "employeesDB" DB
WardConsoles --> "EmployeeDB" DB
@enduml
| false | true | false | false | class |
6dca6248e797bf746681a67f7a64edcedcdf5f72 | dbae242aa472f88b442030e7bc2bdedf01aeff96 | /Appraisal.Shared/Models/diagrams/Class/AppraisalForm.puml | ab076d64b4a153b4e05b75a071137033311557de | [] | no_license | dalcantara/AppraisalPOC | 9a6af955787c2050d03a3d0aec4686051334d934 | ef0c7761800e954c7d90e170f351650b17658f06 | refs/heads/master | 2022-12-20T18:32:35.930223 | 2020-10-14T18:48:08 | 2020-10-14T18:48:08 | 291,987,503 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 283 | puml | @startuml
class AppraisalForm
{
Id
Title
}
class AppraisalFormQuestion
{
Name
DisplayText
}
class AppraisalFormQuestionOption
{
Name
Value
Type
}
AppraisalForm o--"1..*"AppraisalFormQuestion
AppraisalFormQuestion o--"1..*"AppraisalFormQuestionOption
@enduml
| false | true | false | false | class |
9ce7c231f01181a4582ad547bd0c2d4f714f0da5 | 2a64b2fcb2a818a14598508a202a15f90afedeb4 | /class-diagram.plantuml | e69a18ea1587c91310189a7cad7c586bd467fe09 | [] | no_license | marcellalves/plantuml-sandbox | a707eaf52eff3f77ea3c67abe2c4a6289a373224 | dde1f2103f3b4b02be25f567487af8e25400f1f4 | refs/heads/main | 2023-06-22T19:33:45.055149 | 2021-07-11T22:02:56 | 2021-07-11T22:02:56 | 385,060,381 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 358 | plantuml | @startuml Hello World
!define DARKBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
class MyClass {
<color:green>+ int count</color>
int number
String name
methodOne()
methodTwo()
}
class SecondClass {
int aSecretField
void secretMethod()
}
note left : note test
MyClass <|-- SecondClass
@enduml | false | true | false | false | class |
26a27f421d3873c7633f3aee02c51823210c11bf | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/playlist/package.puml | 56b9d48b3e5dbf283793f23633d2cd91e4b7a1f8 | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 2,266 | puml | @startuml
namespace ch.tofind.commusica.playlist {
class PlaylistTrack {
[[PlaylistTrack.html]]
-hasBeenPlayed: ReadOnlyBooleanWrapper
-votes: Integer
-votesProperty: IntegerProperty
-PlaylistTrack()
+PlaylistTrack(SavedPlaylist, Track)
+hasBeenPlayed(): ReadOnlyBooleanProperty
+getPlaylist(): SavedPlaylist
+getTrack(): Track
+getVotesProperty(): IntegerProperty
+upvote(): void
+downvote(): void
+update(): void
}
class PlaylistManager {
[[PlaylistManager.html]]
{static} -LOG: Logger
{static} -instance: PlaylistManager
-savedPlaylists: List<SavedPlaylist>
-playlist: EphemeralPlaylist
-favoritesPlaylist: SavedPlaylist
{static} +getInstance(): PlaylistManager
+getPlaylist(): EphemeralPlaylist
+createPlaylist(String): SavedPlaylist
+removePlaylist(SavedPlaylist): void
+getSavedPlaylists(): List<SavedPlaylist>
+getFavoritesPlaylist(): SavedPlaylist
+addTrackToFavorites(Track): void
+removeTrackFromFavorites(Track): void
-retrieveFavoritesPlaylist(): SavedPlaylist
-retrievePlaylists(): List<SavedPlaylist>
}
class VoteComparator {
[[VoteComparator.html]]
+compare(PlaylistTrack, PlaylistTrack): int
}
class PlaylistTrackId {
[[PlaylistTrackId.html]]
-playlist: SavedPlaylist
-track: Track
+PlaylistTrackId()
+PlaylistTrackId(SavedPlaylist, Track)
+setPlaylist(SavedPlaylist): void
+getPlaylist(): SavedPlaylist
+setTrack(Track): void
+getTrack(): Track
}
interface java.io.Serializable
java.io.Serializable <|.. PlaylistTrack
interface java.util.Comparator<T> {
{abstract} +compare(T, T): int
}
java.util.Comparator <|.. VoteComparator
java.io.Serializable <|.. PlaylistTrackId
PlaylistTrack --> PlaylistTrackId: id
}
@enduml
| false | true | false | false | sequence |
740d69128874400944ff8ce16994b6e3c1096aed | f79e54af52de1c34897653cdb0d4a81151efa6c1 | /Lab3_MaisosLenteles/diagrams/gui.plantuml | b83c2adb85f2756db89c257ec422a5bcf3a5b53c | [] | no_license | RestrainedEdge/Java_3 | dd9d8536577e90ff02724af2f8f081663b9a560a | cda89335a3562f3a5f5c5ad10dbaeebbe909e51d | refs/heads/main | 2023-01-23T20:47:51.445969 | 2020-11-15T15:46:11 | 2020-11-15T15:46:11 | 313,061,392 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,085 | plantuml | @startuml
title __GUI's Class Diagram__\n
namespace edu.ktu.ds.lab3.gui {
class edu.ktu.ds.lab3.gui.KsGui {
{static} - formatStartOfLine : boolean
{static} - lineNr : int
{static} + ou()
{static} + ou()
{static} + oun()
{static} + oun()
{static} + ounArgs()
{static} + ounerr()
{static} + ounerr()
{static} + ounerr()
{static} + setFormatStartOfLine()
{static} - getStartOfLine()
}
}
namespace edu.ktu.ds.lab3.gui {
class edu.ktu.ds.lab3.gui.MainWindow {
{static} - INSETS : Insets
{static} - INSETS_SMALLER : Insets
{static} - MESSAGES : ResourceBundle
{static} - SPACING : double
{static} - SPACING_SMALLER : double
{static} - TF_WIDTH : int
{static} - TF_WIDTH_SMALLER : int
- cmbCollisionTypes : ComboBox
- cmbHashFunctions : ComboBox
- colWidth : int
- initialCapacity : int
- loadFactor : float
- map : ParsableMap<String, Car>
- paneParam12Events : GridPane
- paneRight : GridPane
- sizeOfGenSet : int
- sizeOfInitialSubSet : int
- stage : Stage
- taEvents : TextArea
- taInput : TextArea
- table : MapTable<String[], String>
+ MainWindow()
{static} + createAndShowGui()
+ handle()
- appearance()
- createMap()
- fileChooseMenu()
- handleButtons()
- initComponents()
- loadFactorVerifier()
- mapGeneration()
- mapPut()
- notNegativeNumberVerifier()
- readMapParameters()
- updateHashtableParameters()
}
}
namespace edu.ktu.ds.lab3.gui {
abstract class edu.ktu.ds.lab3.gui.MainWindowMenu {
{static} - MESSAGES : ResourceBundle
+ MainWindowMenu()
{abstract} + handle()
- initComponents()
}
}
namespace edu.ktu.ds.lab3.gui {
abstract class edu.ktu.ds.lab3.gui.MapTable {
+ MapTable()
+ formTable()
{abstract} + returnValue()
}
}
namespace edu.ktu.ds.lab3.gui {
class edu.ktu.ds.lab3.gui.Panels {
{static} + BTN_STYLE : String
{static} + STYLE_COMMON : String
{static} + STYLE_ERROR : String
{static} + STYLE_PINK : String
{static} + TABLE_CELL_STYLE_EMPTY : String
{static} + TABLE_CELL_STYLE_FILLED : String
{static} - SPACING : int
- btns : List<Button>
- tfs : List<TextField>
+ Panels()
+ Panels()
+ getButtons()
+ getParametersOfTable()
+ getTfOfTable()
- initGridOfButtons()
- initTableOfParameters()
- paneLayout()
}
}
namespace edu.ktu.ds.lab3.gui {
class edu.ktu.ds.lab3.gui.ValidationException {
- value : String
+ ValidationException()
+ ValidationException()
+ getValue()
}
}
edu.ktu.ds.lab3.gui.MainWindow .up.|> javafx.event.EventHandler
edu.ktu.ds.lab3.gui.MainWindow -up-|> javafx.scene.layout.BorderPane
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.demo.CarsGenerator : carsGenerator
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.utils.HashType : ht
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.gui.MainWindowMenu : mainWindowMenu
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.gui.Panels : paneButtons
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.gui.Panels : paneParam1
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.gui.Panels : paneParam2
edu.ktu.ds.lab3.gui.MainWindowMenu .up.|> javafx.event.EventHandler
edu.ktu.ds.lab3.gui.MainWindowMenu -up-|> javafx.scene.control.MenuBar
edu.ktu.ds.lab3.gui.MapTable -up-|> javafx.scene.control.TableView
edu.ktu.ds.lab3.gui.Panels -up-|> javafx.scene.layout.GridPane
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
| false | true | false | false | class |
4058f3bcedcfc52e8c6aabfa2b72ef299da2a08a | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/UseCases/Manage-Applications/Simple-Application-in-Edge.puml | 0840d835a87fb3e603dbf03861d2da0ea69a4f6e | [] | 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 | 753 | puml | @startuml
package "Hybrid Cloud C3" #ffffaa {
component Application
}
package "In Vehicle" #lightblue {
component Egress as IVE
}
package "Edge" #lightgreen {
interface ingress as EVI
component OverlayNetwork
Application *-> OverlayNetwork
component Egress as EVE
component WebService
component Redis
component NodeJS
component Worker
Application *..> WebService
Application *..> Redis
Application *..> NodeJS
Application *..> Worker
WebService -- OverlayNetwork : 8080
OverlayNetwork -- Redis : 5000
OverlayNetwork -- NodeJS : 1337
OverlayNetwork -- Worker : 3000
EVI --> OverlayNetwork
OverlayNetwork --> EVE
}
package "Data Center" #ffaa88 {
interface Ingress as DCI
}
IVE --> EVI
EVE --> DCI
@enduml
| false | true | false | false | class |
8f127e08704b2cb53a1508ddc147fe9d9af932f6 | cbae2c225bd245204a40e41a25415c41604e6219 | /design_document/diagrams/sequence_diagram/sequence-diagram_editPersonalInfo.plantuml | 494c0a146cc1ea83c7e1f2276c03b01f23c13491 | [] | no_license | fcremo/AlfonsoCarsenzuolaCremonese-ingsw2 | c15da77f1c33c9cdd0dd1dbe0c79bfe7bfea3903 | 931288cf6f6e98e177432e5445c6361a0c3443c4 | refs/heads/master | 2021-03-30T17:25:41.027189 | 2017-11-26T20:43:18 | 2017-11-26T20:43:18 | 105,372,279 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,547 | plantuml | @startuml
actor User
participant WebServer
participant UserManagementService
participant DatabaseService
activate User #FFBBBB
User -> WebServer: PersonalArea
activate WebServer #FFBBBB
WebServer -> WebServer: LoadPersonalArea
WebServer --> User: ShowPersonalAreaPage
deactivate WebServer
User -> WebServer: EditPersonalInformation
activate WebServer #FFBBBB
WebServer -> UserManagementService: RequestPersonalUserInformation
activate UserManagementService #FFBBBB
UserManagementService -> DatabaseService: RequestUserData
activate DatabaseService #FFBBBB
DatabaseService -> UserManagementService: UserData
deactivate DatabaseService
UserManagementService -> WebServer: PersonalUserInformation
deactivate UserManagementService
WebServer --> User: ShowEditableInformationForm
deactivate WebServer
User -> WebServer: InsertEditatedInformation
activate WebServer #FFBBBB
WebServer -> UserManagementService: EditatedInformation
deactivate WebServer
activate UserManagementService #FFBBBB
UserManagementService -> UserManagementService: VerifyData
deactivate UserManagementService
alt correct data
UserManagementService -> DatabaseService: UploadData
activate DatabaseService #FFBBBB
UserManagementService -> WebServer: CorrectInsertedData
deactivate DatabaseService
activate WebServer #FFBBBB
WebServer --> User: ShowNewPersonalInformation
deactivate WebServer
else incorrect data
UserManagementService -> WebServer: IncorrectInsertedData
activate WebServer #FFBBBB
WebServer --> User: Error
deactivate WebServer
end
@enduml
| false | true | false | false | sequence |
d170a6ea7ff361e80c21aceb4a31b8ef471db3ea | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US5/US5_CD.puml | 6c735d011a5041b149e642f4787625731f17728f | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 587 | puml | @startuml
skinparam classAttributeIconSize 0
class RecordSampleUI{
}
class RecordSampleController{
+authenticate(email, password)
}
class Sample{
-barcode
-testID
}
class ExternalBarcodeAPI{
}
class Barcode{
+CreateBarcode()
}
class SampleStore{
+getSamples()
+addSample(sample)
}
class Company{
+getTestStore()
+getSampleStore()
+getClientStore()
}
RecordSampleUI ..> RecordSampleController
RecordSampleController ..> SampleStore
RecordSampleController ..> Company
Company --> Sample
SampleStore ..> Barcode
Barcode --> ExternalBarcodeAPI
Company ..> SampleStore
@enduml | false | true | false | false | class |
903706b35f2887b81373592ff3c8c4ff4bd94f85 | a49ba4c30368059d42896322ab2168b6c896ce22 | /doc/parallelsync.puml | 208f70ff7063db47961d37179c6ac8670dd7e77b | [
"CC0-1.0"
] | permissive | kawasima/parallel-api-example | 82eac31cadef0fdb7e15d4157b21857e9c164466 | 6e17aeb250f0bed1659c27e0607bbbe4bc3860ba | refs/heads/master | 2021-01-10T08:49:15.666250 | 2015-12-09T08:39:17 | 2015-12-09T08:39:17 | 47,677,549 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 263 | puml | @startuml
Browser -> Server: Request
activate Server
Server -> "API A":
activate "API A"
Server -> "API B":
activate "API B"
Server <-- "API B":
deactivate "API B"
Server <-- "API A":
deactivate "API A"
Browser <-- Server: Response
deactivate Server
@enduml | false | true | false | false | sequence |
c31af28e817bd656eb9abfb45f8c9cd7147f03f9 | 344a071ef570137e8190827adbf53bd3b7b057e5 | /Module_2/Trien_Khai_Queue_Su_Dung_Array/bin/com/codegym/MyQueueDiagram.plantuml | e2cce5891f54f7e7e4b56212991ec285c4c86dfa | [] | no_license | CaoXuanQuy1985/Codegym_Projects | d340198fd7e035c341e2ee6ea113c44e19a947f2 | cedc187f3eb69440a5893b68c9fa5de43fa2587b | refs/heads/master | 2021-01-05T06:32:00.807751 | 2020-07-02T06:59:17 | 2020-07-02T06:59:17 | 240,914,009 | 0 | 1 | null | 2020-10-13T20:47:43 | 2020-02-16T15:21:13 | Java | UTF-8 | PlantUML | false | false | 368 | plantuml | @startuml MyQueueDiagram
class MyQueue<T> {
- int capacity
- T[] underArray
- int head
- int tail
- int currentSize
+ MyQueue(int capacity)
+ boolean isQueueFull()
+ boolean isEmpty()
+ void enQueue(T elem)
+ T deQueue()
}
class MyQueueClient {
+ {static} void main(String[] args)
}
MyQueueClient *-- MyQueue
@enduml | false | true | false | false | class |
deac71c7d7b359eb4e06d34b9e4c71731fe2e4b1 | ccf9fc5773b6bdfcaa56ade105c4ad0f2bbf32b1 | /docs/class-diagram.puml | b86283e1ecd3afa5f1bf53a8a7cefedae4c0732b | [] | no_license | mayboroda/fifteen-puzzle | 07660282f4b90074611ebdff85331b8f1604e7d1 | ee0947e287d2463119084fc24aa7ed01295f34c6 | refs/heads/master | 2020-03-31T12:34:08.009231 | 2018-10-09T09:29:27 | 2018-10-09T09:29:27 | 152,220,871 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 508 | puml | @startuml
interface Game {
+ execute(GameCommand) : Future[Seq[GameEvent]]
+ execute(GameQuery) : Future[GameView]
}
interface Board<T> {
+ move(position:Pos) : Boolean
+ width():Int
+ height():Int
+ ordered():Boolean
+ twoDimension(): Seq[Seq[T]]
}
interface DataProvider<T> {
+ reference():Seq[T]
+ values():Seq[T]
+ zero():T
}
Game <|-- ClassicFifteenGame
Board <|-- ArrayBoard
DataProvider <|-- FifteenDataProvider
ArrayBoard -> DataProvider: has
ClassicFifteenGame -> Board: has
@enduml | false | true | false | false | sequence |
9f1fc76980a24a909147b4a8b6abb4fd5ef0743f | 261f3d4fd238b13676398b33df2304142bf505a0 | /docs/hrDiagram/CommandDelMember.puml | e4371e680b98f1212a23506dab1e8235f4cb1d42 | [] | no_license | AY2021S1-CS2113T-F14-1/tp | 8a917e7e02274af464095b31ee695282f294737c | 9e05f06f9f338e4059e96faa992c22a1bad412e7 | refs/heads/master | 2023-01-09T19:46:16.021830 | 2020-11-13T12:07:10 | 2020-11-13T12:07:10 | 300,518,941 | 0 | 4 | null | 2020-11-13T12:07:11 | 2020-10-02T06:13:45 | Java | UTF-8 | PlantUML | false | false | 576 | puml | @startuml
-> ":CommandDelMember": execute()
activate ":CommandDelMember"
activate ":MemberList"
":CommandDelMember" -> ":MemberList" : deleteFromList(index)
activate ":MemberList"
":MemberList" -> ":Member" : toString()
activate ":Member"
ref over ":Member", ":MemberList"
updateEventAttendance(memberName)
end ref
return output
ref over ":MemberList", ":Member", ":EventList", ":Event"
deleteFromEvents(memberName)
end ref
":MemberList" -> ":Member" !!
return output
deactivate ":MemberList"
<-- ":CommandDelMember" : output
deactivate ":CommandDelMember"
@enduml | false | true | false | false | sequence |
63fe1fcf5d648c1633439c55932bb7ff8bbde9be | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingMethodResourceIdentifier.puml | bfe883957cd38777c769b04f39b7c012fea91f3d | [] | 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 | 6,134 | 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 ShippingMethodResourceIdentifier [[ShippingMethodResourceIdentifier.svg]] extends ResourceIdentifier {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ResourceIdentifier [[ResourceIdentifier.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface CartDraft [[CartDraft.svg]] {
currency: String
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]]
anonymousId: String
businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
lineItems: [[LineItemDraft.svg List<LineItemDraft>]]
customLineItems: [[CustomLineItemDraft.svg List<CustomLineItemDraft>]]
taxMode: [[TaxMode.svg TaxMode]]
externalTaxRateForShippingMethod: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[BaseAddress.svg BaseAddress]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
shippingMode: [[ShippingMode.svg ShippingMode]]
customShipping: [[CustomShippingDraft.svg List<CustomShippingDraft>]]
shipping: [[ShippingDraft.svg List<ShippingDraft>]]
itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]]
discountCodes: [[String.svg List<String>]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
deleteDaysAfterLastModification: Long
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CartAddShippingMethodAction [[CartAddShippingMethodAction.svg]] {
action: String
shippingKey: String
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CartSetShippingMethodAction [[CartSetShippingMethodAction.svg]] {
action: String
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface MyCartDraft [[MyCartDraft.svg]] {
currency: String
customerEmail: String
businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
lineItems: [[MyLineItemDraft.svg List<MyLineItemDraft>]]
taxMode: [[TaxMode.svg TaxMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[BaseAddress.svg BaseAddress]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]]
discountCodes: [[String.svg List<String>]]
country: String
locale: String
deleteDaysAfterLastModification: Long
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface MyCartSetShippingMethodAction [[MyCartSetShippingMethodAction.svg]] {
action: String
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface StagedOrderSetShippingAddressAndShippingMethodAction [[StagedOrderSetShippingAddressAndShippingMethodAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface StagedOrderSetShippingMethodAction [[StagedOrderSetShippingMethodAction.svg]] {
action: String
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface ShippingInfoImportDraft [[ShippingInfoImportDraft.svg]] {
shippingMethodName: String
price: [[Money.svg Money]]
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxRate: [[TaxRate.svg TaxRate]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
discountedPrice: [[DiscountedLineItemPriceDraft.svg DiscountedLineItemPriceDraft]]
shippingMethodState: [[ShippingMethodState.svg ShippingMethodState]]
}
ShippingMethodResourceIdentifier --> CartDraft #green;text:green : "shippingMethod"
ShippingMethodResourceIdentifier --> CartAddShippingMethodAction #green;text:green : "shippingMethod"
ShippingMethodResourceIdentifier --> CartSetShippingMethodAction #green;text:green : "shippingMethod"
ShippingMethodResourceIdentifier --> MyCartDraft #green;text:green : "shippingMethod"
ShippingMethodResourceIdentifier --> MyCartSetShippingMethodAction #green;text:green : "shippingMethod"
ShippingMethodResourceIdentifier --> StagedOrderSetShippingAddressAndShippingMethodAction #green;text:green : "shippingMethod"
ShippingMethodResourceIdentifier --> StagedOrderSetShippingMethodAction #green;text:green : "shippingMethod"
ShippingMethodResourceIdentifier --> ShippingInfoImportDraft #green;text:green : "shippingMethod"
@enduml
| false | true | false | false | sequence |
ef12b95155b812a063d3050d7c09c301a2edba1e | b04d5166435afbe4a531aaccc447a40c92bb649b | /docs/UseCases/Manage-Policies/Manage-Local-Policies.puml | b2c13e54343dc6b097ac6bc9f03d5340b0fec225 | [] | no_license | CAADE/CloudLet | bc8e2d2ca4662aa60732888d727fca11d4045f66 | 08066bb296578ca6dc60a20388b15cb0f08425c4 | refs/heads/master | 2021-07-24T19:23:37.384552 | 2018-08-11T13:37:52 | 2018-08-11T13:37:52 | 81,122,426 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 271 | puml | @startuml
Actor "actorName" as A
box "Manage-Policies" #lightblue
participant CLI as CLI
participant Web as Web
participant "cloudlet" as S
A -> CLI : cloudlet-local-manage()
CLI -> S : local/manage()
A -> Web : local/manage()
Web -> S : local/manage()
end box
@enduml
| false | true | false | false | sequence |
3f2a8966e5c08b09769453cce446328a90e7216b | 6bed988570665129a7ab8fea95ec6ecaaa846804 | /src/main/java/br/com/psytecnology/domain/enums/enums.plantuml | 8161ccc014bec8b3655df9c7b1c5bcf831f58344 | [] | no_license | adrianolmorais/estudos-spring-boot | 4c2990beff5f65f0a801898675a5f3aadc39da01 | 94b7717d6f5a7a5db28f7ceb738bd45c9247296e | refs/heads/master | 2022-10-02T12:31:06.274920 | 2020-06-06T04:16:01 | 2020-06-06T04:16:01 | 259,220,555 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 392 | plantuml | @startuml
title __ENUMS's Class Diagram__\n
namespace br.com.psytecnology {
namespace domain.enums {
enum StatusPedido {
CANCELADO
REALIZADO
}
}
}
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
| false | true | false | false | class |
7d6f61c0e815b777343da168a393647da13fb932 | 3289e7b4fa7f72772dc5a37a8da47f90b1eeffe6 | /src/main/java/ex45/App UML File.puml | a88509832ec32a98adf4e49ae3ef1d53c3af5155 | [] | no_license | Sabrina-Lopez/lopez-cop3330-assignment3 | ec2c25c5bcd184ff1e3b00c68aef06076ff41ffb | 78d1596134ca462674ab03b07e53865177eeaae9 | refs/heads/master | 2023-08-30T21:59:34.916799 | 2021-10-12T03:57:13 | 2021-10-12T03:57:13 | 415,290,431 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,065 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+static void main() throws IOException
+static ArrayList<String> utilizeWordRemover(String utilizeVariant, String utilize,
String utilized, String utilizes, String utilizing, ArrayList<String> ex45InputLines)
}
class File {
ex45InputFile : File
ex45OutputFile : File
ex45OutputFileOutput : FileWriter
ex45OutputFile.createNewFile()
ex45OutputFileCreated()
ex45OutputFileOutput.write()
ex45OutputFileOutput.close()
}
class String {
utilizeVariant : String
utilized : String
utilizes : String
utilize : String
utilizing : String
}
class main {
ex45OutputFileCreated : boolean
}
class utilizeWordRemover {
inputLine.contains(utilizeVariant)
utilizeWordRemover(utilizeVariant, utilize, utilized, utilizes, utilizing, ex45InputLines)
}
class ArrayList {
ex45InputLines : ArrayList<String>
ex45InputLines.add(nextLine)
ex45ChangedInputLines : ArrayList<String>
ex45ChangedInputLines.add(inputLine.replace(utilize, "use"))
ex45ChangedInputLines.add(inputLine)
}
class Scanner {
inputLinesInput : Scanner
inputLinesInput.nextLine()
inputLinesInput.hasNextLine()
outputFileNameInput : Scanner
outputFileNameInput.nextLine()
}
App *- main : contains >
App *- utilizeWordRemover : contains >
main *- File : contains >
main *- String : contains >
main *- Scanner : contains >
main *- ArrayList : contains >
utilizeWordRemover *- ArrayList : contains >
File -- Scanner : input file inputted into >
Scanner -- String : scanned lines put into >
Scanner -- String : user output file name put into >
String -- ArrayList : string put into ex45InputLines >
ArrayList -- utilizeWordRemover : result inputted into <
File -- main : file inputted into boolean in >
File -- ArrayList : modified input lines printed to output file in >
String -- utilizeWordRemover : utilize word variations put into >
ArrayList -- ArrayList : ex45InputLines put into ex45ChangedInputLines, modified or not >
@enduml | false | true | false | false | class |
ff9e2247b34e17ca5744169e163d9eeeca17e69c | 1dfa5ad63ca1e2c5c4478090edd67f35266358e0 | /Abhigyan_Sayan_Tushar_Vivek_Unit1/misc/code.plantuml | 63e4bee9e512848035d624db866f15edc1bd2fb3 | [] | no_license | sayan-dey/Unit-1 | 0359acdd1fe34a3322ffc4b260442fabdb8cbd63 | 3009d329b3a8264e853b33d82ce837fd13ad26e1 | refs/heads/main | 2023-03-15T01:39:32.150667 | 2021-02-17T07:44:16 | 2021-02-17T07:44:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,714 | plantuml | @startuml
title __CODE's Class Diagram__\n
class AddPartyView {
- addPatron : JButton
- allBowlers : JList
- bowlerdb : Vector
- finished : JButton
- lock : Integer
- maxSize : int
- newPatron : JButton
- party : Vector
- partyList : JList
- remPatron : JButton
- selectedMember : String
- selectedNick : String
- win : JFrame
+ AddPartyView()
+ actionPerformed()
+ getNames()
+ getParty()
+ updateNewPatron()
+ valueChanged()
}
class Alley {
+ Alley()
+ getControlDesk()
}
class Bowler {
- email : String
- fullName : String
- nickName : String
+ Bowler()
+ equals()
+ getEmail()
+ getFullName()
+ getNick()
+ getNickName()
}
class BowlerFile {
{static} - BOWLER_DAT : String
{static} + getBowlerInfo()
{static} + getBowlers()
{static} + putBowlerInfo()
}
class ControlDesk {
- lanes : HashSet
- numLanes : int
- subscribers : Vector
+ ControlDesk()
+ addPartyQueue()
+ assignLane()
+ getLanes()
+ getNumLanes()
+ getPartyQueue()
+ publish()
+ run()
+ subscribe()
+ viewScores()
- registerPatron()
}
class ControlDeskEvent {
- partyQueue : Vector
+ ControlDeskEvent()
+ getPartyQueue()
}
interface ControlDeskObserver {
{abstract} + receiveControlDeskEvent()
}
class ControlDeskView {
- addParty : JButton
- assign : JButton
- finished : JButton
- maxMembers : int
- partyList : JList
- win : JFrame
+ ControlDeskView()
+ actionPerformed()
+ receiveControlDeskEvent()
+ updateAddParty()
}
class EndGamePrompt {
- noButton : JButton
- result : int
- selectedMember : String
- selectedNick : String
- win : JFrame
- yesButton : JButton
+ EndGamePrompt()
+ actionPerformed()
+ distroy()
+ getResult()
}
class EndGameReport {
- finished : JButton
- memberList : JList
- myVector : Vector
- printButton : JButton
- result : int
- retVal : Vector
- selectedMember : String
- win : JFrame
+ EndGameReport()
+ actionPerformed()
+ destroy()
+ getResult()
{static} + main()
+ valueChanged()
}
class Lane {
- ball : int
- bowlIndex : int
- bowlerIterator : Iterator
- canThrowAgain : boolean
- cumulScores : int[][]
- curScores : int[]
- finalScores : int[][]
- frameNumber : int
- gameFinished : boolean
- gameIsHalted : boolean
- gameNumber : int
- partyAssigned : boolean
- scores : HashMap
- subscribers : Vector
- tenthFrameStrike : boolean
+ Lane()
+ assignParty()
+ getPinsetter()
+ isGameFinished()
+ isPartyAssigned()
+ pauseGame()
+ publish()
+ receivePinsetterEvent()
+ run()
+ subscribe()
+ unPauseGame()
+ unsubscribe()
- getScore()
- lanePublish()
- markScore()
- resetBowlerIterator()
- resetScores()
}
class LaneEvent {
~ ball : int
~ cumulScore : int[][]
~ curScores : int[]
~ frame : int
~ frameNum : int
~ index : int
~ mechProb : boolean
~ score : HashMap
+ LaneEvent()
+ getBall()
+ getBowler()
+ getCumulScore()
+ getCurScores()
+ getFrame()
+ getFrameNum()
+ getIndex()
+ getParty()
+ getScore()
+ isMechanicalProblem()
}
interface LaneEventInterface {
{abstract} + getBall()
{abstract} + getBowler()
{abstract} + getCumulScore()
{abstract} + getCurScores()
{abstract} + getFrame()
{abstract} + getFrameNum()
{abstract} + getIndex()
{abstract} + getParty()
{abstract} + getScore()
}
interface LaneObserver {
{abstract} + receiveLaneEvent()
}
interface LaneServer {
{abstract} + subscribe()
}
class LaneStatusView {
~ laneNum : int
~ laneShowing : boolean
~ psShowing : boolean
- curBowler : JLabel
- foul : JLabel
- jp : JPanel
- maintenance : JButton
- pinsDown : JLabel
- viewLane : JButton
- viewPinSetter : JButton
+ LaneStatusView()
+ actionPerformed()
+ receiveLaneEvent()
+ receivePinsetterEvent()
+ showLane()
}
class LaneView {
~ ballGrid : JPanel[][]
~ ballLabel : JLabel[][]
~ balls : JPanel[][]
~ bowlIt : Iterator
~ bowlers : Vector
~ cpanel : Container
~ cur : int
~ frame : JFrame
~ maintenance : JButton
~ pins : JPanel[]
~ scoreLabel : JLabel[][]
~ scores : JPanel[][]
- initDone : boolean
- roll : int
+ LaneView()
+ actionPerformed()
+ hide()
+ receiveLaneEvent()
+ show()
- makeFrame()
}
class NewPatronView {
- abort : JButton
- done : boolean
- email : String
- emailField : JTextField
- emailLabel : JLabel
- finished : JButton
- full : String
- fullField : JTextField
- fullLabel : JLabel
- maxSize : int
- nick : String
- nickField : JTextField
- nickLabel : JLabel
- selectedMember : String
- selectedNick : String
- win : JFrame
+ NewPatronView()
+ actionPerformed()
+ done()
+ getEmail()
+ getFull()
+ getNick()
}
class Party {
- myBowlers : Vector
+ Party()
+ getMembers()
}
class PinSetterView {
- firstRoll : JPanel
- frame : JFrame
- pinVect : Vector
- secondRoll : JPanel
+ PinSetterView()
+ hide()
{static} + main()
+ receivePinsetterEvent()
+ show()
}
class Pinsetter {
- foul : boolean
- pins : boolean[]
- rnd : Random
- subscribers : Vector
- throwNumber : int
+ Pinsetter()
+ ballThrown()
+ reset()
+ resetPins()
+ subscribe()
- sendEvent()
}
class PinsetterEvent {
- foulCommited : boolean
- pinsDownThisThrow : int
- pinsStillStanding : boolean[]
- throwNumber : int
+ PinsetterEvent()
+ getThrowNumber()
+ isFoulCommited()
+ pinKnockedDown()
+ pinsDownOnThisThrow()
+ totalPinsDown()
}
interface PinsetterObserver {
{abstract} + receivePinsetterEvent()
}
class PrintableText {
~ POINTS_PER_INCH : int
~ text : String
+ PrintableText()
+ print()
}
class Queue {
- v : Vector
+ Queue()
+ add()
+ asVector()
+ hasMoreElements()
+ next()
}
class Score {
- date : String
- nick : String
- score : String
+ Score()
+ getDate()
+ getNickName()
+ getScore()
+ toString()
}
class ScoreHistoryFile {
{static} - SCOREHISTORY_DAT : String
{static} + addScore()
{static} + getScores()
}
class ScoreReport {
- content : String
+ ScoreReport()
+ sendEmail()
+ sendPrintout()
+ sendln()
+ sendln()
}
class drive {
{static} + main()
}
AddPartyView .up.|> java.awt.event.ActionListener
AddPartyView .up.|> javax.swing.event.ListSelectionListener
AddPartyView o-- ControlDeskView : controlDesk
Alley o-- ControlDesk : controldesk
ControlDesk o-- Queue : partyQueue
ControlDeskView .up.|> ControlDeskObserver
ControlDeskView .up.|> java.awt.event.ActionListener
ControlDeskView o-- ControlDesk : controlDesk
EndGamePrompt .up.|> java.awt.event.ActionListener
EndGameReport .up.|> java.awt.event.ActionListener
EndGameReport .up.|> javax.swing.event.ListSelectionListener
Lane .up.|> PinsetterObserver
Lane o-- Bowler : currentThrower
Lane o-- Party : party
Lane o-- Pinsetter : setter
LaneEvent o-- Bowler : bowler
LaneEvent o-- Party : p
LaneStatusView .up.|> LaneObserver
LaneStatusView .up.|> PinsetterObserver
LaneStatusView .up.|> java.awt.event.ActionListener
LaneStatusView o-- Lane : lane
LaneStatusView o-- LaneView : lv
LaneStatusView o-- PinSetterView : psv
LaneView .up.|> LaneObserver
LaneView .up.|> java.awt.event.ActionListener
LaneView o-- Lane : lane
NewPatronView .up.|> java.awt.event.ActionListener
NewPatronView o-- AddPartyView : addParty
PinSetterView .up.|> PinsetterObserver
PrintableText .up.|> java.awt.print.Printable
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
| false | true | false | false | class |
d31367e0b84cbcfcaec3240963b02cb375c18044 | c6ec0691eaf88515667980a8c65e233d22cef417 | /strategy/strategy-classes.puml | 19586a65d8e28c4e5f56597476677ddb5fb98258 | [] | no_license | rvazquezglez/design-patterns-workshop | 220bf24c011996f28f914199044640e484fab3d4 | 2c063e92b3e91e1552ec71156c04f575cd6961ee | refs/heads/master | 2021-07-18T10:15:26.946313 | 2021-07-15T04:16:10 | 2021-07-15T04:16:10 | 49,338,908 | 4 | 5 | null | null | null | null | UTF-8 | PlantUML | false | false | 231 | puml | @startuml
interface Strategy {
+execute()
}
class ConcreteStrategy1 {
+execute()
}
class ConcreteStrategy2 {
+execute()
}
Context *-right- Strategy
Strategy <|-- ConcreteStrategy1
Strategy <|-- ConcreteStrategy2
@enduml | false | true | false | false | class |
86ce28f9c3319da62e08d7a9ec129e70b11a3928 | 8f1f47d40d6df748cb2ef2d8e70fad6a98e6deb0 | /docs/Dissertation/figures/engine.puml | f85ae7b4fb19bcf895f14c80df7a5bb5e871f8a3 | [] | no_license | swdevbali/A-Tactical-RPG-Engine | e01a1b9687780a5854fdd687c248de6030944703 | 91ba80bf464940710ed4f9917014b5b026c38c57 | refs/heads/master | 2020-12-01T01:15:21.718623 | 2012-04-13T21:14:07 | 2012-04-13T21:14:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 738 | puml | @startuml img/activity_img01.png
skinparam componentStyle uml2
(*) --> "Main Controller"
-down->[startMap(name)] "Map Controller"
"Map Controller" -->[MapFinishedNotific] "Main Controller"
"Map Controller" -->[MapFinishedNotification] "Main Controller"
"View" -->[prefom action]"Map Controller"
-->[Convert representation] "Map Model"
-->[update(Notification)] "View"
"aa" -right-> "View"
@enduml
--> "Display Start Dialog"
-right-> "Display Win Conditions"
--> "Place Units"
-left-> "Battle"
"Load Map" --> "Player Won?"
if "Player Won?" then
-right->[yes] "Display End Dialog"
if "More Maps?" then
-->[next] "Load Map"
else
--> "Game Finished"
endif
else
-->[no] "Gameover"
endif
| false | true | false | false | activity |
cbcf57fd496edc7ee74ef1acc6d9b3b895feba0b | 942438f1316c8c5bcb8f4d705290fec63a7f1446 | /src/main/java/tech/eportfolio/server/common/utility/utility.plantuml | a1038927ef58a81eaa955755b625a70832c3bb24 | [] | no_license | eportfolio-tech/server | 30ab0be7c66902552673de2d9401a71c9d88f787 | 058cf845b2a1b56487e61908266bae8a7c0203d6 | refs/heads/dev | 2023-01-20T07:06:12.074820 | 2020-12-02T15:31:42 | 2020-12-02T15:31:42 | 284,626,361 | 0 | 0 | null | 2020-11-02T08:41:44 | 2020-08-03T06:55:12 | Java | UTF-8 | PlantUML | false | false | 1,794 | plantuml | @startuml
title __UTILITY's Class Diagram__\n
namespace tech.eportfolio.server {
namespace common.utility {
class tech.eportfolio.server.common.utility.AvatarGenerator {
+ generateGithubAvatar()
}
}
}
namespace tech.eportfolio.server {
namespace common.utility {
class tech.eportfolio.server.common.utility.JSONUtil {
{static} + convertJsonNodeToDbObject()
- JSONUtil()
}
}
}
namespace tech.eportfolio.server {
namespace common.utility {
class tech.eportfolio.server.common.utility.JWTTokenProvider {
+ refreshKey : String
+ signKey : String
+ generateAccessToken()
+ generateJWTToken()
+ generateRefreshToken()
+ getAuthentication()
+ getAuthorities()
+ getClaimsFromUser()
+ getJWTVerifier()
+ getSubject()
+ isTokenExpired()
+ isTokenValid()
- getClaimsFromToken()
}
}
}
namespace tech.eportfolio.server {
namespace common.utility {
class tech.eportfolio.server.common.utility.NullAwareBeanUtilsBean {
{static} + copyProperties()
{static} + getNullPropertyNames()
- NullAwareBeanUtilsBean()
}
}
}
namespace tech.eportfolio.server {
namespace common.utility {
class tech.eportfolio.server.common.utility.ParagraphProvider {
{static} + paragraph()
{static} + sentence()
- ParagraphProvider()
{static} - paragraphs()
}
}
}
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
| false | true | false | false | class |
ff5a8cbf51ef7391f5d1d8694ac4affae81122be | 6400335b96d56ac2c651c30af1d0ebed2ed34b7c | /03-Hotel/20201-01/cu01-1-mdd.plantuml | b465f8b927ad39ae43f2e494c4e82c8c5f911708 | [] | no_license | ChristopheTremblay/LOG210-exercices | 43f02513fcaabee8e62363b0b8604500b587815d | e5dee4533a3d69be3b1209edd000a062b6806181 | refs/heads/master | 2023-01-19T21:08:48.080941 | 2020-11-16T16:35:03 | 2020-11-16T16:35:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 824 | plantuml | @startuml Notez une réservation
skinparam Style strictuml
class "Commis" as CO <C05>
class "Client" as CL <C05> {
nom: String
telephone: String
}
class "Reservation" as RE <C01> {
noConfirmation: String
}
class "Hotel" as HO <C06,C08>
class "Chambre" as CH <C03>
note right: Multiplicité entre Séjour et Chambre\n correspond à la quantité de chambres\n demandé par le client
class "Categorie" as CA <C09>{
nom: String
}
class "LigneReservation" as SE <C02>{
dateArrive: DateTime
dateDépart: DateTime
}
CO "1" -- "*" RE : A04\neffectue >
CL "1" -- "*" RE : A04\ndemande >
RE "1" -- "*" SE : A02\nest contenu dans <
SE "1" -- "*" CH : A03\nest contenu dans <
HO "1" -- "*" CO : A09\nest employé par <
HO "1" -- "*" CH : A05\n appartient à <
CH "*" -- "1" CA : A07 decrit <
@enduml
| false | true | true | false | class |
5425c30da6235abb6786762205e936089c3cc884 | f1ec204a4d5b8c75077ffc06fcbf42aea3f75aeb | /uml/Calculator.puml | 7c98f9f4f6b8217e18df6733370b6fe9ee19a716 | [] | no_license | MaverickRaider/GUICalculator | 9b58450ac6bbb785141e7720f79f58b39527280e | 5ea4d4d2018dd8aae1f76f2f9985a294f002355a | refs/heads/master | 2023-06-10T10:12:24.478864 | 2021-07-03T17:02:10 | 2021-07-03T17:02:10 | 382,453,289 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 641 | puml | @startuml
'https://plantuml.com/class-diagram
class Calculator {
main()
start()
}
class CalculatorController {
resultDisplay: TextField
clearButtonClicked()
enterButtonClicked()
addButtonClicked()
divButtonClicked()
subButtonClicked()
multiButtonClicked()
oneButtonClicked()
twoButtonClicked()
threeButtonClicked()
fourButtonClicked()
fiveButtonClicked()
sixButtonClicked()
sevenButtonClicked()
eightButtonClicked()
nineButtonClicked()
zeroButtonClicked()
deciButtonClicked()
}
javafx.Application <|-- Calculator
Calculator -- CalculatorController
@enduml | false | true | false | false | class |
871b0c57afb1cfddfa77c00c98a7a7e01495cb0e | 4bd1b26d665a1455daef3ea091b6e06cefc3c44d | /uml/diagram.puml | af71572da95acf63855e6c45c08c90e4e34f6b71 | [] | no_license | Curtiellas/curtiellas-cop3330-assignment4 | e7f1664a34b6dd66483ba605f2e162cbfc02d5fb | bb3cfbe229e9f034b4454b3ef48d7118494ca296 | refs/heads/master | 2023-08-27T22:18:47.958195 | 2021-11-01T03:27:21 | 2021-11-01T03:27:21 | 420,818,413 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,468 | puml | @startuml
'https://plantuml.com/class-diagram
class Global {
+String saveDirectory
+toDoList[] mainList
}
class App {
+start()
+main()
}
class Controller {
-Label displayListLabel
-Label helpMessage
-- General Tools --
#setHelpMessage()
#exitGUI()
-- List Tools --
#removeList()
#editListTitle()
#displayList()
#saveOneList()
#saveAllLists()
#loadOneList()
#loadAllLists()
-- Task Tools --
#addTask()
#removeTask()
#editDescription()
#editDate()
#editStatus()
}
class SaveLoad {
+saveFile()
+loadFile()
+getFilePaths()
}
class toDoList {
-String title
-Task[] taskList
+setters()
+getters()
}
class Task {
-String description
-String dueDate
-String status
+setters()
+getters()
}
Controller::saveOneList -right-> SaveLoad::saveFile
Controller::saveAllLists -right-> SaveLoad::saveFile
Controller::loadOneList -right-> SaveLoad::loadFile
Controller::loadAllLists -right-> SaveLoad::loadFile
App .right. Controller
Task -right*toDoList
toDoList -right* Global
Global::saveDirectory -down-> SaveLoad
Global::mainList -> Controller
note bottom of Controller : Manages all user interactions\nand modifies to-do lists
note top of Global : Directory path where files are stored,\nand array that holds all to-do lists
note bottom of SaveLoad : Tools that create/write to files and\nextract the information from files
@enduml | false | true | false | false | sequence |
16a703916b7be4de66d5113ee79b41d3fce26a2a | 58f5766244826918a3cf79312f861f76c5aa6f7d | /Documents/uml/Bindings/ErrorNotificationBindableBase.puml | df9f041f15b65e6810961e04797969bb7cbd2308 | [
"MIT"
] | permissive | BillKrat/CsvEditSharp | 3835aa9d7955a33830be47b044d3c05763c68dff | a91334a8aa1b08c4f7fe38116892b088e92d4da4 | refs/heads/master | 2022-01-28T15:31:06.719793 | 2019-07-28T11:39:25 | 2019-07-28T11:39:25 | 198,216,226 | 0 | 1 | MIT | 2019-07-22T12:10:45 | 2019-07-22T12:10:44 | null | UTF-8 | PlantUML | false | false | 328 | puml | @startuml
abstract class ErrorNotificationBindableBase {
+ HasErrors : bool <<get>>
+ <<event>> ErrorsChanged : EventHandler<DataErrorsChangedEventArgs>
+ GetErrors(propertyName:string) : IEnumerable
}
BindableBase <|-- ErrorNotificationBindableBase
INotifyDataErrorInfo <|-- ErrorNotificationBindableBase
@enduml
| false | true | false | false | class |
cf0789ebb30c0cb5ac6d7bee1d555c6ddeaedfbf | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/middleware02/production/MiddlewareCommLinkManagerImplementation/MiddlewareCommLinkManagerImplementation.puml | 5d1065aacbb3edb5c7ea90d7d601489f4444e6ee | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 628 | puml | @startuml MiddlewareCommLinkManagerImplementation
package edu.oakland.production.middleware02 {
class MiddlewareCommLinkManagerImplementation {
- MiddlewareCommDatabaseInterface middlewareCommDatabaseInterface
- MiddlewareGisManager middlewareGisManager
__
+ MiddlewareCommLinkManagerImplementation(
\tMiddlewareCommDatabaseInterface middlewareCommDatabaseInterface
\tMiddlewareGisManager middlewareGisManager)
.. Use Case 1 ..
+ TrackData parseRfid(int rfid)
- float calculateLocationDataPoint()
- float calculateTrackData()
}
}
@enduml
| false | true | false | false | class |
62139d63af5684053d11c19d65170d7e3726b081 | 96a9886d551dbc4de85368320e5b3b352a566141 | /head_first/Head-First-Design-Patterns-master/src/headfirst/designpatterns/builder/pizza/sequence.puml | 8cd4954e83290528adfbed4529601a8d084445c3 | [] | no_license | kanlee2010/java-design-pattern | bec58d1f3947c45beeb8c9272fc7246ef8cffbb9 | 4bbf499491024d8c8e356393ab72bf7d1a85ed01 | refs/heads/master | 2023-07-05T01:02:54.335377 | 2021-08-26T09:28:32 | 2021-08-26T09:28:32 | 309,120,633 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 691 | puml | @startuml
actor java
java -> PizzaDirector : main
create VeggieLoversPizzaBuilder
PizzaDirector -> VeggieLoversPizzaBuilder : new
PizzaDirector -> VeggieLoversPizzaBuilder : addSauce
PizzaDirector -> VeggieLoversPizzaBuilder : addCheese
PizzaDirector -> VeggieLoversPizzaBuilder : addOlives
PizzaDirector -> VeggieLoversPizzaBuilder : addTomatoes
PizzaDirector -> VeggieLoversPizzaBuilder : addSausage
PizzaDirector -> VeggieLoversPizzaBuilder : build
create Pizza
VeggieLoversPizzaBuilder -> Pizza : new
PizzaDirector <- VeggieLoversPizzaBuilder : return pizza
PizzaDirector -> Pizza : prepare
PizzaDirector -> Pizza : bake
PizzaDirector -> Pizza : cut
PizzaDirector -> Pizza : box
@enduml | false | true | false | false | sequence |
a2620aa2e8ad01c35e949b71dd60dcbae65e529a | b0458d313fe8fdfd38f6b6e7ced835dd3251931f | /docs/diagram-class.puml | 3b2d9efbceafa20d0cc7f42a330d5a0c8926ca57 | [] | no_license | highestgoodlikewater/yii2-nav | b95529d7285bee28eb778c324b1210a430a17fba | 981e5b43fe02a94f032925c5bb7ab66410d34c85 | refs/heads/master | 2021-01-17T18:22:55.209190 | 2016-01-05T16:04:22 | 2016-01-05T16:04:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 667 | puml | @startuml
namespace chervand.nav.models {
class Nav {
+ id : int
+ title : string
+ description : text
+ load () : Nav
}
class Assignment {
+ nav_id : int
+ type : int
+ assignment : string
}
class Item {
+ name : string
+ label : string
+ url : string
+ description : text
}
class ItemChild {
+ nav_id : int
+ parent_name : string
+ child_name : string
+ weight : int
}
Nav "1" -- "0..*" Assignment
Nav "1" -- "0..*" ItemChild
Item "1" -- "0..*" Item
ItemChild .. (Item, Item)
}
@enduml | false | true | false | false | class |
95e8a93c712637af1ac46dc92ec048a27915a4d9 | 2ab8d8842cc6ae8bd0c948a6efe7adceb3646f36 | /docs/proposals/images/node-os-image-cache.plantuml | 527a06cddfc00305130e37f2d1e9bd9e4b216404 | [
"Apache-2.0"
] | permissive | kubernetes-sigs/cluster-api-provider-azure | 2851918dd79365c42b12c636ef6111de42661f65 | a0502479edcf31759977fbbc4bafa6d8cbf823a7 | refs/heads/main | 2023-08-18T10:59:40.134404 | 2023-08-17T19:06:29 | 2023-08-17T19:06:29 | 137,134,442 | 285 | 370 | Apache-2.0 | 2023-09-14T19:28:53 | 2018-06-12T22:29:45 | Go | UTF-8 | PlantUML | false | false | 950 | plantuml | @startuml
title Figure 1. Controller replaces Node OS image
[*] --> ChooseHealthyNode : given interval of time has passed
ChooseHealthyNode : Choose a healthy node to become the new prototype image
ChooseHealthyNode --> ShutdownChosenNode
ShutdownChosenNode : Cleanly shut down the node by cordoning and draining it
ShutdownChosenNode --> SnapshotChosenNode
SnapshotChosenNode : Create a snapshot of the node's disk (OS Image)
SnapshotChosenNode --> RestartChosenNode
RestartChosenNode : Restart the node so it can continue operating in the cluster as it was
RestartChosenNode --> CreateComputeImageGalleryImage
CreateComputeImageGalleryImage : Create a compute image gallery image from the snapshot
CreateComputeImageGalleryImage --> DeleteSnapshot
DeleteSnapshot : Delete the snapshot
DeleteSnapshot --> ConfigureAzureMachinePool
ConfigureAzureMachinePool : Configure the AzureMachinePool to use the new Compute Image Gallery Image
@enduml | false | true | false | false | sequence |
82b094a7a91f612b05f869441840f2c4131d43be | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ParcelMeasurementsUpdatedMessagePayload.puml | 021511a54c0f26cca862140bdf7464797c536d00 | [] | 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 | 581 | 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 ParcelMeasurementsUpdatedMessagePayload [[ParcelMeasurementsUpdatedMessagePayload.svg]] extends OrderMessagePayload {
type: String
deliveryId: String
parcelId: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
shippingKey: String
}
interface OrderMessagePayload [[OrderMessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
6edd08c38a09c2f07aae4617af55ca49d533a8a1 | ac1615f8b1bf7b82bcd4bf178f62179c63fedaf5 | /src/com/bext/creational/builder/approachwikibuilder/sequenceWiki.puml | af035f1b75cf27902e53f01ff057fbaf86b9a460 | [] | no_license | jalbertomr/designPatternsJava2019 | a0d72e7ae43167c112cad5f3e4c465a0ed339048 | eab9279bee088b88228f1c37e9bf42fee9779f61 | refs/heads/master | 2020-11-24T02:52:35.572202 | 2020-01-09T02:12:23 | 2020-01-09T02:12:23 | 227,934,274 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 561 | puml | @startuml
":Director" --> "builder\n:Builder1":build\npartA()
activate "builder\n:Builder1"
"builder\n:Builder1" --> ProductA1:new ProductA1
"builder\n:Builder1" --> "Complex\nObject":assemble
activate "Complex\nObject"
deactivate "Complex\nObject"
deactivate "builder\n:Builder1"
":Director" --> "builder\n:Builder1":build\npartB()
activate "builder\n:Builder1"
"builder\n:Builder1" --> ProductB1:new ProductB1
"builder\n:Builder1" --> "Complex\nObject":assemble
activate "Complex\nObject"
deactivate "Complex\nObject"
deactivate "builder\n:Builder1"
@enduml | false | true | false | false | sequence |
d5e3554a89ca2da18907cb382c805cbd67acdf72 | 8441c3a3100d7bb191f97a48e29c7431c71c7b19 | /src/test/resources/testData/reverseArrowIntention/beforeCaretNotOnArrow.puml | 60b158992cf83d146ffa4fbc91fae22dfe5b4d38 | [
"Apache-2.0"
] | permissive | esteinberg/plantuml4idea | 5bda89db63fb0e4cf9a86bd457c84d6277565126 | 736fbdb812702b80b81ca648df51e4ba82bc360c | refs/heads/master | 2023-08-24T13:39:11.319652 | 2023-08-23T07:00:30 | 2023-08-23T07:00:30 | 4,382,019 | 543 | 122 | Apache-2.0 | 2023-09-11T13:11:22 | 2012-05-20T01:25:35 | Java | UTF-8 | PlantUML | false | false | 96 | puml | ' "Reverse arrow" "false"
@startuml
Alice --> Bob: Another authentication Request
@enduml<caret> | false | true | false | false | sequence |
9de6f6e088994d28b966dce54f621ecbc61460fb | 7042375ff61a87e6dce564aa584543b2906286b1 | /src/main/java/ex41/ex41_UML_Diagram.puml | d97c0177e8d487bdbde6841a397f78622915702f | [] | no_license | BeginnersLuck123/mesoneuvre-cop3330-assignment3 | 43a7e034144d8b83a9d90a50a89faed9354d36de | c794a3feb44cd64d40028afb222f392eee8cd2ef | refs/heads/master | 2023-08-16T11:00:42.328193 | 2021-10-12T03:49:58 | 2021-10-12T03:49:58 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 632 | puml | @startuml
'https://plantuml.com/class-diagram
App : +static void main() throws Exception
ArrayList : sortedNames : String[]
ArrayList : sortedNames.add(name)
class File
{
file : File
orderedNamesFile : File
outputFile.close()
}
class Scanner {
input : Scanner
input.hasNextLine()
}
class FileWriter
{
outputFile : FileWriter
outputFile.write()
}
class Collections
{
Collections.sort(sortedNames)
}
App *- ArrayList
App *- File
App *- Scanner
App *- name
App *- FileWriter
App *- Collections
Scanner -- File
Scanner -- name
ArrayList -- Collections
ArrayList -- FileWriter
Collections -- ArrayList
FileWriter -- File
@enduml | false | true | false | false | sequence |
e07f0ce0745ded55772898bf8607ac6e0c352d75 | 3f80cd90046b2ef6fdf50a9d285d335a0ed805ef | /doc/HLD.puml | 060c0f1af0181e8bf4675c79bfdaf781de64a2c6 | [] | no_license | analysis-lotto/numbers-game-e2b | e99ff2bbfbae418a2f215cb31258197eec7a75cf | 4201604ccc6a7368f5a40a45c491556adfbbe887 | refs/heads/main | 2023-05-14T18:31:33.169486 | 2021-06-08T17:48:53 | 2021-06-08T17:48:53 | 374,059,371 | 0 | 0 | null | 2021-06-06T10:51:05 | 2021-06-05T08:18:26 | JavaScript | UTF-8 | PlantUML | false | false | 721 | puml | @startuml
participant "External Source" as ext
participant "GitHub Action" as gh
participant "E2R" as e2r
database raw
database watermark
== Start execution ==
gh -> gh: Schedule trigger
gh -> e2r: Check if already started
e2r --> gh: Not started
gh -> e2r: Start job
e2r -> raw: get watermark
raw --> e2r
alt watermark is in the past
e2r -> ext: retrieve data
ext --> e2r
e2r -> raw: save data
raw --> e2r
end
e2r --> gh: end job
== Already Started ==
gh -> gh: Schedule trigger
gh -> e2r: Check if already started
e2r --> gh: Return that already Started
gh -> gh: stop github Action
== ciao ==
-> e2r: GET /start
e2r -> e2r: check process status
alt started
else
e2r -> watermark
end
@enduml | false | true | false | false | sequence |
b1248eccc66050f6320486a6934df7c2e2a15609 | 5b62cd5c19ebc179b97104b46b714c876d1f4968 | /diagrams/payments_configuration.puml | 51b231cb51fe54cbf618fa97100e1b011608ff4e | [] | no_license | dgvicente/acme_payments | 0a457839736f10cb0c968aa73ecd85bea2ebd145 | 501c4b2656711745f4b526a2cc10a6bc20a0a84a | refs/heads/master | 2020-07-27T17:04:41.035655 | 2019-09-20T00:06:39 | 2019-09-20T00:06:39 | 209,165,339 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 579 | puml | @startuml
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
class ConfigurationFactory {
}
note right: Reads from file and builds the\n configurations. Uses predefined\n or given REGEX to parse.
class PaymentsConfiguration{
}
class PaymentsConfigurationEntry {
amount : Integer
initial_time : Time
end_time: Time
}
PaymentsConfiguration "1" *-- "many" PaymentsConfigurationEntry : weekdays
PaymentsConfiguration "1" *-- "many" PaymentsConfigurationEntry : weekends
ConfigurationFactory --> "1" PaymentsConfiguration: creates
@enduml | false | true | false | false | sequence |
6d07451bfdf086a613ed61042d2ca9a9b330fc7f | ffd2c82a2bc8dd4629b87955d4199760c905e1aa | /gate-keeper/etc/gate-Keeper.urm.puml | d10b2728f15f0bf6599dc7b6ac3c35b39e0a002e | [
"MIT"
] | permissive | Anditty/java-design-patterns | 6d5c0b01f8711031b58ec464a294f008473654c0 | 815b26cb3b1a96f17a45b35998a1373b9144a4e6 | refs/heads/master | 2023-05-05T00:09:58.175397 | 2021-05-21T11:19:02 | 2021-05-21T11:19:02 | 361,431,856 | 0 | 0 | NOASSERTION | 2021-05-21T11:13:49 | 2021-04-25T13:09:31 | Java | UTF-8 | PlantUML | false | false | 982 | puml | @startuml
package com.iluwatar.gatekeeper {
class App {
- LOGGER : Logger {static}
+ App()
+ main(args : String[]) {static}
}
class GateKeeper {
- LOGGER : Logger {static}
+ GateKeeper()
+ beginRequest(request : Request)
+ checkRequest(request : Request) : boolean
+ endRequest(request : Request)
+ validateAndForwardRequest(request : Request)
}
class HackRequest {
+ HackRequest(action : String)
}
class LoginRequest {
- account : String
- password : String
+ LoginRequest(action : String, account : String, password : String)
+ getAccount() : String
+ getPassword() : String
}
abstract class Request {
~ action : String
+ Request(action : String)
+ getAction() : String
}
class TrustRole {
- LOGGER : Logger {static}
+ TrustRole()
+ handleLogin(request : LoginRequest)
+ handleRequest(request : Request)
}
}
HackRequest --|> Request
LoginRequest --|> Request
@enduml | false | true | false | false | class |
5f2c754d4fb7db451ab1e945503cd8a5789aac73 | 00d11305bfdccb6591d2e0418ff586393ce7abc1 | /docs/modules/ROOT/workflows/router_workflow.puml | 11920f5fb731781162d8ea0537c873fcae38ae7d | [
"GPL-2.0-only",
"Apache-2.0"
] | permissive | issacyxw/alcor | a1fe494b073a22a03b1e2f57a5f160883d22cf11 | 1268e1b17c97ffdc86681c755ebe2a43bd412eae | refs/heads/master | 2023-03-21T22:47:29.238949 | 2021-03-17T01:48:22 | 2021-03-17T01:48:22 | 263,571,948 | 0 | 2 | Apache-2.0 | 2020-05-13T08:34:50 | 2020-05-13T08:34:49 | null | UTF-8 | PlantUML | false | false | 4,367 | puml | ' Copyright 2019 The Alcor Authors.
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.
' You may obtain a copy of the License at
' http://www.apache.org/licenses/LICENSE-2.0
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam monochrome true
collections "Port Manager"
collections "Data Plane Manager"
box "Compute Host 1" #LightBlue
participant "ACA on \nHost 1"
end box
box "Compute Host 2" #LightGreen
participant "ACA on \nHost 2"
end box
==All Scenarios: Alcor DVR created with both GREEN and RED network gateway connected==
==Scenario 0: Alcor DVR creation flow ==
autonumber 0
"Port Manager" -> "Data Plane Manager": Create DVR on Host 1
"Data Plane Manager" -> "ACA on \nHost 1": Router=CREATE\n(contains unique host 1 DVR mac)\n(contains both GREEN and RED subnet IDs\n+Subnet=INFO(GREEN)\n+Subnet=INFO(RED)
"Data Plane Manager" -> "ACA on \nHost 1": Neighbor(HOST_DVR_MAC)=CREATE\n(contains host 2 DVR MAC)\n(contains both GREEN and RED subnet IDs\n+Subnet=INFO(GREEN)\n+Subnet=INFO(RED)
"Port Manager" -> "Data Plane Manager": Create DVR on Host 2
"Data Plane Manager" -> "ACA on \nHost 2": Router=CREATE\n(contains unique host 2 DVR mac)\n(contains both GREEN and RED subnet IDs\n+Subnet=INFO(GREEN)\n+Subnet=INFO(RED)
"Data Plane Manager" -> "ACA on \nHost 2": Neighbor(HOST_DVR_MAC)=CREATE\n(contains host 1 DVR MAC)\n(contains both GREEN and RED subnet IDs\n+Subnet=INFO(GREEN)\n+Subnet=INFO(RED)
==Scenarios A: GREEN network VM1 on Host 1, RED network VM2 on Host 2==
==Scenario A1: Setup GREEN network VM1 on Host 1 ==
autonumber 10
"Port Manager" -> "Data Plane Manager": Configure GREEN network VM1 on Host 1
"Data Plane Manager" -> "ACA on \nHost 1": Neighbor(L3)=CREATE on VM2\n+Subnet=INFO(RED)
==Scenario A2: Setup RED network VM2 on Host 2 ==
autonumber 20
"Port Manager" -> "Data Plane Manager": Configure RED network VM2 on Host 2
"Data Plane Manager" -> "ACA on \nHost 2": Neighbor(L3)=CREATE on VM1\n+Subnet=INFO(GREEN)
==Scenarios B: GREEN network VM1 and VM3 on Host 1, RED network VM2 and VM4 on Host 2==
==Scenario B1: Setup GREEN network VM1 and VM3 on Host 1 ==
autonumber 30
"Port Manager" -> "Data Plane Manager": Configure GREEN network VM1 and VM3 on Host 1
"Data Plane Manager" -> "ACA on \nHost 1": Neighbor(L3)=CREATE on VM2 and VM4\n+Subnet=INFO(RED)
==Scenario B2: Setup RED network VM2 and VM4 on Host 2 ==
autonumber 40
"Port Manager" -> "Data Plane Manager": Configure RED network VM2 and VM4 on Host 2
"Data Plane Manager" -> "ACA on \nHost 2": Neighbor(L3)=CREATE on VM1 and VM3\n+Subnet=INFO(GREEN)
==Scenarios C: GREEN network VM1 on Host 1, RED network VM2 on Host 1 also==
autonumber 50
"Port Manager" -> "Data Plane Manager": Configure GREEN network VM1 and RED network VM2 on Host 1
"Data Plane Manager" -> "ACA on \nHost 1": Neighbor(L3)=CREATE on VM1\n+Subnet=INFO(GREEN)\nNeighbor(L3)=CREATE on VM2\n+Subnet=INFO(RED)\n
==Scenarios D: GREEN network VM1 on Host 1, VM3 on Host 2, RED network VM2 on Host 1, VM4 on Host 2==
==Scenario D1: Setup GREEN network VM1 and RED network VM2 on Host 1 ==
autonumber 60
"Port Manager" -> "Data Plane Manager": Configure GREEN network VM1 and RED network VM2 on Host 1
"Data Plane Manager" -> "ACA on \nHost 1": Neighbor(L3)=CREATE on VM1\n+Subnet=INFO(GREEN)\nNeighbor(L3)=CREATE on VM2\n+Subnet=INFO(RED)\n
"Data Plane Manager" -> "ACA on \nHost 1": Neighbor(L3)=CREATE on VM3\n+Subnet=INFO(GREEN)\nNeighbor(L3)=CREATE on VM4\n+Subnet=INFO(RED)\n
==Scenario D2: Setup GREEN network VM3 and RED network VM4 on Host 2 ==
autonumber 70
"Port Manager" -> "Data Plane Manager": Configure GREEN network VM3 and RED network VM4 on Host 2
"Data Plane Manager" -> "ACA on \nHost 2": Neighbor(L3)=CREATE on VM3\n+Subnet=INFO(GREEN)\nNeighbor(L3)=CREATE on VM4\n+Subnet=INFO(RED)\n
"Data Plane Manager" -> "ACA on \nHost 2": Neighbor(L3)=CREATE on VM1\n+Subnet=INFO(GREEN)\nNeighbor(L3)=CREATE on VM2\n+Subnet=INFO(RED)\n
@enduml
| false | true | false | false | sequence |
fe859c5993fe4be94601e26c42ad27a38803a7ee | 65c17f7184c25c8acf32a4581198e44c2dab95fd | /ChatProject.plantuml | f4050f1d3369744a2deb2c0f51dc24fe724adc2e | [] | no_license | hudikm/vymaz | f7d9d1cbe5889e56dae8f17cfdda93871db76623 | 92b7d06fa91b753981286cdd6373b7ab800b60d1 | refs/heads/master | 2023-04-09T03:00:22.517471 | 2021-04-09T07:54:19 | 2021-04-09T07:54:19 | 356,189,736 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,376 | plantuml | @startuml
title __CHATPROJECT's Class Diagram__\n
namespace sk.uniza {
abstract class sk.uniza.AbstractServer {
}
}
namespace sk.uniza {
class sk.uniza.ConcreteUserSocketCreator {
}
}
namespace sk.uniza {
interface sk.uniza.IServerCallBack {
}
}
namespace sk.uniza {
interface sk.uniza.IUserSocket {
}
}
namespace sk.uniza {
class sk.uniza.Main {
}
}
namespace sk.uniza {
class sk.uniza.Server {
}
}
namespace sk.uniza {
class sk.uniza.TcpServer {
}
}
namespace sk.uniza {
class sk.uniza.TcpUserSocket {
}
}
namespace sk.uniza {
class sk.uniza.UdpServer {
}
}
namespace sk.uniza {
class sk.uniza.UdpSocketUser {
}
}
namespace sk.uniza {
abstract class sk.uniza.UserSocketCreator {
}
}
namespace sk.uniza {
class sk.uniza.WebSocketUser {
}
}
namespace sk.uniza {
class sk.uniza.WebsocketServer {
}
}
sk.uniza.AbstractServer o-- sk.uniza.ConcreteUserSocketCreator : concreteUserSocketCreator
sk.uniza.ConcreteUserSocketCreator -up-|> sk.uniza.UserSocketCreator
sk.uniza.Server .up.|> sk.uniza.IServerCallBack
sk.uniza.Server o-- sk.uniza.ConcreteUserSocketCreator : concreteUserSocketCreator
sk.uniza.TcpServer .up.|> java.lang.Runnable
sk.uniza.TcpServer -up-|> sk.uniza.AbstractServer
sk.uniza.TcpServer o-- sk.uniza.IServerCallBack : iServerCallBack
sk.uniza.TcpUserSocket .up.|> sk.uniza.IUserSocket
sk.uniza.TcpUserSocket o-- sk.uniza.IServerCallBack : iServerCallBack
sk.uniza.UdpServer .up.|> java.lang.Runnable
sk.uniza.UdpServer -up-|> sk.uniza.AbstractServer
sk.uniza.UdpServer o-- sk.uniza.IServerCallBack : iServerCallBack
sk.uniza.UdpSocketUser .up.|> sk.uniza.IUserSocket
sk.uniza.WebSocketUser .up.|> sk.uniza.IUserSocket
sk.uniza.WebSocketUser o-- sk.uniza.IServerCallBack : iServerCallBack
sk.uniza.WebsocketServer -up-|> sk.uniza.AbstractServer
sk.uniza.WebsocketServer o-- sk.uniza.IServerCallBack : iServerCallBack
sk.uniza.WebsocketServer o-- sk.uniza.WebsocketServer.InnerWebSocketServer : proxyWebSocketServer
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
| false | true | false | false | class |
af87213f5c03522543a338ca8ffde8f40ded2fb6 | 34acd2aa8d51295c0c4289e43e8961f5e23b5a08 | /PlantUML/raw/Custom/ElCazador.Worker/DataStore/IDataStoreObject.puml | 127002cddc9a84e3005dcfcf90956209f58a3f04 | [] | no_license | fisboger/Thesis | a6887e195c7daa8317abe3167de1676420173e33 | 4746126f69da615c641380fd7a33c863f2fedee3 | refs/heads/master | 2020-04-03T15:18:08.671739 | 2019-02-07T11:17:06 | 2019-02-07T11:17:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 192 | puml | @startuml
interface "IDataStoreObject`1"<T> {
All : IEnumerable<T> <<get>>
Get(key:object) : T
Add(entity:T) : Task
Delete(entity:T) : Task
Edit(entity:T) : Task
}
@enduml
| false | true | false | false | class |
78fcb6a87368866d310038fc04ccd17d477ac48f | 470e3aac8b627ec99783a4dbf2b8a39e4b97471d | /decorator-pattern/starbuzz/classdiagram.puml | e0b227cb29f96324b63534ed68ee1a8e455d5c2c | [] | no_license | Almaentregua/Head-First-Design-Patterns | b68bee107c14deb30d8d291f271c65a5398deca1 | eb9660e15bdb6a7ffd8aa8b7d81fbaec32209b61 | refs/heads/master | 2023-02-06T11:33:52.449439 | 2020-12-30T20:55:07 | 2020-12-30T20:55:07 | 284,276,498 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
Abstract Class Beverage {
description
getDescription()
{abstract} cost()
}
Class DarkRoast extends Beverage {
cost()
}
Abstract Class CondimentDecorator extends Beverage {
{abstract} getDescription()
}
Class Milk extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
Class Mocha extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
Milk o-- Beverage
@enduml | false | true | false | false | class |
e58baa8653b88d2263ba8a3eee05517170c9794a | e5323bf15fa473b219d62c27603e83fd9e5ce1ff | /docs/hld.puml | d5b4758f72aec557dd3d2716bac502d993cdb4d2 | [] | no_license | rpayal/mizuho-esb-test | f7afd2609d5ca0c1465faca6e79ec437d8b657e4 | e089821c4ee65a4cb2d15594cf1d73e59e97e3a2 | refs/heads/master | 2021-09-26T19:24:46.187289 | 2018-11-01T16:59:14 | 2018-11-01T16:59:14 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 682 | puml | @startuml
interface "jms:queue:prices" as prices
interface "jms:queue:bloomberg" as bloomberg_in
interface "jms:queue:reuters" as reuters_in
package "Vendors" {
package "Bloomberg" {
bloomberg_in --> ["Bloomberg Transformer"]
["Bloomberg Transformer"] --> prices
}
package "Reuters" {
reuters_in --> ["Reuters Transformer"]
["Reuters Transformer"] --> prices
}
}
package "Price Server" {
interface "http" as http
interface "jms:queue:deadletters" as deadletters
prices --> [PriceServer]
[PriceServer] -> deadletters
[PriceServer] --> http
}
package "Consumers" {
http --> ["Consumer 1"]
}
@enduml | false | true | false | false | class |
52b844028d6bd2406d12a407466ea3d7152777cc | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/CLI_Controllers/RoomConfiguration/US210/US210WaterHeater_sd_RoomConfiguration.puml | f1dd231fc5bf7847f1224e05a1d914fbdccabdd8 | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 868 | puml | @startuml
actor Admin
alt if the Device is a WaterHeater
RoomConfigurationUI -> Admin: getHotWaterTemp(double)
Admin --> RoomConfigurationUI: return hotWaterTemp(double)
RoomConfigurationUI ->RoomConfigurationUI: set holdWaterTemp(double)
RoomConfigurationUI -> Admin: getVolumeOfWaterToHeat(double)
Admin --> RoomConfigurationUI: return VolumeOfWaterToHeat(double)
RoomConfigurationUI -> RoomConfigurationUI: set VolumeOfWaterToHeat(double)
RoomConfigurationUI -> Admin: getPerformanceRation(double)
Admin --> RoomConfigurationUI: return PerformanceRatio(double)
RoomConfigurationUI -> RoomConfigurationUI: set PerformanceRatio(double)
RoomConfigurationUI -> RoomConfigurationController: configureOneHeater(Device, double, double, double)
RoomConfigurationController -> Device: setAttributeValue(String, double)
end
@enduml | false | true | false | false | usecase |
b439c195b31041c735a905ecd36230500462eaba | b68f86b2c4f410c8bb841137872bdbba1b978db1 | /example/fsm_ex_dia.plantuml | ee7162e4d43233ab0e9773556a1a7a1c38f2db8c | [
"MIT"
] | permissive | Ahmed-Zamouche/fsm | 3cdc0fee9e13d0a79871db1f8394647bf439a250 | a2027fc28679dd83a6a9d86975fc1e203f3d1ecf | refs/heads/master | 2020-09-22T15:45:27.120724 | 2019-12-01T09:35:32 | 2019-12-03T00:30:48 | 225,263,642 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 325 | plantuml | @startuml
title `ex` Finate State Machine
[*] -> State_0
State_0 --> State_1 : Event_1[Guard_0]
State_1 --> State_1 : Event_1[Guard_1]
State_1 --> State_2 : Event_2[Guard_1]
State_2 --> State_3 : Event_3[Guard_2]
State_3 --> State_0 : Event_0[Guard_3]
State_3 --> [*]: Event_2[Guard_3]
@enduml
| false | true | false | false | sequence |
329f17a45331185f6deff99636129b505c68f349 | 89880c1a662b72f2dc7bd39906a04e02ac127050 | /Models/sequence.puml | 1e116a2ebf6e58e6fedf243d11175a0b8e7ec501 | [] | no_license | adrien88/PingCounter | 81761e7b9d774793fcd6ce0718229d5485d6385f | 916037e03927b2a03a9d4fac555e91616b51c4bb | refs/heads/main | 2023-09-03T19:31:26.496440 | 2021-10-14T09:13:57 | 2021-10-14T09:13:57 | 411,169,549 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 642 | puml | @startuml Diagramme de sequence
skinparam style strictuml
actor player
player -> main : open game
main <- SESSION : load match \n(if exists)
main <[#darkblue]- Page : page "new"
main -> Match : new instance of
main -> Scoring : new instance of
player -> Match : POST players ids
main <[#darkblue]- Page : page "playing"
player -> Scoring : GET add to score
Match -[#purple]> Match : play sets\n while sets < 3
main <[#darkblue]- Page : page "scores"
main <- Scoring : get score
player <- main : print score
main -> SESSION : store match
main -[#purple]> main : restart
@enduml | false | true | false | false | usecase |
1a04e9f0a8f4f31e579f405acd113e9500dc381a | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/LoopContinuationEvent.puml | bce2b55fc1dc37288959ee54e7c4d87b8a2a29ef | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 201 | puml | @startuml
class LoopContinuationEvent {
{static} -CONTINUE_LOOP_CHARACTER: String
+LoopContinuationEvent()
+perform(EventLoop, DataContainer): void
}
@enduml
| false | true | false | false | class |
9de729807187b44f64017acb1bceb89e5c694bd9 | aacaa31115d854bdb023c06c31590739a26a884d | /conception/src/deployment_diagram.puml | 854607135932e02376878c598ccff19d72634366 | [] | no_license | gdarchen/BigData-CFS | 3519db37de3e0b125da22c7a786ed85080374be9 | bee03b473f4adbc532b5c8121522d5c0025d4a3f | refs/heads/master | 2021-10-16T08:10:38.010819 | 2019-02-09T10:24:48 | 2019-02-09T10:24:48 | 113,458,405 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 886 | puml | @startuml
title Diagramme de déploiement [eqp32 & pcoieffey]
actor Utilisateur as User
node "<i><<Device>></i>\nClient" as Client {
component "Terminal" as progClient
}
node "<i><<Device>></i>\nServeur" as Serveur {
component "Application serveur" as progServeur
component "ODM DataStax Python Driver" as ODM
note bottom of ODM : <i>Object data-store mapping tool</i>
component "\n<b>Cassandra File System</b>" as CFS {
storage "Cluster Cassandra" as cluster {
database "Nœud Cassandra" as noeud1
database "Nœud Cassandra" as noeud2
database "Nœud Cassandra" as noeud3
database "Nœud Cassandra" as noeud4
}
}
}
User -- progClient
progServeur -- ODM
ODM -right- CFS
progClient -down- progServeur
noeud1 -down- noeud2
noeud2 -right- noeud3
noeud3 -up- noeud4
noeud4 -left- noeud1
@enduml
| false | true | true | false | sequence |
795333e75ac822a3bab97bb0a147ba920bd6bd70 | d87c42f04fe0b3f6c37f5edd8edd38fb3e9263e2 | /doc/Hardware_IO_Interfaces.puml | 9662a47b42bfe1d21665ddb547c498cc0ddf20bb | [] | no_license | HomeMadeBots/Hardware_IO_Interfaces | 3e6a924e0c257952eea5ebbcad11a7df4c59f1b3 | b2f47ba7eb5223639e95a90f109ad125d4485082 | refs/heads/main | 2023-08-23T18:04:29.514470 | 2021-09-21T20:06:59 | 2021-09-21T20:06:59 | 383,482,938 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 147 | puml | @startuml
package Hardware_IO_Interfaces [
Gathers software elements allowing to manage
input and output pin of an hardware device.
]
@enduml | false | true | false | false | uml-unknown |
250f40af11785d6fdaf402a0361d0c842caa8e25 | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/DevApp/src/main/java/dev/utils/app/helper/helper.plantuml | bc4b36a034adaefe5c731ff0676daa210853ba9a | [
"Apache-2.0"
] | permissive | tulensayyj/DevUtils | ea40e897de72b88591cc1f1cea798eb74175eda8 | 3bc39eaf343c811270bc01e223cd37e80db9e04c | refs/heads/master | 2022-11-27T05:08:28.115620 | 2020-07-27T13:24:50 | 2020-07-27T13:24:50 | 281,569,859 | 0 | 0 | Apache-2.0 | 2020-07-22T03:59:24 | 2020-07-22T03:59:23 | null | UTF-8 | PlantUML | false | false | 12,353 | plantuml | @startuml
title __HELPER's Class Diagram__\n
namespace dev {
namespace utils {
namespace app {
namespace helper {
class dev.utils.app.helper.DevHelper {
{static} - HELPER : DevHelper
+ addTextChangedListener()
+ addTouchArea()
+ addTouchArea()
+ applyLanguage()
+ applyLanguage()
+ autoCloseDialog()
+ autoCloseDialog()
+ autoClosePopupWindow()
+ cancel()
+ cancelAllNotification()
+ cancelNotification()
+ cancelNotification()
+ cleanAppCache()
+ cleanAppDbByName()
+ cleanAppDbs()
+ cleanAppFiles()
+ cleanAppSp()
+ cleanAppSp()
+ cleanApplicationData()
+ cleanCache()
+ cleanCustomDir()
+ cleanCustomDir()
+ closeDialog()
+ closeDialog()
+ closeDialogs()
+ closeDialogs()
+ closeIO()
+ closeIOQuietly()
+ closeKeyBoardSpecial()
+ closeKeyBoardSpecial()
+ closeKeyBoardSpecial()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closeKeyboard()
+ closePopupWindow()
+ closePopupWindows()
+ closeTimer()
+ copyIntent()
+ copyText()
+ copyUri()
+ devHelper()
+ forceGetViewSize()
{static} + get()
+ getNetTime()
+ getNetTime()
+ judgeView()
+ notifyMediaStore()
+ notifyMediaStore()
+ notifyNotification()
+ notifyNotification()
+ openKeyboard()
+ openKeyboard()
+ openKeyboard()
+ openKeyboard()
+ openKeyboard()
+ openKeyboard()
+ postRunnable()
+ postRunnable()
+ postRunnable()
+ postRunnable()
+ record()
+ recycle()
+ registerSoftInputChangedListener()
+ registerSoftInputChangedListener2()
+ removeRunnable()
+ removeTextChangedListener()
+ saveAssetsFormFile()
+ saveBitmapToSDCard()
+ saveBitmapToSDCard()
+ saveBitmapToSDCardJPEG()
+ saveBitmapToSDCardJPEG()
+ saveBitmapToSDCardJPEG()
+ saveBitmapToSDCardJPEG()
+ saveBitmapToSDCardPNG()
+ saveBitmapToSDCardPNG()
+ saveBitmapToSDCardPNG()
+ saveBitmapToSDCardPNG()
+ saveBitmapToSDCardWEBP()
+ saveBitmapToSDCardWEBP()
+ saveBitmapToSDCardWEBP()
+ saveBitmapToSDCardWEBP()
+ saveRawFormFile()
+ setAnimationListener()
+ setFullScreen()
+ setFullScreenNoTitle()
+ setKeyListener()
+ setKeyListener()
+ setKeyListener()
+ setLandscape()
+ setOnClicks()
+ setOnLongClicks()
+ setOnTouchs()
+ setPortrait()
+ setWindowSecure()
+ showDialog()
+ startTimer()
+ toggleScreenOrientation()
+ vibrate()
+ vibrate()
+ viewHelper()
+ waitForEnd()
+ waitForEndAsyn()
}
}
}
}
}
namespace dev {
namespace utils {
namespace app {
namespace helper {
class dev.utils.app.helper.ViewHelper {
{static} - HELPER : ViewHelper
+ addRule()
+ addRule()
+ addRules()
+ addRules()
+ addTextChangedListener()
+ addTouchArea()
+ addTouchArea()
+ clearAnimation()
+ clearFlags()
+ clearFocus()
+ devHelper()
+ fullScroll()
{static} + get()
+ insert()
+ insert()
+ postRunnable()
+ postRunnable()
+ postRunnable()
+ postRunnable()
+ removeRule()
+ removeRules()
+ removeRunnable()
+ removeSelfFromParent()
+ removeTextChangedListener()
+ requestFocus()
+ requestLayout()
+ requestLayoutParent()
+ reverseVisibilitys()
+ reverseVisibilitys()
+ reverseVisibilitys()
+ reverseVisibilitys()
+ scrollBy()
+ scrollTo()
+ scrollToBottom()
+ scrollToPosition()
+ scrollToTop()
+ setAdjustViewBounds()
+ setAllCaps()
+ setAlpha()
+ setAnimation()
+ setAntiAliasFlag()
+ setAutoLinkMask()
+ setBackground()
+ setBackgroundColor()
+ setBackgroundResource()
+ setBackgroundResources()
+ setBackgroundResources()
+ setBackgroundTintList()
+ setBackgroundTintMode()
+ setBold()
+ setBold()
+ setBold()
+ setClickable()
+ setClipChildren()
+ setColorFilter()
+ setColorFilter()
+ setColorFilter()
+ setColorFilter()
+ setCompoundDrawablePadding()
+ setCompoundDrawables()
+ setCompoundDrawablesByBottom()
+ setCompoundDrawablesByLeft()
+ setCompoundDrawablesByRight()
+ setCompoundDrawablesByTop()
+ setCompoundDrawablesWithIntrinsicBounds()
+ setCompoundDrawablesWithIntrinsicBoundsByBottom()
+ setCompoundDrawablesWithIntrinsicBoundsByLeft()
+ setCompoundDrawablesWithIntrinsicBoundsByRight()
+ setCompoundDrawablesWithIntrinsicBoundsByTop()
+ setCursorVisible()
+ setDescendantFocusability()
+ setEllipsize()
+ setEms()
+ setEnabled()
+ setFocusable()
+ setFocusableInTouchMode()
+ setForeground()
+ setForegroundGravity()
+ setForegroundTintList()
+ setForegroundTintMode()
+ setHeight()
+ setHeight()
+ setHint()
+ setHintTextColor()
+ setHintTextColor()
+ setHintTextColors()
+ setHintTextColors()
+ setHorizontalScrollBarEnabled()
+ setHtmlText()
+ setHtmlTexts()
+ setImageBitmap()
+ setImageBitmaps()
+ setImageBitmaps()
+ setImageDrawable()
+ setImageDrawables()
+ setImageDrawables()
+ setImageMatrix()
+ setImageResource()
+ setImageResources()
+ setImageResources()
+ setImageTintList()
+ setImageTintMode()
+ setImeOptions()
+ setIncludeFontPadding()
+ setInputType()
+ setKeyListener()
+ setKeyListener()
+ setKeyListener()
+ setLayerType()
+ setLayoutGravity()
+ setLayoutParams()
+ setLetterSpacing()
+ setLineSpacing()
+ setLineSpacingAndMultiplier()
+ setLines()
+ setLongClickable()
+ setMargin()
+ setMargin()
+ setMargin()
+ setMargin()
+ setMargin()
+ setMargin()
+ setMarginBottom()
+ setMarginBottom()
+ setMarginLeft()
+ setMarginLeft()
+ setMarginRight()
+ setMarginRight()
+ setMarginTop()
+ setMarginTop()
+ setMaxEms()
+ setMaxHeight()
+ setMaxLength()
+ setMaxLengthAndText()
+ setMaxLines()
+ setMaxWidth()
+ setMinEms()
+ setMinLines()
+ setMinimumHeight()
+ setMinimumWidth()
+ setNextFocusDownId()
+ setNextFocusForwardId()
+ setNextFocusLeftId()
+ setNextFocusRightId()
+ setNextFocusUpId()
+ setOnClicks()
+ setOnLongClicks()
+ setOnTouchs()
+ setOverScrollMode()
+ setPadding()
+ setPadding()
+ setPadding()
+ setPadding()
+ setPadding()
+ setPadding()
+ setPaddingBottom()
+ setPaddingBottom()
+ setPaddingLeft()
+ setPaddingLeft()
+ setPaddingRight()
+ setPaddingRight()
+ setPaddingTop()
+ setPaddingTop()
+ setPaintFlags()
+ setPivotX()
+ setPivotY()
+ setRotation()
+ setRotationX()
+ setRotationY()
+ setScaleType()
+ setScaleTypes()
+ setScaleTypes()
+ setScaleX()
+ setScaleY()
+ setScrollContainer()
+ setSelected()
+ setSelection()
+ setSelectionToBottom()
+ setSelectionToTop()
+ setStrikeThruText()
+ setStrikeThruText()
+ setTag()
+ setText()
+ setText()
+ setTextAlignment()
+ setTextColor()
+ setTextColor()
+ setTextColors()
+ setTextColors()
+ setTextDirection()
+ setTextGravity()
+ setTextScaleX()
+ setTextSize()
+ setTextSizeByDp()
+ setTextSizeByIn()
+ setTextSizeByPx()
+ setTextSizeBySp()
+ setTextSizes()
+ setTexts()
+ setTransformationMethod()
+ setTransformationMethod()
+ setTransformationMethod()
+ setTranslationX()
+ setTranslationY()
+ setTypeface()
+ setUnderlineText()
+ setUnderlineText()
+ setVerticalScrollBarEnabled()
+ setVisibility()
+ setVisibility()
+ setVisibilitys()
+ setVisibilitys()
+ setWidth()
+ setWidth()
+ setWidthHeight()
+ setWidthHeight()
+ smoothScrollBy()
+ smoothScrollTo()
+ smoothScrollToBottom()
+ smoothScrollToPosition()
+ smoothScrollToTop()
+ startAnimation()
+ toggleClickable()
+ toggleEnabled()
+ toggleFocusable()
+ toggleLongClickable()
+ toggleSelected()
+ toggleVisibilitys()
+ toggleVisibilitys()
+ toggleVisibilitys()
+ viewHelper()
}
}
}
}
}
dev.utils.app.helper.DevHelper o-- dev.utils.common.assist.TimeKeeper : mTimeKeeper
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
| false | true | false | false | class |
ec2d59bdb92054fcdb8708020c64f5e3b07d9e3d | c12709b46160493fa7837ddd96cf2dc170b7dc0d | /assets/umls/decorator-pattern1.puml | aad16c1ff771506996234e187ba89fcc32f8d61d | [] | no_license | battlerhythm/battlerhythm.github.io | c0e9bd62695b915ce734266be35a0e367c4e6225 | 3b53041d25f2935747122c75dc3b501bc9cba05a | refs/heads/master | 2021-12-03T08:38:20.238977 | 2021-11-28T19:21:25 | 2021-11-28T19:21:25 | 132,821,261 | 0 | 1 | null | 2018-05-10T01:15:52 | 2018-05-09T22:59:00 | JavaScript | UTF-8 | PlantUML | false | false | 273 | puml | @startuml
abstract Beverage {
getDesc()
cost()
hasMilk()
hasSoy()
hasCaramel()
hasWhipped()
hasChocolate()
}
class Decaf {
cost()
}
class Espresso {
cost()
}
class Tea {
cost()
}
Beverage <|-- Decaf
Beverage <|-- Espresso
Beverage <|-- Tea
@enduml | false | true | false | false | class |
268cf3f03d14ecc14b0ef2c7500bf288c548acc4 | d658077b97f29ee990ee9fb828d8c94934477628 | /src/test/resources/classdiagrams/advanced-body.puml | 8435e92089e1926b62efb08bc6ebe2b7e47a9424 | [
"Apache-2.0"
] | permissive | verhage/plantuml-parser | 7fd40e8591c1548c5c417a0facf806e8c246a8b0 | c792da387dd0a05b9737c69d3454d1f0d3a797a3 | refs/heads/master | 2022-11-12T02:36:14.941532 | 2020-07-05T20:29:27 | 2020-07-05T20:29:27 | 277,164,332 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 358 | puml | @startuml
class Foo1 {
You can use
several lines
..
as you want
and group
==
things together.
__
You can have as many groups
as you want
--
End of class
}
class User {
.. Simple Getter ..
+ getName()
+ getAddress()
.. Some setter ..
+ setName()
__ private data __
int age
-- encrypted --
String password
}
@enduml
| false | true | false | false | class |
164b82e794f0a440ee850bb2bc9c8ddd4a280b1b | 380e97bae9e4c58f8cabce1a749ff21b2e360b5b | /docs/models.puml | 792974dc0a44743488b822f7486c6af56437650c | [
"MIT"
] | permissive | ltouroumov/heig-amt-g4mify | 43f139540c4905d0afafb0f7deeb4176f6a2a210 | 05ad7754fe1f94776ba1db1945552b133c93a77c | refs/heads/master | 2021-06-10T18:02:12.037628 | 2017-01-27T14:47:25 | 2017-01-27T14:47:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 986 | puml | @startuml
hide empty methods
class User {
+ id: long
+ profileId: String
+ profileUrl: String
}
User -- "*" Bucket
User - "*" Event
User -- "*" Badge
class Counter {
+ id: long
+ name: String
}
Metric "*" - Counter
class Metric {
+ id: long
+ name: String
}
Bucket "*" - Metric
class Bucket {
+ time: Date
+ value: long
}
class BadgeType {
+ id: long
+ name: String
+ color: String
+ image: String
+ isSingleton: boolean
+ parent: BadgeType
}
Badge -- BadgeType
class Badge {
+ id: long
+ awarded: Date
}
class BadgeRule {
+ id: long
+ condition: String
}
BadgeType "1" - BadgeRule : "awards"
Counter "1" -- BadgeRule : "observes"
class EventRule {
+ id: Long
+ types: [String]
+ script: Text
}
Event "*" <. "*" EventRule : "handles"
EventRule ..> "*" Counter : "affects"
class Event {
+ id: long
+ time: Date
+ type: String
+ data: [{String, Int|String}]
}
@enduml | false | true | false | false | class |
cdd747816925c3a6e047559ba256359210e8ede9 | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/admin/test/SatelliteTests/SatelliteTests.puml | 0bc91b0a3739d1d0db5f131d312c6ed54668a669 | [] | 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 | 901 | puml | @startuml SatelliteTests
package edu.oakland.test.admin {
class SatelliteTests {
+ void satNameInIsSatNameOut()
+ void strengthInIsStrengthOutConstructor()
+ void strengthInIsStrengthOutSetter()
+ void getLocation0IsCorrect()
+ void getLocation1IsCorrect()
+ void getNthLocationIsCorrect()
+ void getLocationAcrossMultipleObjectsInSync()
+ void strengthNotLessThanOneConstructor()
+ void strengthNotMoreThanTenConstructor()
+ void strengthNotLessThanOneSetter()
+ void strengthNotMoreThanTenSetter()
- int generateRandomStrength()
- float generateRandomIncrements()
- int generateRandomStringLength()
- int generateLessThanOne()
- int generateMoreThanTen()
- String generateRandomString(int length)
- LocationDataPoint generateRandomLocationDataPoint()
}
}
@enduml
| false | true | false | false | class |
dd235ae51c44f1f35a6a99fbbdc3fd9eab79fc79 | 12af24d50825d05c07865977607341648bd5cc98 | /Extras/UML/EAP-CREDS Phase Two Flow.puml | 640158d22739962cdc849ca8e85f35b6382d9a63 | [
"CC0-1.0"
] | permissive | openca/eap-creds | b275653891225dfe06d6000391811c5991b4d7ca | 7c216e55381d2aeb1814c14e32b023bc660164e2 | refs/heads/master | 2023-05-26T02:09:53.516605 | 2022-06-30T16:41:53 | 2022-06-30T16:41:53 | 169,627,419 | 1 | 0 | CC0-1.0 | 2022-06-30T16:43:26 | 2019-02-07T19:15:08 | HTML | UTF-8 | PlantUML | false | false | 1,086 | puml |
@startuml
'' header information
header
<font color="red">Cable<b>Labs</b></font>
endheader
'' Use this to hide the foot boxes
hide footbox
skinparam sequenceMessageAlign center
skinparam NoteBorderColor black
'' skinparam BackgroundColor #ddd
skinparam sequence {
borderColor black
ArrowColor black
ActorBorderColor black
ParticipantBorderColor black
LifeLineBorderColor black
LifeLineBackgroundColor white
}
'' Participants Declaration
Participant "EAP Peer" as P #eee
Participant "EAP Server" as S #eee
autonumber 1 "[##]"
S->P: EAP-Request/EAP-CREDS(Type=Provisioning)\n { Protocol, Action,\n [ Creds-Info ], [ Params ],\n [ ProtoData ], [ ProtoHeaders ] }
note right #fff: Phase Two\nBegins
P->S: EAP-Response/EAP-CREDS(Type=Provisioning)\n { ProtoData, [ ProtoHeaders ] }
autonumber stop
...
S->P: [N] EAP-Response/EAP-CREDS(Type=Provisioning)\n { [ Creds-Info ], [ ProtoData ],\n [ ProtoHeaders ] }
P->S: [N+1] EAP-Request/EAP-CREDS(Type=Provisioning)\n { [ ProtoData ], [ ProtoHeaders ] }
note right #fff: Phase Two\nEnds
@enduml
| false | true | false | false | sequence |
26bab9525e6ee88f2613bc10c114413bfd93e6bc | b789d8c11f1404ae5264412bff507a012cee0ba4 | /diagrams/emulated-network-classes.puml | 8e141230e6206d3a9d3dc4d4abb9f0a6da54134e | [] | no_license | lippo97/thesis | 8796365c567afb72b6b02fa6c287f43f5344e068 | 20f2b8153f92ed07ed1838651cdd7db9a3739737 | refs/heads/master | 2020-09-04T19:29:39.394765 | 2019-11-28T15:32:49 | 2019-11-28T15:32:49 | 219,868,501 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 528 | puml | @startuml
skinparam dpi 250
hide empty members
Device "1" o- "1" NetworkManager : use
NetworkManager <|.. EmulatedNetworkManager
EmulatedNetworkManager "1" o- "n" Device : neighborhood
interface NetworkManager <<Interface>> {
+shareState(Map<CodePath, Object>) : void
+getNeighborState() : Map<DeviceUID, Map<CodePath, Object>>
}
class EmulatedNetworkManager {
+setNeighbors(Set<Device>) : void
-receiveMessage(DeviceUID, Map<CodePath, Object>) : void
}
class Device {
+getNetworkManager() : NetworkManager
}
@enduml | false | true | false | false | class |
e4933372d09b48adf7049320201cd1f77336bd22 | cae8b9d4419938a0b320012bb9825635cb460897 | /esterni/diagrammi/diagrammi-grafana-plugin/src/mvcplugin.plantuml | aa6a71913867f6c65b86bf886dc2c1dc0edd11a1 | [] | no_license | sofiabononi/project-docs | 5612a4b3b11704b3b684df566b5a1291a55c2062 | 3626071df806c88c722ec0149eb1dc398a0a5185 | refs/heads/master | 2022-11-20T12:19:16.951949 | 2020-07-17T14:00:17 | 2020-07-17T14:00:17 | 248,197,272 | 0 | 2 | null | 2020-07-17T14:00:18 | 2020-03-18T10:11:12 | TeX | UTF-8 | PlantUML | false | false | 756 | plantuml | @startuml GrafanaClasses
class Model{
- data: GrafanaData
- predictor: Predictor
- strategy: Strategy
+ setData(GrafanaData): GrafanaData
+ setPredictor(Predictor): void
+ predict(): number
+ writeInflux(): void
}
class EditorView implements Props{
+ getUploadFile(any): void
+ render(): any
}
interface Props{
+ predictor: Predictor
}
class MainView implements Props {
+ render(): any
+ const getStyle: any
}
class PanelCtrl implements Props {
- model: Model
- lv: number
- time: Date
+ constructor(PanelProps)
- setData(): void
- setPredictor(): void
- predict(): void
- writeInflux(): void
- update(): void
- render(): any
}
PanelCtrl*--Model
@enduml | false | true | false | false | class |
01969506c0eb9e9f486fe41be92904d6b2e54969 | 98db91bbebf1f48bc591bdfbfd16f8615e238374 | /specs/vpeng/archive/PH_AL_CLN_WTR.puml | 5d9cc2ff70b5dc8b2ac9b6a430b9fb700e5612dc | [] | no_license | pengtianyue/Solvay_test | c912ef0bcea28150fd0a0b108992e3612c634982 | 35d24a2e13c1d44326e65384fa57db08494bbc59 | refs/heads/master | 2021-01-21T04:50:58.658610 | 2016-04-13T19:36:57 | 2016-04-13T19:36:57 | 49,964,037 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,974 | puml | @startuml
scale 350 width
[*] --> TaskPointer0: TASK_PTR = 0
[*] --> TaskPointer1: TASK_PTR = 1
[*] --> TaskPointer2: TASK_PTR = 2
[*] --> TaskPointer3: TASK_PTR = 3
[*] --> TaskPointer4: TASK_PTR = 4
[*] --> TaskPointer5: TASK_PTR = 5
[*] --> TaskPointer6: TASK_PTR = 6
[*] --> TaskPointer7: TASK_PTR = 7
[*] --> TaskPointer99: TASK_PTR = 99
TaskPointer0: Message initialize phase
state TaskPointer1 {
TaskPointer0 --> AcquireEquipment
AcquireEquipment --> SetOAR: Acquire Failed
AcquireEquipment: All of valves and agitator CM
SetOAR --> AcquireEquipment
AcquireEquipment --> HOLD_REQ: Device Acquired \n & pending confirm = 0
}
state TaskPointer2 {
AcquireEquipment --> SetMonitors: Device Acquired \n & pending confirm = 1
HOLD_REQ --> SetMonitors
}
state TaskPointer3 {
SetMonitors --> WT_TARE
WT_TARE: Reset the Zero & Tare \n Reactor Scales Weights
}
state TaskPointer4 {
WT_TARE --> PRESSURE_AUTO1
PRESSURE_AUTO1: close vent valve, \nN2 setpoint = Init_Press
}
state TaskPointer5 {
PRESSURE_AUTO1 --> OAR_WTR_QTY: RX_PRESS > init Press - 0.2 \n (pressure drops 0.2 psig \n from initial)
OAR_WTR_QTY --> WTR_CHG_EM
WTR_CHG_EM: CHARGE
WTR_CHG_EM --> Monitor
Monitor: null
Monitor -left-> StopCharge: reactor pressure \n < Stop_Press
Monitor --> PRESSURE_AUTO2: reactor pressure \n > End_Press
PRESSURE_AUTO2: Open vent valve (SP = Vent_Press), \n Open N2 valve (SP = PAD_Press)
StopCharge: WTR_CHG_EM: CLOSE ALL
StopCharge --> ResumeCharge: reactor pressure \n > Resume_Press
ResumeCharge: WTR_CHG_EM: CHAGRE
ResumeCharge --> Monitor
}
state TaskPointer6 {
PRESSURE_AUTO2 --> PRESSURE_AUTO3: H2O in reactor > target
PRESSURE_AUTO3: vent vlv sp = R_VENT_SP (4 psig) \n N2 vlv sp = R_PRESS_SP (2 psig)
PRESSURE_AUTO3 --> PROMPTOK
PROMPTOK: Cleanout is complete
}
state TaskPointer7 {
PROMPTOK --> DisableMonitors
}
DisableMonitors --> TaskPointer99
TaskPointer99: Final step, release equipment, \n upload reports
TaskPointer99 --> [*]
@enduml | false | true | false | false | sequence |
ef228019caaf472da8a5f1373908536407df9965 | 186819bc98500f794e563bd3ba5a23073756a2ba | /PSP2/Hospital/src/main/java/com/hospital/Hospital/domainService/patientFactory/patientFactory.plantuml | 90034f7c39e9a76dd549347c628eec2af9ef9438 | [] | no_license | macro161/PSP | 0e53943e4f8568b2c4b788524dc9e12f276d5c9e | 7e5e094bbe42af30006fb28d541229dea4efb610 | refs/heads/master | 2020-03-30T08:04:17.541705 | 2018-12-07T20:24:18 | 2018-12-07T20:24:18 | 150,986,741 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 911 | plantuml | @startuml
title __PATIENTFACTORY's Class Diagram__\n
package com.hospital.Hospital {
package com.hospital.Hospital.domainService.patientFactory {
class ImportantPatientFactory {
+ createPatient()
}
}
}
package com.hospital.Hospital {
package com.hospital.Hospital.domainService.patientFactory {
interface PatientFactory {
{abstract} + createPatient()
}
}
}
package com.hospital.Hospital {
package com.hospital.Hospital.domainService.patientFactory {
class SimplePatientFactory {
+ createPatient()
}
}
}
ImportantPatientFactory -up-|> PatientFactory
SimplePatientFactory -up-|> PatientFactory
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
| false | true | false | false | class |
8f4b9d95206f9bb010fe284e448b10776473ebee | 3877cd16d7549136c70b9ce882c0bbe34dd25d63 | /design/diagram/webgl_packages_full.plantuml | 007b08526ec272af1ef9bec755a1b6711edbf28d | [] | no_license | dannyhendrix/3d-race-game | 580e187fd835bbd528083c11e54d3862c6232cb2 | c86dec05d0abdddc63aaf21ac6264bb8d9e4c402 | refs/heads/master | 2023-03-26T11:35:34.701496 | 2021-03-22T02:12:08 | 2021-03-22T02:12:08 | 106,607,146 | 15 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 178 | plantuml | @startuml
rectangle {
rectangle webgl as webgl.dart
}
webgl.dart --> dart_html
webgl.dart --> dart_web_gl
webgl.dart --> dart_math
webgl.dart --> dart_typed_data
@enduml
| false | true | false | false | uml-unknown |
2427e9c1562a349a072613d2af40f30f156c0781 | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/LoopInteraptionEvent.puml | 4ef25bb3527f8574d74574ca04fccc2a586dd22e | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 148 | puml | @startuml
class LoopInteraptionEvent {
+LoopInteraptionEvent()
+perform(EventLoop, DataContainer): void
}
@enduml
| false | true | false | false | class |
e9a34d0aeedd040f84508457157128de7ccefe44 | aef48eefe5788a7e44c7c622ad22d3f5e15479e9 | /class-diagram.puml | bcba1edc2d6b8fb1b6a412cf5e3a4a4a6efd894b | [
"MIT"
] | permissive | dliess/Midi | 6f40e44daf161717d05441aea110e2df1a19b33d | 7b5bb60ee6da87c8db25c7877142e88ce1945053 | refs/heads/master | 2023-09-03T21:39:47.651679 | 2023-08-06T16:29:45 | 2023-08-06T16:29:45 | 181,735,877 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,883 | puml | @startuml
class Midi1Input
{
+Midi1Input(std::unique_ptr<IMidiInMedium> pMedium);
+IMidiInMedium& medium();
+void registerMidiInCb(IMidi1InputCallback* pMidiInCb);
+void update();
-std::unique_ptr<IMidiInMedium> m_pMedium;
-IMidi1InputCallback* m_pMidiInCb;
-void processIncomingData(double timestamp, std::vector<uint8_t>& data);
}
class Midi1Output
{
+Midi1Output(std::unique_ptr<IMidiOutMedium> pMedium);
+IMidiOutMedium& medium();
+bool noteOn(uint8_t channel, uint8_t note, uint8_t velocity);
+bool noteOff(uint8_t channel, uint8_t note, uint8_t velocity);
+bool pitchBend(uint8_t channel, int16_t value);
+bool controlParameter(uint8_t channel, uint8_t ccId, uint8_t value);
+bool sysEx(const std::vector<uint8_t>& msg);
-std::unique_ptr<IMidiOutMedium> m_pMedium;
-bool send(const MsgLayout<1>& midiMessage);
-bool send(const MsgLayout<2>& midiMessage);
-bool send(const MsgLayout<3>& midiMessage);
}
enum IMidiMedium::Type
{
USB
DIN
BLE
}
class IMidiMedium
{
+{abstract}virtual ~IMidiMedium(){}
+{abstract}virtual Type getType() const = 0;
+{abstract}virtual std::string getDevicePortName() const = 0;
+{abstract}virtual std::string getDeviceName() const = 0;
}
class IMidiInMedium
{
+using Callback = std::function<void(double, std::vector<uint8_t>&)>;
+{abstract}virtual void registerCallback(Callback cb) = 0;
+{abstract}virtual void update() = 0;
}
class IMidiOutMedium
{
+{abstract}virtual bool send(const std::vector<uint8_t>& message) = 0;
}
class UsbMidiIn
{
+UsbMidiIn() noexcept;
+UsbMidiIn(const UsbMidiIn& other) = delete;
+UsbMidiIn(UsbMidiIn&& other) noexcept;
+UsbMidiIn& operator=(const UsbMidiIn& other) = delete;
+bool openPort(int portNmbr) noexcept;
+bool openVirtualPort(std::string portName) noexcept;
+void closePort() noexcept;
+Type getType() const override;
+std::string getDevicePortName() const override;
+std::string getDeviceName() const override;
+void registerCallback(Callback cb) override;
+void update() override;
}
class UsbMidiOut
{
+UsbMidiOut() noexcept;
+UsbMidiOut(const UsbMidiOut& other) = delete;
+UsbMidiOut(UsbMidiOut&& other) noexcept;
+UsbMidiOut& operator=(const UsbMidiOut& other) = delete;
+bool openPort(int portNmbr) noexcept;
+bool openVirtualPort(std::string portName) noexcept;
+void closePort() noexcept;
+Type getType() const override;
+std::string getDevicePortName() const override;
+std::string getDeviceName() const override;
+bool send(const std::vector<uint8_t>& message) override;
}
IMidiMedium <|-- IMidiInMedium
IMidiMedium <|-- IMidiOutMedium
IMidiInMedium <|-- UsbMidiIn
IMidiOutMedium <|-- UsbMidiOut
Midi1Input *-- IMidiInMedium
Midi1Output *-- IMidiOutMedium
@enduml | false | true | false | false | class |
c254375889c8cf0533093527ec72241ce36973a6 | 256d77b8a566bae638bc2923787394306efb6cc1 | /doc/event-handler.puml | 498437bd36fc98e1df86bac84d4860a3d69e9f3c | [
"MIT"
] | permissive | umitakkaya/store | b07a6a7f199b5b7518cf2f1fc542199467eafa7f | 928043731721004b9c1465c9c88b1f3c53c40229 | refs/heads/master | 2020-07-30T10:26:34.600514 | 2019-10-23T11:25:01 | 2019-10-23T11:25:01 | 210,193,116 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 645 | puml | @startuml
EventHandler <-- MessageBus
EventHandler <-- EventMapper
MessageBus o-- Message
class EventHandler {
-MessageBus messageBus
-EventMapper mapper
+publish(Event[] $events): void
}
class EventMapper {
+mapEventsToMessages(Event[] $events): Message[]
-mapEventToMessage(Event $event): Message
-mapEventAttributes(Event $event): array
}
class Message {
-string name
-DateTimeInterface createdAt
-array attributes
+getName(): string
+getHeaders(): string[]
+getAttributes(): array
}
interface MessageBus {
publish(Message[] $messages): void
}
@enduml
| false | true | false | false | class |
5bf818756141369387167fc397a07559987b7fdb | 644b7bb773b84596a2de4d31a0603284d9562e56 | /redux/aggregators/reducers.iuml | c32a153707d9fb350a71b2445c723c5e58ae26f5 | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 393 | iuml | class Reducers{
+ {static} combine(): object
}
note right of Reducers
{
academicYears: ManageYears,
accounts: Admin,
admins: AdminEmployer,
course: CourseExams,
courses: Course,
currentUser: Session
exams: ExamsList,
metamask: Metamask,
selectedExam: Evaluator,
signup: Booking,
studentData: Student,
teacherData: TeacherExams,
techersList: TeachersList
}
end note
| false | true | false | false | class |
58025d8a3011b3bedf6055a871f91ed6f3840683 | c9c618e7ea0dc7e1e8957ddba74791e0b34419af | /src/main/java/structuration/facade/eni/facade.puml | dbcf3668a364d56d227f020dd60f5f3f6cd87158 | [] | no_license | soffiane/java-design-patterns | c978e24723721895e559683ad3334a44ce540a05 | bff3ce4caf56590daa35e8b1a08bdcdf6e118e73 | refs/heads/master | 2020-12-03T06:12:13.046057 | 2020-02-13T21:48:22 | 2020-02-13T21:48:22 | 231,225,139 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 929 | puml | @startuml
allow_mixing
interface WebServiceAuto{
+chercheVehicule(prixMoyen, ecartMax)
}
component RepriseVehicule
component GestionDocument
component Catalogue
WebServiceAuto ..> RepriseVehicule
WebServiceAuto ..> GestionDocument
WebServiceAuto ..> Catalogue
WebServiceAuto ()- RepriseVehicule
WebServiceAuto ()- GestionDocument
WebServiceAuto ()- Catalogue
note top of WebServiceAuto : Pattern Facade permet de regrouper plusieurs interfaces dans\nune seule afin de n'exposer que celle ci au client.Interface de\nniveau eleve qui encapsule des interfaces de plus bas niveau.\nIci,on veut exposer des services via un webservices avec 3 composants :\nCatalogue, GestionDocument et RepriseVehicule. On pourrait juste exposer\nles interfaces separemment mais pas pratique car pas forcement besoin\nde toutes les fonctionnalités et ca manquerait de modularité. Il vaut mieux une\ninterface de plus haut niveau (la Facade)
@enduml | false | true | true | false | class |
b67eb34e948df4ebf37fa8b32aac2a71b31363da | 66189c5ec1fd3d87a5db4f281fb8eee547b62011 | /com/zx/uml/implementation/implementation.puml | c36dcf078561b23e9778a3df6d88d5c8f6c49b9d | [] | no_license | Jcduhdt/DesignPattern | 27168347a85ab79a0976d2ef3ce6e8687bd01ddd | 501635e4eebba510ae3d1bb26ebfdaccf76beb8c | refs/heads/master | 2021-02-17T20:03:58.951599 | 2020-03-15T08:34:11 | 2020-03-15T08:34:11 | 245,124,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 159 | puml | @startuml
interface PersonService{
delete(id:Integer):void
}
class PersonServiceBean{
delete(id:Integer):void
}
PersonService <|..PersonServiceBean
@enduml | false | true | false | false | class |
6963973671d056fc67b369208d06076388bdb892 | 1f9d63f2cb9f17d564c34e67fe10a18c6e764538 | /uml/class/keyple_2_0_class_commons_api.puml | 62fac2ffc5bca7d62a9e0e3d9569958f625919c9 | [] | no_license | jeanpierrefortune/keyple_2_0 | d07861c0c7792a1cf3dce705fef3565b53cf01cb | 6716a69547fcfa797986a2b02ed904bf8f33b9a2 | refs/heads/master | 2023-02-25T16:40:54.126427 | 2021-02-02T16:34:21 | 2021-02-02T16:34:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,867 | puml | @startuml
title
Keyple 2.0 - keyple-commons-api - 2.0 (02/02/2021)
end title
' == THEME ==
'Couleurs issues de : https://htmlcolorcodes.com/fr/tableau-de-couleur/tableau-de-couleur-design-plat/
!define C_GREY1 F8F9F9
!define C_GREY2 F2F3F4
!define C_GREY3 E5E7E9
!define C_GREY4 D7DBDD
!define C_GREY5 CACFD2
!define C_GREY6 BDC3C7
!define C_LINK 3498DB
!define C_USE 27AE60
skinparam Shadowing false
skinparam ClassFontStyle italic
skinparam ClassBorderColor #D4AC0D
skinparam stereotypeABorderColor #A9DCDF
skinparam stereotypeIBorderColor #B4A7E5
skinparam stereotypeCBorderColor #ADD1B2
skinparam stereotypeEBorderColor #EB93DF
' Red
skinparam ClassBackgroundColor<<red>> #FDEDEC
skinparam ClassBorderColor<<red>> #E74C3C
hide <<red>> stereotype
' Purple
skinparam ClassBackgroundColor<<purple>> #F4ECF7
skinparam ClassBorderColor<<purple>> #8E44AD
hide <<purple>> stereotype
' blue
skinparam ClassBackgroundColor<<blue>> #EBF5FB
skinparam ClassBorderColor<<blue>> #3498DB
hide <<blue>> stereotype
' Green
skinparam ClassBackgroundColor<<green>> #E9F7EF
skinparam ClassBorderColor<<green>> #27AE60
hide <<green>> stereotype
' Grey
skinparam ClassBackgroundColor<<grey>> #EAECEE
skinparam ClassBorderColor<<grey>> #2C3E50
hide <<grey>> stereotype
' == CONTENT ==
package "org.eclipse.keyple.commons" as api {
+interface KeyplePluginFactory {
}
+interface KeyplePlugin {
}
+interface KeypleReader {
}
+interface KeypleDistributedLocalServiceFactory {
}
+interface KeypleDistributedLocalService {
}
+interface KeypleDefaultSelectionsRequest {
}
+interface KeypleDefaultSelectionsResponse {
}
+interface KeypleCardSelector {
}
+interface KeyplePluginEvent {
}
+interface KeypleReaderEvent {
}
}
' Associations
' == LAYOUT ==
' == STYLE ==
package api #C_GREY1 {}
@enduml | false | true | false | false | uml-unknown |
518ab25f9301ae3edc884071680fe3ea5b901e39 | d3f921b9e488b1d7e2fa86d01a2e6855219b1d05 | /fdv.authentication.service.provider/fdv.authentication.service.provider.plantuml | 14f20a21d992ad87a26f18def9fae0241272f365 | [
"Apache-2.0"
] | permissive | gematik/ref-ePA-FdV-Modul | d50e244d781702b95a9a31dc4efee09765546d79 | 2c6aba13f01c4fb959424342a5fa8ce1660ffad4 | refs/heads/master | 2022-01-19T20:31:23.703274 | 2022-01-07T07:24:03 | 2022-01-07T07:24:03 | 239,501,237 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,246 | plantuml | @startuml
namespace de.gematik.ti.epa.fdv.authentication.service.provider.provider.api {
interface de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.IAuthenticationResult {
}
interface de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.IAuthenticator {
}
interface de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.ICertificateHolder {
}
namespace entities {
class de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.entities.AuthenticationResult {
}
enum AuthenticationState {
}
}
}
namespace de.gematik.ti.epa.fdv.authentication.service.provider.provider.spi {
interface de.gematik.ti.epa.fdv.authentication.service.provider.provider.spi.IAuthenticationProvider {
}
}
de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.entities.AuthenticationResult .up.|> de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.IAuthenticationResult
de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.entities.AuthenticationResult o-- de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.entities.AuthenticationState : authState
@enduml
| false | true | false | false | class |
49e6840c00191984414386b7e47170a8e5aaef4b | c800a9e50329b7396684ae18c153bae04446d17a | /docs/testsResults/T05_Should_create_spot_with_background.puml | 2da863646fb3617210877fab1091db9fee0d0e29 | [
"Apache-2.0"
] | permissive | isukces/AutoUml | 5cae179ab7db7042d5b59960cb5aac3bb13522a1 | d4a64c9d6d05ac55e195425f45f11080cd294755 | refs/heads/master | 2023-09-01T05:31:23.658558 | 2023-08-19T14:26:18 | 2023-08-19T14:26:18 | 142,751,263 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 138 | puml | @startuml
title
Diagram Test
end title
class Order << (X,#0000ff) >> #ff0000
{
}
class OrderItem
{
}
Order --{ OrderItem:Items
@enduml
| false | true | false | false | class |
34d433a5ce4090e27ab590f6866e5b10c98520bc | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/green/1160815/sp3/analysis3.puml | 12f9962ba60207b99381ddcf9ef51664601e7e3b | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 568 | puml | @startuml analysis3.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : navigate to Note page
Browser ->> Server : getAllNotes()
database Database
Server -> Database : fetch
Server -->> Browser : return
Browser -> Browser : display notes
User -> Browser : clicks in edit note button of a note
Browser -> Server : updateNote()
Server -> Database : fetch
Server -->> Browser : return
Browser -> Browser : display ListNote
@enduml | false | true | false | false | sequence |
c84207d0062c72a93f489c9a8fcb09129048be37 | 25c79962dfac3b9caa8a6307d1b60ea53b32c428 | /docs/seq_diagrams/async_flow.puml | 62f6116be0d38f3b8e67809f6d886a50a166659d | [] | no_license | isabella232/vbroker | ea7edbcb57b73db18603789a4f096f6af1c55e0b | 0122846487ceeb86915e83e66cf2b009e4c5207e | refs/heads/master | 2023-03-15T20:38:13.640054 | 2018-05-02T06:32:17 | 2018-05-02T06:32:17 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
Producer -> Varadhi : Async Message
Varadhi --> Varadhi : Produce the message
Varadhi -> Producer : Ack message (202 Accepted)
Varadhi --> Varadhi : Consume message
Varadhi -> Consumer : Message Call
Consumer -> Varadhi : Response
Varadhi -> Producer : Callback (optional)
@enduml | false | true | false | false | sequence |
50a6762f6a61a630e013aadf6b18356a5fe7d709 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/learning_plan/offer/second/second.plantuml | 8b2d3dc64fbc5118b48e019df914c0fd960f6b80 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 798 | plantuml | @startuml
title __SECOND's Class Diagram__\n
namespace cn.shui.learning_plan.offer.second {
class cn.shui.learning_plan.offer.second.Offer06 {
+ reversePrint()
}
}
namespace cn.shui.learning_plan.offer.second {
class cn.shui.learning_plan.offer.second.Offer24 {
+ reverseList()
+ reverseList2()
}
}
namespace cn.shui.learning_plan.offer.second {
class cn.shui.learning_plan.offer.second.Offer35 {
~ cachedNode : Map<Node1, Node1>
+ copyRandomList()
+ copyRandomList2()
+ copyRandomList3()
}
}
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
| false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.