Uses of Class
com.merative.acd.v1.model.Relation
-
Packages that use Relation Package Description com.merative.acd.v1.model -
-
Uses of Relation in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return Relation Modifier and Type Method Description Relation
ContainerGroup. getRelation(int index)
Gets the Relation.Relation
UnstructuredContainer. getRelation(int index)
Gets Relation.Methods in com.merative.acd.v1.model that return types with arguments of type Relation Modifier and Type Method Description java.util.List<Relation>
ContainerAnnotation. getRelations()
Gets the Relation.java.util.List<Relation>
ContainerGroup. getRelations()
Gets the Relations.java.util.List<Relation>
UnstructuredContainer. getRelations()
Gets the Relation.
-