public class UsageOperations extends java.lang.Object implements Relationship
| Constructor and Description | 
|---|
UsageOperations(DocumentManager doc,
               Architecture a)  | 
UsageOperations(DocumentManager documentManager,
               java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
UsageOperations | 
and(java.lang.String idElement)  | 
UsageOperations | 
between(java.lang.String idElement)  | 
java.lang.String | 
build()  | 
Relationship | 
createRelation()  | 
UsageOperations | 
createRelation(java.lang.String name)  | 
UsageOperations | 
withMultiplicy(java.lang.String string)  | 
public UsageOperations(DocumentManager doc, Architecture a)
public UsageOperations(DocumentManager documentManager, java.lang.String name)
public UsageOperations createRelation(java.lang.String name)
public UsageOperations between(java.lang.String idElement)
between in interface Relationshippublic UsageOperations and(java.lang.String idElement)
and in interface Relationshippublic java.lang.String build()
build in interface Relationshippublic UsageOperations withMultiplicy(java.lang.String string) throws NotSuppportedOperation
withMultiplicy in interface RelationshipNotSuppportedOperationpublic Relationship createRelation()
createRelation in interface Relationship