Uses of Interface
org.openprovenance.prov.template.types.Descriptor
-
Packages that use Descriptor Package Description org.openprovenance.prov.template.types -
-
Uses of Descriptor in org.openprovenance.prov.template.types
Classes in org.openprovenance.prov.template.types that implement Descriptor Modifier and Type Class Description classDescriptorAtomclassDescriptorTreeFields in org.openprovenance.prov.template.types with type parameters of type Descriptor Modifier and Type Field Description Map<Integer,List<Descriptor>>TMap. structuredDescriptorsMethods in org.openprovenance.prov.template.types that return Descriptor Modifier and Type Method Description DescriptorTypesRecordProcessor. newDescriptorAtom(Integer k, List<String> value, Map<String,Collection<String>> idata)DescriptorTypesRecordProcessor. newDescriptorTree(Integer i, Long count, String s, List<Descriptor> structuredDescriptors)Methods in org.openprovenance.prov.template.types that return types with arguments of type Descriptor Modifier and Type Method Description List<Descriptor>DescriptorTree. getArguments()List<Descriptor>TypesRecordProcessor. getStructuredDescriptors(Integer k, Map<String,Map<String,Collection<String>>> idata)List<Descriptor>TypesRecordProcessor. getStructuredDescriptors0(Integer k, Map<String,Map<String,Collection<String>>> idata)List<Descriptor>TypesRecordProcessor. getStructuredDescriptorsN(Integer k, Map<String,Map<String,Collection<String>>> idata)Methods in org.openprovenance.prov.template.types with parameters of type Descriptor Modifier and Type Method Description intDescriptorAtom. 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 Descriptor Modifier and Type Method Description DescriptorTypesRecordProcessor. newDescriptorTree(Integer i, Long count, String s, List<Descriptor> structuredDescriptors)Constructor parameters in org.openprovenance.prov.template.types with type arguments of type Descriptor Constructor Description DescriptorTree(Integer number, long count, String relation, List<Descriptor> arguments)
-