Uses of Class
org.openprovenance.prov.rdf.collector.Types.ProvType
-
Packages that use Types.ProvType Package Description org.openprovenance.prov.rdf.collector -
-
Uses of Types.ProvType in org.openprovenance.prov.rdf.collector
Methods in org.openprovenance.prov.rdf.collector that return Types.ProvType Modifier and Type Method Description protected Types.ProvType[]RdfCollector. getExplicitTypes(QualifiedName context, QualifiedName qualifiedName)Types.ProvType[]Types. getExtends(Types.ProvType type)Types.ProvTypeTypes. lookup(QualifiedName qualifiedName)static Types.ProvTypeTypes.ProvType. valueOf(String name)Returns the enum constant of this type with the specified name.static Types.ProvType[]Types.ProvType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openprovenance.prov.rdf.collector with parameters of type Types.ProvType Modifier and Type Method Description List<Attribute>RdfCollector. collectAttributes(QualifiedName context, QualifiedName qualifiedName, Types.ProvType type)QualifiedNameTypes. find(Types.ProvType pt)Types.ProvType[]Types. getExtends(Types.ProvType type)
-