public abstract class AbstractCreateNeedAction extends BaseEventBotAction
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
doNotMatch |
protected java.util.List<java.net.URI> |
facets |
protected java.lang.String |
uriListName |
protected boolean |
usedForTesting |
logger| Constructor and Description |
|---|
AbstractCreateNeedAction(EventListenerContext eventListenerContext,
java.lang.String uriListName,
boolean usedForTesting,
boolean doNotMatch,
java.net.URI... facets)
Creates a need with the specified facets.
|
AbstractCreateNeedAction(EventListenerContext eventListenerContext,
java.lang.String uriListName,
java.net.URI... facets)
Creates a need with the specified facets.
|
AbstractCreateNeedAction(EventListenerContext eventListenerContext,
java.net.URI... facets)
Creates a need with the specified facets.
|
| Modifier and Type | Method and Description |
|---|---|
protected WonMessage |
createWonMessage(WonNodeInformationService wonNodeInformationService,
java.net.URI needURI,
java.net.URI wonNodeURI,
org.apache.jena.query.Dataset needDataset) |
protected WonMessage |
createWonMessage(WonNodeInformationService wonNodeInformationService,
java.net.URI needURI,
java.net.URI wonNodeURI,
org.apache.jena.query.Dataset needDataset,
boolean usedForTesting,
boolean doNotMatch) |
void |
setDoNotMatch(boolean doNotMatch) |
void |
setUsedForTesting(boolean usedForTesting) |
doRun, getActionTask, getEventListenerContextprotected java.util.List<java.net.URI> facets
protected java.lang.String uriListName
protected boolean usedForTesting
protected boolean doNotMatch
public AbstractCreateNeedAction(EventListenerContext eventListenerContext, java.net.URI... facets)
public AbstractCreateNeedAction(EventListenerContext eventListenerContext, java.lang.String uriListName, java.net.URI... facets)
public AbstractCreateNeedAction(EventListenerContext eventListenerContext, java.lang.String uriListName, boolean usedForTesting, boolean doNotMatch, java.net.URI... facets)
protected WonMessage createWonMessage(WonNodeInformationService wonNodeInformationService, java.net.URI needURI, java.net.URI wonNodeURI, org.apache.jena.query.Dataset needDataset) throws WonMessageBuilderException
WonMessageBuilderExceptionprotected WonMessage createWonMessage(WonNodeInformationService wonNodeInformationService, java.net.URI needURI, java.net.URI wonNodeURI, org.apache.jena.query.Dataset needDataset, boolean usedForTesting, boolean doNotMatch) throws WonMessageBuilderException
WonMessageBuilderExceptionpublic void setUsedForTesting(boolean usedForTesting)
public void setDoNotMatch(boolean doNotMatch)
Copyright © 2018. All Rights Reserved.