public interface Relationship
| Modifier and Type | Method and Description | 
|---|---|
Relationship | 
and(java.lang.String idElement)  | 
Relationship | 
between(java.lang.String idElement)  | 
java.lang.String | 
build()  | 
Relationship | 
createRelation()  | 
Relationship | 
withMultiplicy(java.lang.String string)  | 
Relationship createRelation()
Relationship between(java.lang.String idElement) throws NotSuppportedOperation
NotSuppportedOperationRelationship and(java.lang.String idElement) throws NotSuppportedOperation
NotSuppportedOperationjava.lang.String build()
Relationship withMultiplicy(java.lang.String string) throws NotSuppportedOperation
NotSuppportedOperation