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.statistics |
Classes responsible for tracking and reporting model statistics.
|
org.tanjakostic.jcleancim.validation |
Classes responsible for validating the model and the rules to apply.
|
Modifier and Type | Method and Description |
---|---|
UmlDependency |
UmlStructure.addDependency(UmlStructure target,
UmlObjectData objData,
UmlDependency.Data data)
Creates from arguments an explicit (hand-drawn) UML dependency, adds it to itself as
source , to target as target, and to the model, and returns the
newly created object. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<UmlDependency> |
UmlModel.getDependencies()
Returns all explicit (hand-drawn) dependencies in this model.
|
java.util.Set<UmlDependency> |
UmlStructure.getDependenciesAsSource()
Returns all explicit (hand-drawn) UML dependencies where I am source.
|
java.util.Set<UmlDependency> |
UmlStructure.getDependenciesAsTarget()
Returns all explicit (hand-drawn) UML dependencies where I am target.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<UmlKind,java.util.List<UmlDependency>> |
StatsPerOwner.getDependencies() |
java.util.Map<OwningWg,java.util.Collection<UmlDependency>> |
ModelStats.getScopedDependencies() |
Modifier and Type | Method and Description |
---|---|
java.util.List<UmlDependency> |
DependencyValidator.getScopedUmlObjects() |
Modifier and Type | Method and Description |
---|---|
void |
DependencyValidator.DependenciesWithUnallowedDirection.validate(UmlDependency d,
ModelIssues issues) |
Copyright 2009-2016 Tatjana (Tanja) Kostic