Package | Description |
---|---|
xuml.tools.diagram | |
xuml.tools.miuml.metamodel.jaxb | |
xuml.tools.model.compiler |
Modifier and Type | Method and Description |
---|---|
String |
ClassDiagramGenerator.generate(Domains domains,
int domainIndex,
int ssIndex,
com.google.common.base.Optional<String> viewJson) |
String |
ClassDiagramGenerator.generate(Domains domains,
String domainName,
String subsystemName,
com.google.common.base.Optional<String> viewJson) |
Modifier and Type | Method and Description |
---|---|
Domains |
ObjectFactory.createDomains()
Create an instance of
Domains |
Domains |
Marshaller.unmarshal(InputStream is)
Unmarshals the xml in the
InputStream to a Domains . |
Modifier and Type | Method and Description |
---|---|
jakarta.xml.bind.JAXBElement<Domains> |
ObjectFactory.createDomains(Domains value)
|
Modifier and Type | Method and Description |
---|---|
jakarta.xml.bind.JAXBElement<Domains> |
ObjectFactory.createDomains(Domains value)
|
Modifier and Type | Method and Description |
---|---|
CodeGeneratorJava.Builder |
CodeGeneratorJava.Builder.domains(Domains domains) |
static ModeledDomain |
Util.getModeledDomain(Domains domains,
String name) |
Constructor and Description |
---|
CodeGeneratorJava(Domains domains,
String domainName,
String domainPackageName,
String domainSchema,
File entitySourceDirectory,
File resourcesDirectory,
String implementationPackageName,
File implementationSourceDirectory,
boolean generatePersistenceXml,
boolean overwriteImplementation) |
Copyright © 2012–2022. All rights reserved.