Package net.sourceforge.plantuml.baraye
Class Plasma
- java.lang.Object
-
- net.sourceforge.plantuml.baraye.Plasma
-
public class Plasma extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
countChildren(Quark parent)
List<Quark>
getChildren(Quark parent)
Quark
getIfExists(List<String> signature)
Quark
getIfExistsFromFullPath(String full)
Quark
getIfExistsFromName(String name)
String
getSeparator()
void
moveAllTo(Quark src, Quark dest)
Quark
parse(Quark root, String full)
Collection<Quark>
quarks()
Quark
root()
void
setSeparator(String separator)
-
-
-
Constructor Detail
-
Plasma
public Plasma(String separator)
-
-