Obter o Tipo de Relacionamento Reverso

Cada tipo de relacionamento tem um tipo de relacionamento reverso. Para obter o tipo reverso, utilize RAMRelationshipType.getReverseType().

                //Obter o Tipo de Relacionamento Reverso para um determinado Tipo de Relacionamento
                RAMRelationshipType reverseType = (RAMRelationshipType)relationshipType.getReverseType();

Feedback