Uses of Class
org.incenp.obofoundry.sssom.ExtraMetadataPolicy
-
Packages that use ExtraMetadataPolicy Package Description org.incenp.obofoundry.sssom org.incenp.obofoundry.sssom.rdf -
-
Uses of ExtraMetadataPolicy in org.incenp.obofoundry.sssom
Fields in org.incenp.obofoundry.sssom declared as ExtraMetadataPolicy Modifier and Type Field Description protected ExtraMetadataPolicySSSOMReader. extraPolicyprotected ExtraMetadataPolicySSSOMWriter. extraPolicyMethods in org.incenp.obofoundry.sssom that return ExtraMetadataPolicy Modifier and Type Method Description static ExtraMetadataPolicyExtraMetadataPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtraMetadataPolicy[]ExtraMetadataPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.incenp.obofoundry.sssom with parameters of type ExtraMetadataPolicy Modifier and Type Method Description voidSSSOMReader. setExtraMetadataPolicy(ExtraMetadataPolicy policy)Sets the policy to deal with non-standard metadata in the input file.voidSSSOMWriter. setExtraMetadataPolicy(ExtraMetadataPolicy policy)Sets the policy to deal with non-standard metadata in the mapping set to write.voidYAMLConverter. setExtraMetadataPolicy(ExtraMetadataPolicy policy)Sets the policy to deal with non-standard metadata in the input file.Constructors in org.incenp.obofoundry.sssom with parameters of type ExtraMetadataPolicy Constructor Description ExtensionSlotManager(ExtraMetadataPolicy policy)Creates a new instance without a prefix manager.ExtensionSlotManager(ExtraMetadataPolicy policy, PrefixManager prefixManager)Creates a new instance. -
Uses of ExtraMetadataPolicy in org.incenp.obofoundry.sssom.rdf
Constructors in org.incenp.obofoundry.sssom.rdf with parameters of type ExtraMetadataPolicy Constructor Description RDFConverter(ExtraMetadataPolicy policy)Creates a new instance with an explicit policy for converting non-standard metadata.RDFConverter(ExtraMetadataPolicy policy, boolean withDirectTriples)Creates a new instance with an explicit policy for converting non-standard metadata and optionally inject direct triples for mapping records.RDFConverter(ExtraMetadataPolicy policy, Version assumedVersion)Creates a new instance with an explicit policy for converting non-standard metadata and a default assumed version.
-