@PortedFrom(file="tRelated.h", name="TRelated") public class Related extends Object
| Constructor and Description |
|---|
Related(Individual a_,
Individual b_,
Role R_) |
| Modifier and Type | Method and Description |
|---|---|
Individual |
getA() |
Individual |
getB() |
Role |
getRole()
get access to role wrt the FROM direction
|
void |
simplify()
simplify structure wrt synonyms
|
public Related(Individual a_, Individual b_, Role 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 © 2013 The University of Manchester. All Rights Reserved.