Uses of Interface
org.openprovenance.prov.template.descriptors.Descriptor
-
-
Uses of Descriptor in org.openprovenance.prov.template.compiler
Method parameters in org.openprovenance.prov.template.compiler with type arguments of type Descriptor Modifier and Type Method Description voidCompilerUtil. generateDocumentSpecializedParameters(com.squareup.javapoet.MethodSpec.Builder builder, Map<String,List<Descriptor>> theVar, Collection<String> variables)StringCompilerUtil. 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 Descriptor Modifier and Type Method Description voidCompilerCommon. 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) -
Uses of Descriptor in org.openprovenance.prov.template.compiler.sql
Method parameters in org.openprovenance.prov.template.compiler.sql with type arguments of type Descriptor Modifier and Type Method Description static 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 Descriptor Modifier and Type Class Description classAttributeDescriptorclassAttributeDescriptorListclassNameDescriptorMethods in org.openprovenance.prov.template.descriptors that return types with arguments of type Descriptor Modifier and Type Method Description Map<String,List<Descriptor>>TemplateBindingsSchema. getVar()Methods in org.openprovenance.prov.template.descriptors with parameters of type Descriptor Modifier and Type Method Description <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 Descriptor Modifier and Type Method Description voidTemplateBindingsSchema. setVar(Map<String,List<Descriptor>> var)
-