Uses of Class
net.sourceforge.plantuml.plasma.Quark
Packages that use Quark
Package
Description
-
Uses of Quark in net.atmp
Modifier and TypeMethodDescriptionCucaDiagram.firstWithName
(String name) CucaDiagram.quarkInContext
(boolean reuseExistingChild, String full) Modifier and TypeMethodDescriptionCucaDiagram.getPortFor
(String entString, Quark<Entity> ident) final CommandExecutionResult
final boolean
final Entity
-
Uses of Quark in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return QuarkModifier and TypeMethodDescriptionEntityFactory.firstWithName
(String full) Entity.getQuark()
EntityFactory.root()
Methods in net.sourceforge.plantuml.abel that return types with arguments of type QuarkMethods in net.sourceforge.plantuml.abel with parameters of type QuarkModifier and TypeMethodDescriptionEntityFactory.createGroup
(Quark<Entity> quark, GroupType groupType, Set<VisibilityModifier> hides) final Entity
EntityFactory.createLeaf
(Quark<Entity> quark, LeafType entityType, Set<VisibilityModifier> hides) -
Uses of Quark in net.sourceforge.plantuml.activitydiagram
Methods in net.sourceforge.plantuml.activitydiagram with parameters of type Quark -
Uses of Quark in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command with parameters of type QuarkModifier and TypeMethodDescriptionstatic boolean
CommandCreateElementFull.existsWithBadType3
(AbstractEntityDiagram diagram, Quark<Entity> code, LeafType type, USymbol usymbol) -
Uses of Quark in net.sourceforge.plantuml.klimt.creole
Methods in net.sourceforge.plantuml.klimt.creole with parameters of type Quark -
Uses of Quark in net.sourceforge.plantuml.plasma
Methods in net.sourceforge.plantuml.plasma that return QuarkModifier and TypeMethodDescriptionQuark.childIfExists
(String name) Plasma.firstWithName
(String name) Quark.getParent()
Plasma.root()
Methods in net.sourceforge.plantuml.plasma that return types with arguments of type QuarkMethods in net.sourceforge.plantuml.plasma with parameters of type Quark -
Uses of Quark in net.sourceforge.plantuml.statediagram
Methods in net.sourceforge.plantuml.statediagram with parameters of type QuarkModifier and TypeMethodDescriptionboolean
StateDiagram.checkConcurrentStateOk
(Quark<Entity> code)