Uses of Class
cz.vutbr.fit.layout.model.AreaConnection
-
Packages that use AreaConnection Package Description cz.vutbr.fit.layout.patterns -
-
Uses of AreaConnection in cz.vutbr.fit.layout.patterns
Methods in cz.vutbr.fit.layout.patterns that return types with arguments of type AreaConnection Modifier and Type Method Description Collection<AreaConnection>
ConnectionSetModelLoader. constructConnectionSet(org.eclipse.rdf4j.model.IRI csetIri, RDFArtifactRepository artifactRepo)
Collection<AreaConnection>
AreaConnectionProvider. extractConnections(AreaTree input, Page page)
Collection<AreaConnection>
TextChunkConnectionProvider. extractConnections(ChunkSet input, Page page)
Set<AreaConnection>
RelationAnalyzer. getConnections()
Methods in cz.vutbr.fit.layout.patterns with parameters of type AreaConnection Modifier and Type Method Description protected void
RelationAnalyzer. addAreaConnection(AreaConnection conn)
Method parameters in cz.vutbr.fit.layout.patterns with type arguments of type AreaConnection Modifier and Type Method Description org.eclipse.rdf4j.model.Model
ConnectionSetModelBuilder. createModel(org.eclipse.rdf4j.model.IRI artifactIri, Collection<AreaConnection> conns)
protected void
ConnectionSetArtifactService. saveConnections(org.eclipse.rdf4j.model.IRI artifactIri, Collection<AreaConnection> cons)
-