Package cz.vutbr.fit.layout.patterns
Class ConnectionSetArtifactService
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseService
-
- cz.vutbr.fit.layout.impl.BaseParametrizedOperation
-
- cz.vutbr.fit.layout.impl.BaseArtifactService
-
- cz.vutbr.fit.layout.patterns.ConnectionSetArtifactService
-
- All Implemented Interfaces:
ArtifactService
,ParametrizedOperation
,Service
- Direct Known Subclasses:
AreaConnectionProvider
,TextChunkConnectionProvider
public abstract class ConnectionSetArtifactService extends BaseArtifactService
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description ConnectionSetArtifactService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
saveConnections(org.eclipse.rdf4j.model.IRI artifactIri, Collection<AreaConnection> cons)
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseArtifactService
getCategory, toString
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseParametrizedOperation
defineParams, getParam, getParams, getParamString, setParam
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseService
getServiceManager, setServiceManager
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.vutbr.fit.layout.api.ArtifactService
getConsumes, getProduces, process
-
Methods inherited from interface cz.vutbr.fit.layout.api.Service
getDescription, getId, getName, setServiceManager
-
-
-
-
Method Detail
-
saveConnections
protected void saveConnections(org.eclipse.rdf4j.model.IRI artifactIri, Collection<AreaConnection> cons) throws ServiceException
- Throws:
ServiceException
-
-