public abstract class AbstractRelation extends Object implements Relation
Modifier and Type | Method and Description |
---|---|
Predicate |
getPredicate() |
Relate |
getRelate(Integer position) |
List<Relate> |
getRelates() |
abstract RelationTypeFamily |
getRelationTypeFamily() |
String |
hash() |
boolean |
hasPredicate(Predicate predicate) |
void |
setPredicate(Predicate predicate) |
void |
setRelates(List<Relate> relates) |
String |
toString() |
public abstract RelationTypeFamily getRelationTypeFamily()
getRelationTypeFamily
in interface Relation
public Predicate getPredicate()
public final void setPredicate(Predicate predicate)
public boolean hasPredicate(Predicate predicate)
hasPredicate
in interface Relation
public List<Relate> getRelates()
getRelates
in interface Relation
Copyright © 2015 Nuxeo SA. All rights reserved.