Uses of Interface
org.openprovenance.prov.template.types.Descriptor
Packages that use Descriptor
-
Uses of Descriptor in org.openprovenance.prov.template.types
Classes in org.openprovenance.prov.template.types that implement DescriptorFields in org.openprovenance.prov.template.types with type parameters of type DescriptorMethods in org.openprovenance.prov.template.types that return DescriptorModifier and TypeMethodDescriptionTypesRecordProcessor.newDescriptorAtom(Integer k, List<String> value, Map<String, Collection<String>> idata) TypesRecordProcessor.newDescriptorTree(Integer i, Long count, String s, List<Descriptor> structuredDescriptors) Methods in org.openprovenance.prov.template.types that return types with arguments of type DescriptorModifier and TypeMethodDescriptionDescriptorTree.getArguments()TypesRecordProcessor.getStructuredDescriptors(Integer k, Map<String, Map<String, Collection<String>>> idata) TypesRecordProcessor.getStructuredDescriptors0(Integer k, Map<String, Map<String, Collection<String>>> idata) TypesRecordProcessor.getStructuredDescriptorsN(Integer k, Map<String, Map<String, Collection<String>>> idata) Methods in org.openprovenance.prov.template.types with parameters of type DescriptorModifier and TypeMethodDescriptionintDescriptorAtom.compareTo(Descriptor o) Compares this object with the specified object for order.intDescriptorTree.compareTo(Descriptor o) Compares this object with the specified object for order.Method parameters in org.openprovenance.prov.template.types with type arguments of type DescriptorModifier and TypeMethodDescriptionTypesRecordProcessor.newDescriptorTree(Integer i, Long count, String s, List<Descriptor> structuredDescriptors) Constructor parameters in org.openprovenance.prov.template.types with type arguments of type DescriptorModifierConstructorDescriptionDescriptorTree(Integer number, long count, String relation, List<Descriptor> arguments)