jar

org.openbel : org.openbel.framework.common

Maven & Gradle

Aug 03, 2012
2 usages
22 stars

OpenBEL Framework Common · Common layer for the BEL Framework

Table Of Contents

Latest Version

Download org.openbel : org.openbel.framework.common JAR file - Latest Versions:

All Versions

Download org.openbel : org.openbel.framework.common JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.openbel.framework.common-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openbel.framework.common.enums

├─ org.openbel.framework.common.enums.AminoAcid.class - [JAR]

├─ org.openbel.framework.common.enums.AnnotationType.class - [JAR]

├─ org.openbel.framework.common.enums.BELFrameworkVersion.class - [JAR]

├─ org.openbel.framework.common.enums.CitationType.class - [JAR]

├─ org.openbel.framework.common.enums.CovalentModification.class - [JAR]

├─ org.openbel.framework.common.enums.DatabaseType.class - [JAR]

├─ org.openbel.framework.common.enums.ExitCode.class - [JAR]

├─ org.openbel.framework.common.enums.FunctionEnum.class - [JAR]

├─ org.openbel.framework.common.enums.RelationshipType.class - [JAR]

├─ org.openbel.framework.common.enums.ReturnType.class - [JAR]

├─ org.openbel.framework.common.enums.SemanticStatus.class - [JAR]

├─ org.openbel.framework.common.enums.ValueEncoding.class - [JAR]

org.openbel.framework.common.protonetwork.model

├─ org.openbel.framework.common.protonetwork.model.AnnotationDefinitionTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.AnnotationValueTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.DocumentTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.NamespaceTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.ParameterTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.ProtoEdgeTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.ProtoNetwork.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.ProtoNetworkError.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.ProtoNodeTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.SkinnyUUID.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.StatementAnnotationMapTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.StatementTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.TermParameterMapTable.class - [JAR]

├─ org.openbel.framework.common.protonetwork.model.TermTable.class - [JAR]

org.openbel.framework.common.model

├─ org.openbel.framework.common.model.Annotation.class - [JAR]

├─ org.openbel.framework.common.model.AnnotationDefinition.class - [JAR]

├─ org.openbel.framework.common.model.AnnotationGroup.class - [JAR]

├─ org.openbel.framework.common.model.BELModelObject.class - [JAR]

├─ org.openbel.framework.common.model.BELObject.class - [JAR]

├─ org.openbel.framework.common.model.Citation.class - [JAR]

├─ org.openbel.framework.common.model.CitationAuthorsAnnotationDefinition.class - [JAR]

├─ org.openbel.framework.common.model.CitationCommentAnnotationDefinition.class - [JAR]

├─ org.openbel.framework.common.model.CitationDateAnnotationDefinition.class - [JAR]

├─ org.openbel.framework.common.model.CitationNameAnnotationDefinition.class - [JAR]

├─ org.openbel.framework.common.model.CitationReferenceAnnotationDefinition.class - [JAR]

├─ org.openbel.framework.common.model.CitationTypeAnnotationDefinition.class - [JAR]

├─ org.openbel.framework.common.model.CommonConverter.class - [JAR]

├─ org.openbel.framework.common.model.CommonModelFactory.class - [JAR]

├─ org.openbel.framework.common.model.DataFileIndex.class - [JAR]

├─ org.openbel.framework.common.model.Document.class - [JAR]

├─ org.openbel.framework.common.model.EquivalenceDataIndex.class - [JAR]

├─ org.openbel.framework.common.model.Evidence.class - [JAR]

├─ org.openbel.framework.common.model.EvidenceAnnotationDefinition.class - [JAR]

├─ org.openbel.framework.common.model.Header.class - [JAR]

├─ org.openbel.framework.common.model.Namespace.class - [JAR]

├─ org.openbel.framework.common.model.NamespaceGroup.class - [JAR]

├─ org.openbel.framework.common.model.Parameter.class - [JAR]

├─ org.openbel.framework.common.model.Statement.class - [JAR]

├─ org.openbel.framework.common.model.StatementGroup.class - [JAR]

├─ org.openbel.framework.common.model.Term.class - [JAR]

org.openbel.framework.common.lock

├─ org.openbel.framework.common.lock.LockAdviser.class - [JAR]

├─ org.openbel.framework.common.lock.Lockable.class - [JAR]

org.openbel.framework.common.bel.parser

├─ org.openbel.framework.common.bel.parser.BELParseResults.class - [JAR]

├─ org.openbel.framework.common.bel.parser.BELParser.class - [JAR]

