index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/crawlconnection/CrawlConnectionCommandFailureEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/crawlconnection/CrawlConnectionCommandSuccessEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/factory/FactoryAtomCreationSkippedEvent.java | /*
* Copyright 2017 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/factory/FactoryHintEvent.java | package won.bot.framework.eventbot.event.impl.factory;
import java.net.URI;
import won.bot.framework.eventbot.event.BaseEvent;
/**
* Event used when a hintevent is called on a factory atom
*/
public class FactoryHintEvent extends BaseEvent {
private URI requesterURI;
private URI factoryAtomURI;
public... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/factory/InitFactoryFinishedEvent.java | /*
* Copyright 2017 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/factory/StartFactoryAtomCreationEvent.java | /*
* Copyright 2017 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/lifecycle/ActEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/lifecycle/ErrorEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/lifecycle/InitializeEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/lifecycle/InternalWorkDoneEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/lifecycle/ShutdownEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/lifecycle/WorkDoneEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/listener/FinishedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/monitor/CrawlDoneEvent.java | package won.bot.framework.eventbot.event.impl.monitor;
import won.bot.framework.eventbot.event.BaseEvent;
/**
* User: ypanchenko Date: 23.03.2016
*/
public class CrawlDoneEvent extends BaseEvent {
}
|
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/monitor/CrawlReadyEvent.java | package won.bot.framework.eventbot.event.impl.monitor;
import won.bot.framework.eventbot.event.BaseEvent;
/**
* User: ypanchenko Date: 23.03.2016
*/
public class CrawlReadyEvent extends BaseEvent {
}
|
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/monitor/MessageDispatchStartedEvent.java | package won.bot.framework.eventbot.event.impl.monitor;
import won.bot.framework.eventbot.event.impl.wonmessage.MessageSpecificEvent;
import won.protocol.message.WonMessage;
/**
* User: ypanchenko Date: 04.03.2016
*/
public class MessageDispatchStartedEvent extends MessageSpecificEvent {
public MessageDispatchSt... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/monitor/MessageDispatchedEvent.java | package won.bot.framework.eventbot.event.impl.monitor;
import won.bot.framework.eventbot.event.impl.wonmessage.MessageSpecificEvent;
import won.protocol.message.WonMessage;
/**
* User: ypanchenko Date: 04.03.2016
*/
public class MessageDispatchedEvent extends MessageSpecificEvent {
public MessageDispatchedEvent... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/socket/CommentSocketCreatedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/socket/GroupSocketCreatedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/test/SuccessEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/test/TestFailedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/test/TestFinishedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/test/TestPassedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/validate/ValidateConnectionCommandEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/validate/ValidateConnectionCommandFailureEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/validate/ValidateConnectionCommandSuccessEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/AtomHintFromMatcherEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/CloseFromOtherAtomEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/ConnectFromOtherAtomEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/DeliveryResponseEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/FailureResponseEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/HintFromMatcherEvent.java | package won.bot.framework.eventbot.event.impl.wonmessage;
import java.net.URI;
import won.bot.framework.eventbot.event.BaseEvent;
import won.bot.framework.eventbot.event.MessageEvent;
import won.protocol.message.WonMessage;
import won.protocol.message.WonMessageType;
import won.protocol.message.WonMessageUtils;
publ... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/MessageFromOtherAtomEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/MessageSpecificEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/SocketHintFromMatcherEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/SuccessResponseEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/WonMessageReceivedOnConnectionEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/WonMessageSentEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/event/impl/wonmessage/WonMessageSentOnConnectionEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/AbstractCompositeFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/AbstractDelegatingFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/CompositeFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/DelegatingFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/EventFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/AbstractNamedUriListFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/AcceptAllEventsFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/AcceptNTimesFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/AcceptOnceFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/AndFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/AtomUriEventFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/AtomUriInNamedListFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/CommandResultFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/ConnectionUriEventFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/ConnectionUriInNamedListFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/EventListenerContextAwareFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/FinishedEventFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/LocalResponseEventFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/NotFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/OrFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/RemoteResponseEventFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/SameEventFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/filter/impl/TargetCounterFilter.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/AbstractDoOnceAfterNEventsListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/AbstractFinishingListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/AbstractHandleFirstNEventsListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/BaseEventListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/CountingListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/DefaultEventListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/EventListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/FinishingListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/NopEventListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/SubscriptionAware.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/impl/ActionOnEventListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/impl/ActionOnFirstEventListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/impl/ActionOnFirstNEventsListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/impl/ActionOnceAfterNEventsListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/impl/AutomaticMessageResponderListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/impl/AutomaticMonitoredMessageResponderListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/impl/PublishEventAfterNEventsListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/eventbot/listener/impl/WaitForNEventsListener.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/MatcherBehaviour.java | package won.bot.framework.extensions.matcher;
import won.bot.framework.eventbot.EventListenerContext;
import won.bot.framework.eventbot.action.impl.LogAction;
import won.bot.framework.eventbot.action.impl.DelayedAction;
import won.bot.framework.eventbot.behaviour.BotBehaviour;
import won.bot.framework.eventbot.bus.Eve... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/MatcherExtension.java | package won.bot.framework.extensions.matcher;
import org.apache.jena.query.Dataset;
import java.net.URI;
@FunctionalInterface
public interface MatcherExtension {
/**
* The Behaviour defining this extension. For an example, see MatcherBehaviour
*/
MatcherBehaviour getMatcherBehaviour();
default... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/MatcherExtensionAtomActivatedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/MatcherExtensionAtomCreatedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/MatcherExtensionAtomDeactivatedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/MatcherExtensionAtomModifiedEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/MatcherExtensionRegisterFailedEvent.java | package won.bot.framework.extensions.matcher;
import java.net.URI;
import won.bot.framework.eventbot.event.BaseNodeSpecificEvent;
/**
* Created by hfriedrich on 26.01.2017.
*/
public class MatcherExtensionRegisterFailedEvent extends BaseNodeSpecificEvent {
public MatcherExtensionRegisterFailedEvent(final URI w... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/MatcherExtensionRegisterSucceededEvent.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/matcher/RegisterMatcherAction.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom/ServiceAtomBehaviour.java | package won.bot.framework.extensions.serviceatom;
import java.lang.invoke.MethodHandles;
import java.net.URI;
import java.util.Objects;
import java.util.Optional;
import org.apache.jena.query.Dataset;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import won.bot.framework.eventbot.EventListenerContext;
imp... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom/ServiceAtomContent.java | package won.bot.framework.extensions.serviceatom;
import java.util.Collection;
import java.util.Objects;
public class ServiceAtomContent {
private String name;
private String description;
private String termsOfService;
private Collection<String> tags;
public ServiceAtomContent(String name) {
... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom/ServiceAtomContext.java | package won.bot.framework.extensions.serviceatom;
import java.net.URI;
public interface ServiceAtomContext {
void setServiceAtomUri(URI uri);
URI getServiceAtomUri();
}
|
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom/ServiceAtomEnabledBotContextWrapper.java | package won.bot.framework.extensions.serviceatom;
import won.bot.framework.bot.context.BotContext;
import won.bot.framework.bot.context.BotContextWrapper;
import java.net.URI;
public class ServiceAtomEnabledBotContextWrapper extends BotContextWrapper implements ServiceAtomContext {
private final String serviceAt... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom/ServiceAtomExtension.java | package won.bot.framework.extensions.serviceatom;
import won.bot.framework.eventbot.filter.EventFilter;
import won.bot.framework.eventbot.filter.impl.NotFilter;
import won.bot.framework.extensions.serviceatom.filter.ServiceAtomCreatedAtomRelationFilter;
import won.bot.framework.extensions.serviceatom.filter.ServiceAto... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom/ServiceAtomModelWrapper.java | package won.bot.framework.extensions.serviceatom;
import org.apache.jena.query.Dataset;
import org.apache.jena.rdf.model.Resource;
import org.apache.jena.vocabulary.RDF;
import won.bot.vocabulary.WXBOT;
import won.protocol.util.DefaultAtomModelWrapper;
import won.protocol.vocabulary.SCHEMA;
import won.protocol.vocabul... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom/filter/ServiceAtomCreatedAtomRelationFilter.java | package won.bot.framework.extensions.serviceatom.filter;
import won.bot.framework.bot.context.BotContextWrapper;
import won.bot.framework.eventbot.EventListenerContext;
import won.bot.framework.eventbot.event.Event;
import won.bot.framework.eventbot.event.MessageEvent;
import won.bot.framework.eventbot.filter.impl.Eve... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/serviceatom/filter/ServiceAtomFilter.java | package won.bot.framework.extensions.serviceatom.filter;
import won.bot.framework.bot.context.BotContextWrapper;
import won.bot.framework.eventbot.EventListenerContext;
import won.bot.framework.eventbot.event.Event;
import won.bot.framework.eventbot.event.MessageEvent;
import won.bot.framework.eventbot.filter.impl.Eve... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/textmessagecommand/TextMessageCommandBehaviour.java | package won.bot.framework.extensions.textmessagecommand;
import java.lang.invoke.MethodHandles;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Optional;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/textmessagecommand/TextMessageCommandExecutor.java | /*
* Copyright 2012 Research Studios Austria Forschungsges.m.b.H. Licensed under
* the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
*... |
0 | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions | java-sources/at/researchstudio/sat/won-bot/0.9/won/bot/framework/extensions/textmessagecommand/TextMessageCommandExtension.java | package won.bot.framework.extensions.textmessagecommand;
import won.bot.framework.eventbot.filter.impl.NotFilter;
import won.bot.framework.extensions.textmessagecommand.filter.TextMessageCommandFilter;
import java.util.Objects;
@FunctionalInterface
public interface TextMessageCommandExtension {
/**
* The Be... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.