View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jena-shacl-4.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.jena.shacl.compact
├─ org.apache.jena.shacl.compact.SHACLC.class - [JAR]
├─ org.apache.jena.shacl.compact.ShaclcParser.class - [JAR]
├─ org.apache.jena.shacl.compact.ShaclcWriter.class - [JAR]
org.apache.jena.shacl.engine.constraint
├─ org.apache.jena.shacl.engine.constraint.CardinalityConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ClassConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ClosedConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ConstraintComponentSPARQL.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ConstraintDataTerm.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ConstraintEntity.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ConstraintOp.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ConstraintOp1.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ConstraintOpN.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ConstraintPairwise.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ConstraintTerm.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.DatatypeConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.DisjointConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.EqualsConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.HasValueConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.InConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.JLogConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.JViolationConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.LessThanConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.LessThanOrEqualsConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.MaxCount.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.MinCount.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.NodeKindConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.PatternConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.QualifiedValueShape.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ReportConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ShAnd.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ShNode.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ShNot.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ShOr.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ShXone.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.SparqlComponent.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.SparqlConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.SparqlValidation.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.StrLanguageIn.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.StrMaxLengthConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.StrMinLengthConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.UniqueLangConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ValueMaxExclusiveConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ValueMaxInclusiveConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ValueMinExclusiveConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ValueMinInclusiveConstraint.class - [JAR]
├─ org.apache.jena.shacl.engine.constraint.ValueRangeConstraint.class - [JAR]
org.apache.jena.shacl.validation
├─ org.apache.jena.shacl.validation.EvalSparql.class - [JAR]
├─ org.apache.jena.shacl.validation.HandlerBasedValidationListener.class - [JAR]
├─ org.apache.jena.shacl.validation.ReportEntry.class - [JAR]
├─ org.apache.jena.shacl.validation.ReportItem.class - [JAR]
├─ org.apache.jena.shacl.validation.Severity.class - [JAR]
├─ org.apache.jena.shacl.validation.ShaclPlainValidator.class - [JAR]
├─ org.apache.jena.shacl.validation.VLib.class - [JAR]
├─ org.apache.jena.shacl.validation.VR.class - [JAR]
├─ org.apache.jena.shacl.validation.ValidationListener.class - [JAR]
├─ org.apache.jena.shacl.validation.ValidationProc.class - [JAR]
org.apache.jena.shacl.vocabulary
├─ org.apache.jena.shacl.vocabulary.SHACL.class - [JAR]
├─ org.apache.jena.shacl.vocabulary.SHACLM.class - [JAR]
├─ org.apache.jena.shacl.vocabulary.SHJ.class - [JAR]
├─ org.apache.jena.shacl.vocabulary.VocabSHACL.class - [JAR]
org.apache.jena.shacl.compact.writer
├─ org.apache.jena.shacl.compact.writer.CompactOut.class - [JAR]
├─ org.apache.jena.shacl.compact.writer.CompactWriter.class - [JAR]
├─ org.apache.jena.shacl.compact.writer.ShaclNotCompactException.class - [JAR]
├─ org.apache.jena.shacl.compact.writer.ShapeOutputVisitor.class - [JAR]
├─ org.apache.jena.shacl.compact.writer.WriterRIOTShaclc.class - [JAR]
org.apache.jena.shacl.parser
├─ org.apache.jena.shacl.parser.Constraint.class - [JAR]
├─ org.apache.jena.shacl.parser.ConstraintComponents.class - [JAR]
├─ org.apache.jena.shacl.parser.ConstraintVisitor.class - [JAR]
├─ org.apache.jena.shacl.parser.ConstraintVisitorBase.class - [JAR]
├─ org.apache.jena.shacl.parser.Constraints.class - [JAR]
├─ org.apache.jena.shacl.parser.NodeShape.class - [JAR]
├─ org.apache.jena.shacl.parser.Parameters.class - [JAR]
├─ org.apache.jena.shacl.parser.PropertyShape.class - [JAR]
├─ org.apache.jena.shacl.parser.ShaclParseException.class - [JAR]
├─ org.apache.jena.shacl.parser.Shape.class - [JAR]
├─ org.apache.jena.shacl.parser.ShapeVisitor.class - [JAR]
├─ org.apache.jena.shacl.parser.ShapesParser.class - [JAR]
├─ org.apache.jena.shacl.parser.TargetExtensions.class - [JAR]
org.apache.jena.shacl.sys
├─ org.apache.jena.shacl.sys.C.class - [JAR]
├─ org.apache.jena.shacl.sys.DatasetGraphValidate.class - [JAR]
├─ org.apache.jena.shacl.sys.InitShacl.class - [JAR]
├─ org.apache.jena.shacl.sys.ShaclSystem.class - [JAR]
├─ org.apache.jena.shacl.sys.ValidationGraph.class - [JAR]
org.apache.jena.shacl.validation.event
├─ org.apache.jena.shacl.validation.event.AbstractConstraintEvaluationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.AbstractConstraintEvaluationForPathEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.AbstractConstraintEvaluationOnPathNodesEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.AbstractConstraintEvaluationOnSinglePathNodeEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.AbstractFocusNodeValidationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.AbstractShapeValidationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.AbstractTargetShapesValidationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.AbstractValidationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.CompareNodesEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedOnFocusNodeEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedOnFocusNodeWithCompareNodesEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedOnFocusNodeWithSingleCompareNodeEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedOnPathNodesEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedOnPathNodesWithCompareNodesEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedOnSinglePathNodeEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedOnSinglePathNodeWithCompareNodesEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluatedOnSinglePathNodeWithSingleCompareNodeEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluationForNodeShapeFinishedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluationForNodeShapeStartedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluationForPathEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluationForPropertyShapeFinishedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluationForPropertyShapeStartedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluationOnPathNodesEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ConstraintEvaluationOnSinglePathNodeEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.EventPredicates.class - [JAR]
├─ org.apache.jena.shacl.validation.event.EventUtil.class - [JAR]
├─ org.apache.jena.shacl.validation.event.FocusNodeValidationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.FocusNodeValidationFinishedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.FocusNodeValidationStartedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.FocusNodesDeterminedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ImmutableLazyCollectionCopy.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ImmutableLazySetCopy.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ShapeValidationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ShapeValidationFinishedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ShapeValidationStartedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.SingleCompareNodeEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.TargetShapeValidationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.TargetShapesValidationFinishedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.TargetShapesValidationStartedEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ValidationEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ValidationLifecycleEvent.class - [JAR]
├─ org.apache.jena.shacl.validation.event.ValueNodesDeterminedForPropertyShapeEvent.class - [JAR]
org.apache.jena.shacl.lib
├─ org.apache.jena.shacl.lib.ShLib.class - [JAR]
org.apache.jena.shacl.compact.reader.parser
├─ org.apache.jena.shacl.compact.reader.parser.ParseException.class - [JAR]
├─ org.apache.jena.shacl.compact.reader.parser.ShaclCompactParserJJ.class - [JAR]
├─ org.apache.jena.shacl.compact.reader.parser.ShaclCompactParserJJConstants.class - [JAR]
├─ org.apache.jena.shacl.compact.reader.parser.ShaclCompactParserJJTokenManager.class - [JAR]
├─ org.apache.jena.shacl.compact.reader.parser.SimpleCharStream.class - [JAR]
├─ org.apache.jena.shacl.compact.reader.parser.Token.class - [JAR]
├─ org.apache.jena.shacl.compact.reader.parser.TokenMgrError.class - [JAR]
org.apache.jena.shacl
├─ org.apache.jena.shacl.GraphValidation.class - [JAR]
├─ org.apache.jena.shacl.Imports.class - [JAR]
├─ org.apache.jena.shacl.ShaclException.class - [JAR]
├─ org.apache.jena.shacl.ShaclValidationException.class - [JAR]
├─ org.apache.jena.shacl.ShaclValidator.class - [JAR]
├─ org.apache.jena.shacl.Shapes.class - [JAR]
├─ org.apache.jena.shacl.ValidationReport.class - [JAR]
org.apache.jena.shacl.compact.reader
├─ org.apache.jena.shacl.compact.reader.ReaderRIOTShaclc.class - [JAR]
├─ org.apache.jena.shacl.compact.reader.ShaclCompactParser.class - [JAR]
├─ org.apache.jena.shacl.compact.reader.ShaclcParseException.class - [JAR]
org.apache.jena.shacl.engine
├─ org.apache.jena.shacl.engine.FocusNodes.class - [JAR]
├─ org.apache.jena.shacl.engine.Parameter.class - [JAR]
├─ org.apache.jena.shacl.engine.ShaclPaths.class - [JAR]
├─ org.apache.jena.shacl.engine.SparqlConstraints.class - [JAR]
├─ org.apache.jena.shacl.engine.Target.class - [JAR]
├─ org.apache.jena.shacl.engine.TargetOps.class - [JAR]
├─ org.apache.jena.shacl.engine.TargetType.class - [JAR]
├─ org.apache.jena.shacl.engine.Targets.class - [JAR]
├─ org.apache.jena.shacl.engine.ValidationContext.class - [JAR]