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.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)