Package | Description |
---|---|
org.tanjakostic.jcleancim.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
org.tanjakostic.jcleancim.validation |
Classes responsible for validating the model and the rules to apply.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<UmlSkipped> |
UmlStructure._skippedUmlItems |
Modifier and Type | Method and Description |
---|---|
(package private) UmlSkipped |
UmlStructure.addSkippedUmlItem(java.lang.String name,
boolean isConnector)
For testing only: Adds skipped UML item with default data.
|
UmlSkipped |
UmlStructure.addSkippedUmlItem(UmlObjectData objData,
UmlSkipped.Data data)
Creates from arguments a skipped UML item, adds it to itself, and returns the newly created
object.
|
(package private) static UmlSkipped |
UmlSkipped.basicConnector(UmlStructure source)
Constructs minimal instance - useful for testing.
|
(package private) static UmlSkipped |
UmlSkipped.basicElement(UmlStructure container)
Constructs minimal instance - useful for testing.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<UmlSkipped> |
UmlStructure.getSkippedUmlItems()
Returns all skipped UML items: elements within or connectors with this structure.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
PackageValidator.PackageUnexpectedConnectors.isAcceptedConnector(UmlSkipped skipped) |
private boolean |
ClassValidator.ClassesWithUnexpectedConnectors.isAcceptedConnector(UmlSkipped skipped) |
private boolean |
PackageValidator.PackageUnexpectedElements.isAcceptedElement(UmlSkipped skipped) |
private boolean |
ClassValidator.CimClassesWithUnexpectedElements.isAcceptedElement(UmlSkipped skipped) |
Copyright 2009-2015 Tatjana (Tanja) Kostic