public abstract class AbstractServiceFactoryBase extends Object implements ServiceFactory
Constructor and Description |
---|
AbstractServiceFactoryBase() |
Modifier and Type | Method and Description |
---|---|
Set<IVariable<?>> |
getDesiredBound(ServiceNode serviceNode)
Default implementation for method
ServiceFactory.getDesiredBound(ServiceNode) , allowing for
simple services where all variables used inside the service are
considered "outgoing". |
Set<IVariable<?>> |
getRequiredBound(ServiceNode serviceNode)
Default implementation for method
ServiceFactory.getRequiredBound(ServiceNode) , allowing for
simple services where all variables used inside the service are
considered "outgoing". |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, getServiceOptions
public Set<IVariable<?>> getRequiredBound(ServiceNode serviceNode)
ServiceFactory.getRequiredBound(ServiceNode)
, allowing for
simple services where all variables used inside the service are
considered "outgoing". As a consequence, when building upon this
default implementation, the Service will be executed *before* the
variables used inside the Service body are bound.getRequiredBound
in interface ServiceFactory
public Set<IVariable<?>> getDesiredBound(ServiceNode serviceNode)
ServiceFactory.getDesiredBound(ServiceNode)
, allowing for
simple services where all variables used inside the service are
considered "outgoing". As a consequence, when building upon this
default implementation, the Service will be executed *before* the
variables used inside the Service body are bound.getDesiredBound
in interface ServiceFactory
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.