├─ org.openbel.framework.common.bel.parser.BELScriptLexer.class - [JAR]

├─ org.openbel.framework.common.bel.parser.BELScriptParser.class - [JAR]

├─ org.openbel.framework.common.bel.parser.BELScriptTest.class - [JAR]

├─ org.openbel.framework.common.bel.parser.BELScriptWalker.class - [JAR]

├─ org.openbel.framework.common.bel.parser.BELScriptWalkerTest.class - [JAR]

├─ org.openbel.framework.common.bel.parser.BELStatementLexer.class - [JAR]

├─ org.openbel.framework.common.bel.parser.BELStatementParser.class - [JAR]

├─ org.openbel.framework.common.bel.parser.ParserUtil.class - [JAR]

org.openbel.framework.common.index

├─ org.openbel.framework.common.index.Equivalence.class - [JAR]

├─ org.openbel.framework.common.index.Index.class - [JAR]

├─ org.openbel.framework.common.index.ResourceIndex.class - [JAR]

├─ org.openbel.framework.common.index.ResourceLocation.class - [JAR]

org.openbel.framework.common.record

├─ org.openbel.framework.common.record.Column.class - [JAR]

├─ org.openbel.framework.common.record.IntegerColumn.class - [JAR]

├─ org.openbel.framework.common.record.LongColumn.class - [JAR]

├─ org.openbel.framework.common.record.Lookup.class - [JAR]

├─ org.openbel.framework.common.record.NamespaceRecordFile.class - [JAR]

├─ org.openbel.framework.common.record.Record.class - [JAR]

├─ org.openbel.framework.common.record.RecordFile.class - [JAR]

├─ org.openbel.framework.common.record.RecordMode.class - [JAR]

├─ org.openbel.framework.common.record.StringColumn.class - [JAR]

org.openbel.framework.common.lang

├─ org.openbel.framework.common.lang.Abundance.class - [JAR]

├─ org.openbel.framework.common.lang.BiologicalProcess.class - [JAR]

├─ org.openbel.framework.common.lang.CatalyticActivity.class - [JAR]

├─ org.openbel.framework.common.lang.CellSecretion.class - [JAR]

├─ org.openbel.framework.common.lang.CellSurfaceExpression.class - [JAR]

├─ org.openbel.framework.common.lang.ChaperoneActivity.class - [JAR]

├─ org.openbel.framework.common.lang.ComplexAbundance.class - [JAR]

├─ org.openbel.framework.common.lang.CompositeAbundance.class - [JAR]

├─ org.openbel.framework.common.lang.Degradation.class - [JAR]

├─ org.openbel.framework.common.lang.Function.class - [JAR]

├─ org.openbel.framework.common.lang.Fusion.class - [JAR]

├─ org.openbel.framework.common.lang.GTPBoundActivity.class - [JAR]

├─ org.openbel.framework.common.lang.GeneAbundance.class - [JAR]

├─ org.openbel.framework.common.lang.KinaseActivity.class - [JAR]

├─ org.openbel.framework.common.lang.MicroRNAAbundance.class - [JAR]

├─ org.openbel.framework.common.lang.MolecularActivity.class - [JAR]

├─ org.openbel.framework.common.lang.Pathology.class - [JAR]

├─ org.openbel.framework.common.lang.PeptidaseActivity.class - [JAR]

├─ org.openbel.framework.common.lang.PhosphataseActivity.class - [JAR]

├─ org.openbel.framework.common.lang.Products.class - [JAR]

├─ org.openbel.framework.common.lang.ProteinAbundance.class - [JAR]

├─ org.openbel.framework.common.lang.ProteinModification.class - [JAR]

├─ org.openbel.framework.common.lang.RNAAbundance.class - [JAR]

├─ org.openbel.framework.common.lang.Reactants.class - [JAR]

├─ org.openbel.framework.common.lang.Reaction.class - [JAR]

├─ org.openbel.framework.common.lang.RibosylationActivity.class - [JAR]

├─ org.openbel.framework.common.lang.Signature.class - [JAR]

├─ org.openbel.framework.common.lang.Substitution.class - [JAR]

├─ org.openbel.framework.common.lang.TermList.class - [JAR]

├─ org.openbel.framework.common.lang.TranscriptionalActivity.class - [JAR]

├─ org.openbel.framework.common.lang.Translocation.class - [JAR]

├─ org.openbel.framework.common.lang.TransportActivity.class - [JAR]

├─ org.openbel.framework.common.lang.Truncation.class - [JAR]

org.openbel.framework.common.external

├─ org.openbel.framework.common.external.CachingExternalizable.class - [JAR]

