index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/MAONT.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-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/RDFG.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-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/SCHEMA.java | package won.protocol.vocabulary;
import org.apache.jena.datatypes.BaseDatatype;
import org.apache.jena.datatypes.RDFDatatype;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
import org.apache.jena.rdf.model.Resource;
/**
* SCHEMA vocab... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/SIOC.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-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WON.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-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WONAGR.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
public class WONAGR {
public static final String BASE_URI = "https://w3id.org/won/agreement#";
private static Model m = ModelFactory.createDefaultM... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WONCON.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
import org.apache.jena.rdf.model.Resource;
public class WONCON {
public static final String BASE_URI = "https://w3id.org/won/content#";
public stat... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WONMATCH.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
import org.apache.jena.rdf.model.Resource;
public class WONMATCH {
public static final String BASE_URI = "https://w3id.org/won/matching#";
public s... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WONMOD.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
public class WONMOD {
public static final String BASE_URI = "https://w3id.org/won/modification#";
private static Model m = ModelFactory.createDefau... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WONMSG.java | package won.protocol.vocabulary;
import java.net.URI;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
import org.apache.jena.rdf.model.Resource;
/**
* User: ypanchenko Date: 04.08.2014
*/
public class WONMSG {
// TODO check with ... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WONWF.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
public class WONWF {
public static final String BASE_URI = "https://w3id.org/won/workflow#";
private static Model m = ModelFactory.createDefaultMod... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WXBUDDY.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Resource;
public class WXBUDDY {
public static final String BASE_URI = "https://w3id.org/won/ext/buddy#";
public static final String DEFAULT_PREFIX = "bdy";
... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WXCHAT.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Resource;
public class WXCHAT {
public static final String BASE_URI = "https://w3id.org/won/ext/chat#";
public static final String DEFAULT_PREFIX = "chat";
... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WXGROUP.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Resource;
public class WXGROUP {
public static final String BASE_URI = "https://w3id.org/won/ext/group#";
public static final String DEFAULT_PREFIX = "group"... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WXHOLD.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
import org.apache.jena.rdf.model.Resource;
public class WXHOLD {
public static final String BASE_URI = "https://w3id.org/won/ext/hold#";
public sta... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/WXREVIEW.java | package won.protocol.vocabulary;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.Property;
import org.apache.jena.rdf.model.Resource;
public class WXREVIEW {
public static final String BASE_URI = "https://w3id.org/won/ext/review#";
public... |
0 | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary | java-sources/at/researchstudio/sat/won-core/0.9/won/protocol/vocabulary/sparql/WonQueries.java | package won.protocol.vocabulary.sparql;
/**
* Created by fsuda on 05.03.2015.
*/
public class WonQueries {
public static final String SPARQL_PREFIX = "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>"
+ "PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>"
+ "PRE... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/activemq/CertificateCheckingBrokerFilter.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-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/activemq/CertificateCheckingBrokerPlugin.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-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/ModelConverter.java | package won.cryptography.rdfsign;
import java.io.BufferedWriter;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.OutputStreamWriter;
import java.util.Iterator;
import java.util.List;
import org.apache.jena.query.Dataset;
import org.apache.jena.query.DatasetFactory;
import org... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/SignatureVerificationState.java | package won.cryptography.rdfsign;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import won.protocol.message.WonSignatureData;
/**
* User: ypanchenko Date: 24.03.2015
*/
public class SignatureVerificationState... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/SigningStage.java | package won.cryptography.rdfsign;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Set;
import org.apache.jena.query.Dataset;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/WonAssembler.java | package won.cryptography.rdfsign;
import java.util.ArrayList;
import java.util.LinkedList;
import org.apache.jena.query.Dataset;
import org.apache.jena.rdf.model.Model;
import de.uni_koblenz.aggrimm.icp.crypto.sign.graph.GraphCollection;
import de.uni_koblenz.aggrimm.icp.crypto.sign.graph.NamedGraph;
import de.uni_k... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/WonEccPublicKey.java | package won.cryptography.rdfsign;
/**
* User: ypanchenko Date: 30.03.2015
*/
public class WonEccPublicKey {
private final String curveId;
private final String algorithm;
private final String qx;
private final String qy;
public WonEccPublicKey(final String curveId, final String algorithm, final S... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/WonHasher.java | package won.cryptography.rdfsign;
import java.lang.invoke.MethodHandles;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.util.Arrays;
import org.apache.commons.pool2.BasePooledObjectFactory;
import org.apache.commons.pool2.PooledObject;
import org.apache.commons.pool2.impl.DefaultPooledOb... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/WonKeysReaderWriter.java | package won.cryptography.rdfsign;
import java.math.BigInteger;
import java.security.KeyFactory;
import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import java.security.PublicKey;
import java.security.spec.InvalidKeySpecException;
import java.util.ArrayList;
import java.util.Ha... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/WonSigner.java | package won.cryptography.rdfsign;
import java.io.StringWriter;
import java.lang.invoke.MethodHandles;
import java.math.BigInteger;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.security.Signature;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import ja... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/WonVerifier.java | package won.cryptography.rdfsign;
import static won.cryptography.rdfsign.WonSigner.*;
import java.io.StringWriter;
import java.lang.invoke.MethodHandles;
import java.math.BigInteger;
import java.net.URI;
import java.security.PublicKey;
import java.security.Signature;
import java.util.List;
import java.util.Map;
impor... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/exception/WonMessageHashingException.java | package won.cryptography.rdfsign.exception;
import won.protocol.exception.WonMessageProcessingException;
import won.protocol.message.WonMessage;
public class WonMessageHashingException extends WonMessageProcessingException {
public WonMessageHashingException() {
}
public WonMessageHashingException(WonMes... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/exception/WonMessageSignatureVerificationException.java | package won.cryptography.rdfsign.exception;
import won.protocol.exception.WonMessageProcessingException;
import won.protocol.message.WonMessage;
public class WonMessageSignatureVerificationException extends WonMessageProcessingException {
public WonMessageSignatureVerificationException() {
}
public WonMe... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/rdfsign/exception/WonMessageSigningException.java | package won.cryptography.rdfsign.exception;
import won.protocol.exception.WonMessageProcessingException;
import won.protocol.message.WonMessage;
public class WonMessageSigningException extends WonMessageProcessingException {
public WonMessageSigningException() {
}
public WonMessageSigningException(WonMes... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/webid/AccessControlRules.java | package won.cryptography.webid;
import java.util.List;
/**
* User: ypanchenko Date: 28.07.2015
*/
public interface AccessControlRules {
boolean isAccessPermitted(String resourceURI, List<String> requesterWebIDs);
}
|
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/webid/TrustWebIdStrategy.java | package won.cryptography.webid;
import org.apache.http.ssl.TrustStrategy;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import won.cryptography.service.CertificateService;
import won.protocol.util.linkeddata.LinkedDataSource;
import java.lang.invoke.MethodHandles;
import java.net.URI;
import java.security.... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/cryptography/webid/WebIDVerificationAgent.java | package won.cryptography.webid;
import java.net.URI;
import java.security.PublicKey;
import java.security.interfaces.ECPublicKey;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.apache.jena.query.Dataset;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springfra... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/protocol/message/processor | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/protocol/message/processor/impl/KeyForNewAtomAddingProcessor.java | package won.protocol.message.processor.impl;
import java.lang.invoke.MethodHandles;
import java.security.PublicKey;
import org.apache.jena.query.Dataset;
import org.apache.jena.rdf.model.Model;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
imp... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/protocol/message/processor | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/protocol/message/processor/impl/SignatureAddingWonMessageProcessor.java | package won.protocol.message.processor.impl;
import java.lang.invoke.MethodHandles;
import java.net.URI;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.Lo... |
0 | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/protocol/message/processor | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/protocol/message/processor/impl/SignatureCheckingWonMessageProcessor.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-cryptography/0.9/won/protocol/message/processor | java-sources/at/researchstudio/sat/won-cryptography/0.9/won/protocol/message/processor/impl/WonMessageSignerVerifier.java | package won.protocol.message.processor.impl;
import java.net.URI;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import org.apache.jena.query.Dataset;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.Model... |
0 | java-sources/at/researchstudio/sat/won-facets-tx/0.3/won/node/facet | java-sources/at/researchstudio/sat/won-facets-tx/0.3/won/node/facet/impl/WON_TX.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
*
* ... |
0 | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/camel | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/camel/routes/Matcher2NodeDynamicRoutes.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-matcher/0.9/won/matcher/camel | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/camel/routes/MatcherApplicationListenerRouteBuilder.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-matcher/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/cli/MatcherCLI.java | package won.matcher.cli;
import java.lang.invoke.MethodHandles;
import java.net.URI;
import java.net.URISyntaxException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import won.matcher.protoc... |
0 | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/cli/MatcherCLISpring.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-matcher/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/component/MatcherNodeURISource.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-matcher/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/component/MatcherNodeURISourceImpl.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-matcher/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/messaging/MatcherProtocolCamelConfiguratorImpl.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-matcher/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol/MatcherProtocolMatcherService.java | package won.matcher.protocol;
import java.net.URI;
import org.apache.jena.query.Dataset;
/**
* User: LEIH-NB Date: 08.04.14
*/
public interface MatcherProtocolMatcherService {
public void onMatcherRegistration(URI wonNodeUri);
public void onNewAtom(final URI wonNodeURI, URI atomURI, Dataset content);
... |
0 | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol/MatcherProtocolMatcherServiceCallback.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-matcher/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol/NopMatcherProtocolMatcherServiceCallback.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-matcher/0.9/won/matcher/protocol | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol/impl/MatcherProtocolAtomServiceClient.java | package won.matcher.protocol.impl;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import won.protocol.matcher.MatcherProtocolAtomServiceClientSide;
import won.protocol.message.WonMessage;
import java.lang.invoke.MethodHan... |
0 | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol/impl/MatcherProtocolAtomServiceClientJMSBased.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-matcher/0.9/won/matcher/protocol | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol/impl/MatcherProtocolCommunicationServiceImpl.java | package won.matcher.protocol.impl;
import org.apache.activemq.camel.component.ActiveMQComponent;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import won.cryptography.service.RegistrationRestClientHttps;
import won.protocol.exception.CamelConfigurationFailedException;
import won.protocol.exception.NoSuchCon... |
0 | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol/impl/MatcherProtocolMatcherServiceImpl.java | package won.matcher.protocol.impl;
import java.net.URI;
import org.apache.jena.query.Dataset;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import won.matcher.protocol.MatcherProtocolMatcherService;
import won.matcher.protocol.MatcherProtocolM... |
0 | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol | java-sources/at/researchstudio/sat/won-matcher/0.9/won/matcher/protocol/impl/MatcherProtocolMatcherServiceImplJMSBased.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-matcher-rescal/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal/AkkaRescalMain.java | package won.matcher.rescal;
import java.io.IOException;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import akka.actor.ActorSystem;
import won.matcher.rescal.actor.RescalMatcherActor;
import won.matcher.rescal.spring.MatcherRescalAppConfiguration;
import won.matcher.service.commo... |
0 | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal/actor/RescalMatcherActor.java | package won.matcher.rescal.actor;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Collection;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Componen... |
0 | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal/config/RescalMatcherConfig.java | package won.matcher.rescal.config;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import scala.concurrent.duration.Duration;
import scala.concur... |
0 | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal/service/HintReader.java | package won.matcher.rescal.service;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.lang.invoke.MethodHandles;
import java.util.ArrayList;
import java.util.List;
import org.la4j.matrix.SparseMatrix;
import org.la4j.matrix.functor... |
0 | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal | java-sources/at/researchstudio/sat/won-matcher-rescal/0.9/won/matcher/rescal/spring/MatcherRescalAppConfiguration.java | package won.matcher.rescal.spring;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configu... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/AkkaSystemMain.java | package won.matcher.service;
import java.io.IOException;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import won.matcher.service.common.spring.MatcherServiceAppConfiguration;
import won.matcher.service.common.spring.Sprin... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/config/ClusterConfig.java | package won.matcher.service.common.config;
import java.util.List;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
/**
* Basic cluster configuration of a component in the akka matcher... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/AtomEvent.java | package won.matcher.service.common.event;
import java.io.IOException;
import java.io.Serializable;
import java.io.StringWriter;
import org.apache.jena.query.Dataset;
import org.apache.jena.riot.Lang;
import org.apache.jena.riot.LangBuilder;
import org.apache.jena.riot.RDFDataMgr;
import org.apache.jena.riot.RDFFormat... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/AtomHintEvent.java | package won.matcher.service.common.event;
public class AtomHintEvent extends HintEvent {
private static final long serialVersionUID = -1014000498153051628L;
private final String targetAtomUri;
private final String recipientAtomUri;
public AtomHintEvent(
String recipientAtomUri,
... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/BulkAtomEvent.java | package won.matcher.service.common.event;
import java.io.Serializable;
import java.util.Collection;
import java.util.Collections;
import java.util.LinkedList;
/**
* Event can hold multiple {@link AtomEvent} objects
*/
public class BulkAtomEvent implements Serializable {
private Collection<AtomEvent> atomEvents;... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/BulkHintEvent.java | package won.matcher.service.common.event;
import java.io.Serializable;
import java.util.Collection;
import java.util.Collections;
import java.util.LinkedList;
/**
* Event can hold multiple {@link HintEvent} objects User: hfriedrich Date:
* 23.06.2015
*/
public class BulkHintEvent implements Serializable {
priv... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/Cause.java | package won.matcher.service.common.event;
import won.matcher.service.common.mailbox.PriorityAtomEventMailbox;
/**
* Indicates how this event was generated and associates that cause with a fixed
* priority. Used in the {@link PriorityAtomEventMailbox}; lower priority values
* means more important.
*/
public enum C... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/HintEvent.java | package won.matcher.service.common.event;
import java.io.Serializable;
import java.net.URI;
import org.apache.jena.rdf.model.Model;
/**
* Event is used to generate hints inside the matcher-service User: hfriedrich
* Date: 23.06.2015
*/
public abstract class HintEvent implements Serializable {
private static f... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/LoadAtomEvent.java | package won.matcher.service.common.event;
import java.io.Serializable;
/**
* Created by hfriedrich on 17.10.2016. Event is used to aks the crawler to load
* events that were either the last X atoms seen or saved during a given date
* interval.
*/
public class LoadAtomEvent implements Serializable {
private lo... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/SocketHintEvent.java | package won.matcher.service.common.event;
public class SocketHintEvent extends HintEvent {
private static final long serialVersionUID = -5154547684180077065L;
private String recipientSocketUri;
private String targetSocketUri;
public SocketHintEvent(
String recipientSocketUri,
... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/event/WonNodeEvent.java | package won.matcher.service.common.event;
import java.io.Serializable;
import won.protocol.service.WonNodeInfo;
/**
* This event is used in the matching service to indicate status about won
* nodes. Usually first a new won node is discovered, then some component can
* decide to connect to it or skip processing th... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/mailbox/PriorityAtomEventMailbox.java | package won.matcher.service.common.mailbox;
import com.typesafe.config.Config;
import akka.actor.ActorSystem;
import akka.dispatch.PriorityGenerator;
import akka.dispatch.UnboundedStablePriorityMailbox;
import won.matcher.service.common.event.AtomEvent;
import won.matcher.service.common.event.Cause;
public class Pri... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/service | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/service/http/HttpService.java | package won.matcher.service.common.service.http;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Scope;
import org.springframework.http.*;
import org.springframework.http.client.ClientHttpRequestFactory;
import org.springframework.http.client.HttpComponentsClientH... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/service | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/service/monitoring/MonitoringService.java | package won.matcher.service.common.service.monitoring;
import org.javasimon.SimonManager;
import org.javasimon.Split;
import org.javasimon.Stopwatch;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Scope;
... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/service | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/service/sparql/SparqlService.java | package won.matcher.service.common.service.sparql;
import org.apache.jena.query.*;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.riot.Lang;
import org.apache.jena.riot.RDFDataMgr;
import org.apache.jena.riot.RDFFormat;
import org.apache.jena.sparql.core.DatasetGraph;
import org.apache.jena.sparql.expr... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/spring/MatcherServiceAppConfiguration.java | package won.matcher.service.common.spring;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/spring/SpringActorProducer.java | package won.matcher.service.common.spring;
import org.springframework.context.ApplicationContext;
import akka.actor.Actor;
import akka.actor.IndirectActorProducer;
/**
* An actor producer that lets Spring create the Actor instances.
*/
public final class SpringActorProducer implements IndirectActorProducer {
p... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/common/spring/SpringExtension.java | package won.matcher.service.common.spring;
import org.springframework.context.ApplicationContext;
import akka.actor.AbstractExtensionId;
import akka.actor.Actor;
import akka.actor.ExtendedActorSystem;
import akka.actor.Extension;
import akka.actor.Props;
import akka.routing.FromConfig;
/**
* An Akka Extension to pr... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/actor/AtomEventLoaderActor.java | package won.matcher.service.crawler.actor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import akka.actor.ActorRef;
import akka.actor.UntypedActor;
import akka.cluster.pubsub.DistributedPubSub;
impo... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/actor/MasterCrawlerActor.java | package won.matcher.service.crawler.actor;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframewor... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/actor/UpdateMetadataActor.java | package won.matcher.service.crawler.actor;
import java.util.Collection;
import java.util.LinkedList;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import akka.actor.OneForOneStrategy;
import akka.ac... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/actor/WorkerCrawlerActor.java | package won.matcher.service.crawler.actor;
import java.net.URI;
import java.util.Collection;
import java.util.List;
import java.util.Objects;
import java.util.Set;
import org.apache.jena.query.Dataset;
import org.apache.jena.shared.Lock;
import org.springframework.beans.factory.annotation.Autowired;
import org.spring... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/config/CrawlConfig.java | package won.matcher.service.crawler.config;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import scala.concurrent.durati... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/exception/CrawlWrapperException.java | package won.matcher.service.crawler.exception;
import won.matcher.service.crawler.msg.CrawlUriMessage;
/**
* Used to wrap an exception occurred during crawling to pass the breaking
* message additionally. User: hfriedrich Date: 15.04.2015
*/
public class CrawlWrapperException extends RuntimeException {
private... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/msg/CrawlUriMessage.java | package won.matcher.service.crawler.msg;
import java.io.Serializable;
import java.util.Collection;
import java.util.Collections;
/**
* Message class used to crawl URIs relative to base URIs from certain won nodes
* <p>
* User: hfriedrich Date: 30.03.2015
*/
public class CrawlUriMessage implements Serializable {
... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/msg/ResourceCrawlUriMessage.java | package won.matcher.service.crawler.msg;
import java.util.Collection;
import org.apache.jena.riot.Lang;
/**
* Created by hfriedrich on 14.10.2016. Crawl message that has the target
* (optionally) resource already in it.
*/
public class ResourceCrawlUriMessage extends CrawlUriMessage {
private String serialize... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/crawler/service/CrawlSparqlService.java | package won.matcher.service.crawler.service;
import org.apache.jena.query.*;
import org.apache.jena.riot.RDFDataMgr;
import org.apache.jena.riot.RDFFormat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.an... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/actor/AtomConsumerProtocolActor.java | package won.matcher.service.nodemanager.actor;
import java.net.URI;
import org.apache.jena.query.Dataset;
import org.apache.jena.riot.Lang;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import akka.... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/actor/HintProducerProtocolActor.java | package won.matcher.service.nodemanager.actor;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
import org.apache.jena.riot.Lang;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframewor... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/actor/SaveAtomEventActor.java | package won.matcher.service.nodemanager.actor;
import org.apache.jena.query.Dataset;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import akka.actor.ActorRef;
import akka.actor.OneForOneStrategy;
imp... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/actor/WonNodeControllerActor.java | package won.matcher.service.nodemanager.actor;
import java.net.URI;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import o... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/config/ActiveMqWonNodeConnectionFactory.java | package won.matcher.service.nodemanager.config;
import akka.actor.ActorRef;
import akka.actor.Props;
import akka.actor.UntypedActorContext;
import akka.camel.Camel;
import akka.camel.CamelExtension;
import org.apache.activemq.ActiveMQConnectionFactory;
import org.apache.activemq.ActiveMQSslConnectionFactory;
import or... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/config/WonNodeControllerConfig.java | package won.matcher.service.nodemanager.config;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import scala.concurrent.du... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/pojo/WonNodeConnection.java | package won.matcher.service.nodemanager.pojo;
import akka.actor.ActorRef;
import won.protocol.service.WonNodeInfo;
/**
* Class represents all datan needed to connect with a won node, receive atom
* updates and send hints User: hfriedrich Date: 18.05.2015
*/
public class WonNodeConnection {
private WonNodeInfo ... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/service/HintDBService.java | package won.matcher.service.nodemanager.service;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import com.google.common.base.Charsets;
import com.google.common.hash.BloomFilter;
import com.google.common.hash.Funnels;
import won.matcher.service.common.event.Hint... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/nodemanager/service/WonNodeSparqlService.java | package won.matcher.service.nodemanager.service;
import org.apache.jena.query.*;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.RDFNode;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.fac... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/rematch | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/rematch/actor/RematchActor.java | package won.matcher.service.rematch.actor;
import java.net.URI;
import java.util.List;
import java.util.Optional;
import org.apache.jena.query.Dataset;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/rematch | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/rematch/config/RematchConfig.java | package won.matcher.service.rematch.config;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import scala.concurrent.duration.Duration;
import sca... |
0 | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/rematch | java-sources/at/researchstudio/sat/won-matcher-service/0.9/won/matcher/service/rematch/service/RematchSparqlService.java | package won.matcher.service.rematch.service;
import org.apache.jena.query.*;
import org.apache.jena.riot.RDFDataMgr;
import org.apache.jena.riot.RDFFormat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.an... |
0 | java-sources/at/researchstudio/sat/won-matcher-solr/0.9/won/matcher | java-sources/at/researchstudio/sat/won-matcher-solr/0.9/won/matcher/solr/AkkaSolrMain.java | package won.matcher.solr;
import java.io.IOException;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import won.matcher.service.common.spring.SpringExtension;
import won.matcher.solr.actor.MatcherPubSubActor;
import won.mat... |
0 | java-sources/at/researchstudio/sat/won-matcher-solr/0.9/won/matcher/solr | java-sources/at/researchstudio/sat/won-matcher-solr/0.9/won/matcher/solr/actor/MatcherPubSubActor.java | package won.matcher.solr.actor;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Optional;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Autowired... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.