Uses of Interface
org.aksw.jenax.io.json.accumulator.AccJsonEdge
Packages that use AccJsonEdge
-
Uses of AccJsonEdge in org.aksw.jenax.io.json.accumulator
Classes in org.aksw.jenax.io.json.accumulator that implement AccJsonEdgeModifier and TypeClassDescriptionclassAn accumulator for a conditional transition to the fragment body.classAccumulator for the values of an (objectId, propertyId) pair.Fields in org.aksw.jenax.io.json.accumulator declared as AccJsonEdgeModifier and TypeFieldDescriptionprotected AccJsonEdgeAccJsonObjectLikeBase.currentFieldAccprotected AccJsonEdge[]AccJsonObjectLikeBase.edgeAccsMethods in org.aksw.jenax.io.json.accumulator that return AccJsonEdgeModifier and TypeMethodDescriptionAggJsonEdge.newAccumulator()AggJsonFragmentHead.newAccumulator()AggJsonProperty.newAccumulator()Methods in org.aksw.jenax.io.json.accumulator with parameters of type AccJsonEdgeModifier and TypeMethodDescriptionvoidAccJsonObjectLikeBase.addEdge(AccJsonEdge subAcc) Internal method, use only for debugging/testingstatic AccJsonFragmentBodyAccJsonFragmentBody.of(Map<org.apache.jena.graph.Node, Integer> fieldIdToIndex, AccJsonEdge[] edgeAccs) Create a new instance and set it as the parent on all the property accumulatorsstatic AccJsonObjectAccJsonObject.of(Map<org.apache.jena.graph.Node, Integer> fieldIdToIndex, AccJsonEdge[] edgeAccs) Create a new instance and set it as the parent on all the property accumulatorsConstructors in org.aksw.jenax.io.json.accumulator with parameters of type AccJsonEdgeModifierConstructorDescriptionprotectedAccJsonFragmentBody(Map<org.apache.jena.graph.Node, Integer> fieldIdToIndex, AccJsonEdge[] edgeAccs) protectedAccJsonObject(Map<org.apache.jena.graph.Node, Integer> fieldIdToIndex, AccJsonEdge[] edgeAccs) protectedAccJsonObjectLikeBase(Map<org.apache.jena.graph.Node, Integer> fieldIdToIndex, AccJsonEdge[] edgeAccs)