Uses of Interface
org.openprovenance.prov.model.LangString
-
Packages that use LangString Package Description org.openprovenance.prov.model Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.org.openprovenance.prov.vanilla -
-
Uses of LangString in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return LangString Modifier and Type Method Description LangStringObjectFactory. createInternationalizedString()LangStringAtomConstructor. newInternationalizedString(String s)LangStringAtomConstructor. newInternationalizedString(String s, String lang)LangStringProvFactory. newInternationalizedString(String s)LangStringProvFactory. newInternationalizedString(String s, String lang)Methods in org.openprovenance.prov.model that return types with arguments of type LangString Modifier and Type Method Description List<LangString>HasLabel. getLabel()Gets the value of the label property.Methods in org.openprovenance.prov.model with parameters of type LangString Modifier and Type Method Description voidTypedValue. setValue(LangString value)Sets thevalueproperty. -
Uses of LangString in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement LangString Modifier and Type Class Description classLangStringMethods in org.openprovenance.prov.vanilla that return LangString Modifier and Type Method Description LangStringModelConstructor. newInternationalizedString(String s)LangStringModelConstructor. newInternationalizedString(String s, String lang)LangStringProvFactory. newInternationalizedString(String s)LangStringProvFactory. newInternationalizedString(String s, String lang)Methods in org.openprovenance.prov.vanilla that return types with arguments of type LangString Modifier and Type Method Description List<LangString>ActedOnBehalfOf. getLabel()List<LangString>Activity. getLabel()List<LangString>Agent. getLabel()List<LangString>Entity. getLabel()List<LangString>QualifiedAlternateOf. getLabel()List<LangString>QualifiedHadMember. getLabel()List<LangString>QualifiedSpecializationOf. getLabel()List<LangString>Used. getLabel()List<LangString>WasAssociatedWith. getLabel()List<LangString>WasAttributedTo. getLabel()List<LangString>WasDerivedFrom. getLabel()List<LangString>WasEndedBy. getLabel()List<LangString>WasGeneratedBy. getLabel()List<LangString>WasInfluencedBy. getLabel()List<LangString>WasInformedBy. getLabel()List<LangString>WasInvalidatedBy. getLabel()List<LangString>WasStartedBy. getLabel()Methods in org.openprovenance.prov.vanilla with parameters of type LangString Modifier and Type Method Description voidTypedValue. setValue(LangString value)
-