├─ org.openbel.framework.common.external.ExternalType.class - [JAR]

├─ org.openbel.framework.common.external.ReadCache.class - [JAR]

├─ org.openbel.framework.common.external.WriteCache.class - [JAR]

org.openbel.framework.common.bel.converters

├─ org.openbel.framework.common.bel.converters.BELAnnotationConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELAnnotationDefinitionConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELCitationConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELDocumentConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELDocumentHeaderConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELEvidenceConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELNamespaceDefinitionConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELStatementConverter.class - [JAR]

├─ org.openbel.framework.common.bel.converters.BELStatementGroupConverter.class - [JAR]

org.openbel.framework.common.download

├─ org.openbel.framework.common.download.DownloadError.class - [JAR]

├─ org.openbel.framework.common.download.DownloadFile.class - [JAR]

├─ org.openbel.framework.common.download.DownloadHandler.class - [JAR]

├─ org.openbel.framework.common.download.FileDownloadHandler.class - [JAR]

├─ org.openbel.framework.common.download.HttpDownloadHandler.class - [JAR]

├─ org.openbel.framework.common.download.SupportedProtocol.class - [JAR]

org.openbel.framework.common.xbel.parser

├─ org.openbel.framework.common.xbel.parser.XBELConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.parser.XBELValidatingConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.parser.XBELValidator.class - [JAR]

├─ org.openbel.framework.common.xbel.parser.XMLConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.parser.XMLValidator.class - [JAR]

org.openbel.framework.common.belscript

├─ org.openbel.framework.common.belscript.BELScriptExporter.class - [JAR]

org.openbel.framework.common.xbel.converters

├─ org.openbel.framework.common.xbel.converters.AnnotationConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.AnnotationGroupConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.CitationConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.DocumentConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.ExternalAnnotationDefinitionConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.HeaderConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.InternalAnnotationDefinitionConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.JAXBConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.NamespaceConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.NamespaceGroupConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.ParameterConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.StatementConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.StatementGroupConverter.class - [JAR]

├─ org.openbel.framework.common.xbel.converters.TermConverter.class - [JAR]

org.openbel.framework.common

├─ org.openbel.framework.common.AnnotationDefinitionResolutionException.class - [JAR]

├─ org.openbel.framework.common.BELErrorException.class - [JAR]

├─ org.openbel.framework.common.BELException.class - [JAR]

├─ org.openbel.framework.common.BELFatalException.class - [JAR]

├─ org.openbel.framework.common.BELRuntimeException.class - [JAR]

├─ org.openbel.framework.common.BELUncheckedException.class - [JAR]

├─ org.openbel.framework.common.BELUtilities.class - [JAR]

├─ org.openbel.framework.common.BELWarningException.class - [JAR]

├─ org.openbel.framework.common.DBConnectionFailure.class - [JAR]

├─ org.openbel.framework.common.DBConstants.class - [JAR]

├─ org.openbel.framework.common.DownloadConstants.class - [JAR]

├─ org.openbel.framework.common.InvalidArgument.class - [JAR]

├─ org.openbel.framework.common.MapFunction.class - [JAR]

├─ org.openbel.framework.common.MissingAlgorithmException.class - [JAR]

├─ org.openbel.framework.common.MissingEncodingException.class - [JAR]

├─ org.openbel.framework.common.PathConstants.class - [JAR]

├─ org.openbel.framework.common.Reportable.class - [JAR]

├─ org.openbel.framework.common.SimpleOutput.class - [JAR]

├─ org.openbel.framework.common.Strings.class - [JAR]

├─ org.openbel.framework.common.UserFacingException.class - [JAR]

├─ org.openbel.framework.common.UserFacingUncheckedException.class - [JAR]

org.openbel.framework.common.util

├─ org.openbel.framework.common.util.BELPathFilters.class - [JAR]

├─ org.openbel.framework.common.util.Hasher.class - [JAR]

├─ org.openbel.framework.common.util.PackUtils.class - [JAR]

├─ org.openbel.framework.common.util.Pair.class - [JAR]

├─ org.openbel.framework.common.util.StackUtilities.class - [JAR]

├─ org.openbel.framework.common.util.ValidationUtilities.class - [JAR]

org.openbel.framework.common.cfg

├─ org.openbel.framework.common.cfg.Configuration.class - [JAR]

├─ org.openbel.framework.common.cfg.RuntimeConfiguration.class - [JAR]

├─ org.openbel.framework.common.cfg.SystemConfiguration.class - [JAR]