Uses of Interface
org.openprovenance.prov.template.descriptors.Descriptor
Packages that use Descriptor
Package
Description
-
Uses of Descriptor in org.openprovenance.prov.template.compiler
Method parameters in org.openprovenance.prov.template.compiler with type arguments of type DescriptorModifier and TypeMethodDescriptionvoidCompilerUtil.generateDocumentSpecializedParameters(com.squareup.javapoet.MethodSpec.Builder builder, Map<String, List<Descriptor>> theVar, Collection<String> variables) CompilerUtil.getDeclaredType(Map<String, List<Descriptor>> theVar, String key) Class<?> CompilerUtil.getJavaDocumentTypeForDeclaredType(Map<String, List<Descriptor>> theVar, String key) Class<?> CompilerUtil.getJavaTypeForDeclaredType(Map<String, List<Descriptor>> varMap, String key) booleanCompilerUtil.isVariableDenotingQualifiedName(String key, Map<String, List<Descriptor>> theVar) -
Uses of Descriptor in org.openprovenance.prov.template.compiler.common
Method parameters in org.openprovenance.prov.template.compiler.common with type arguments of type DescriptorModifier and TypeMethodDescriptionvoidCompilerCommon.calculateTypedSuccessors(Set<QualifiedName> allVars, Map<String, List<Descriptor>> theVar, Collection<String> fieldNames, IndexedDocument indexed, Map<String, Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasDerivedFrom>>> successors1, Map<String, Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, WasAttributedTo>>> successors2, Map<String, Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, HadMember>>> successors3, Map<String, Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, QualifiedHadMember>>> successors3b, Map<String, Set<org.apache.commons.lang3.tuple.Pair<QualifiedName, SpecializationOf>>> successors4) static com.squareup.javapoet.CodeBlockCompilerCommon.makeParamsList(Collection<String> variables, Map<String, List<Descriptor>> var, CompilerUtil compilerUtil) -
Uses of Descriptor in org.openprovenance.prov.template.compiler.sql
Method parameters in org.openprovenance.prov.template.compiler.sql with type arguments of type DescriptorModifier and TypeMethodDescriptionstatic StringCompilerSqlComposer.getTheSqlType(CompilerUtil compilerUtil, String key, TemplateBindingsSchema templateBindingsSchema, Map<String, List<Descriptor>> var) -
Uses of Descriptor in org.openprovenance.prov.template.descriptors
Classes in org.openprovenance.prov.template.descriptors that implement DescriptorModifier and TypeClassDescriptionclassclassclassMethods in org.openprovenance.prov.template.descriptors that return types with arguments of type DescriptorMethods in org.openprovenance.prov.template.descriptors with parameters of type DescriptorModifier and TypeMethodDescription<T> TDescriptorUtils.getFromDescriptor(Descriptor descriptor, Function<AttributeDescriptor, T> af, Function<NameDescriptor, T> nf) Method parameters in org.openprovenance.prov.template.descriptors with type arguments of type DescriptorModifier and TypeMethodDescriptionvoidTemplateBindingsSchema.setVar(Map<String, List<Descriptor>> var)