public class DependencyOperations extends java.lang.Object implements Relationship
Constructor and Description |
---|
DependencyOperations(DocumentManager doc,
Architecture a) |
DependencyOperations(DocumentManager documentManager2,
java.lang.String name2) |
Modifier and Type | Method and Description |
---|---|
DependencyOperations |
and(java.lang.String idElement) |
DependencyOperations |
between(java.lang.String idElement) |
java.lang.String |
build() |
DependencyOperations |
createRelation() |
DependencyOperations |
withMultiplicy(java.lang.String string) |
DependencyOperations |
withName(java.lang.String relationshipName) |
DependencyOperations |
withStereotypes(java.util.List<java.lang.String> stereotypes) |
public DependencyOperations(DocumentManager doc, Architecture a)
public DependencyOperations(DocumentManager documentManager2, java.lang.String name2)
public DependencyOperations createRelation()
createRelation
in interface Relationship
public DependencyOperations between(java.lang.String idElement)
between
in interface Relationship
public DependencyOperations and(java.lang.String idElement)
and
in interface Relationship
public java.lang.String build()
build
in interface Relationship
public DependencyOperations withStereotypes(java.util.List<java.lang.String> stereotypes)
public DependencyOperations withMultiplicy(java.lang.String string) throws NotSuppportedOperation
withMultiplicy
in interface Relationship
NotSuppportedOperation
public DependencyOperations withName(java.lang.String relationshipName)