@PortedFrom(file="tRelated.h", name="TRelated") public class Related extends Object implements Serializable
| Constructor and Description |
|---|
Related(Individual a,
Individual b,
Role r) |
| Modifier and Type | Method and Description |
|---|---|
Individual |
getA() |
Individual |
getB() |
Role |
getRole() |
void |
simplify()
simplify structure wrt synonyms
|
public Related(Individual a, Individual b, Role r)
a - a_b - b_r - R_@PortedFrom(file="tRelated.h", name="simplify") public void simplify()
@PortedFrom(file="tRelated.h", name="getRole") public Role getRole()
@Original public Individual getA()
@Original public Individual getB()
Copyright © 2018 The University of Manchester. All rights reserved.