Uses of Interface
org.openprovenance.prov.model.Location
-
Packages that use Location 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 Location in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Location Modifier and Type Method Description LocationObjectFactory. createLocation()LocationAtomConstructor. newLocation(Object value, QualifiedName type)LocationProvFactory. newLocation(Object value, QualifiedName type)Methods in org.openprovenance.prov.model that return types with arguments of type Location Modifier and Type Method Description List<Location>HasLocation. getLocation()Gets the value of the location property.Methods in org.openprovenance.prov.model with parameters of type Location Modifier and Type Method Description voidNamespaceGatherer. register(Location loc)Method parameters in org.openprovenance.prov.model with type arguments of type Location Modifier and Type Method Description voidNamespaceGatherer. registerLocation(List<Location> locations) -
Uses of Location in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement Location Modifier and Type Class Description classLocationMethods in org.openprovenance.prov.vanilla that return Location Modifier and Type Method Description LocationModelConstructor. newLocation(Object value, QualifiedName type)LocationProvFactory. newLocation(Object value, QualifiedName type)Methods in org.openprovenance.prov.vanilla that return types with arguments of type Location Modifier and Type Method Description List<Location>Activity. getLocation()List<Location>Agent. getLocation()List<Location>Entity. getLocation()List<Location>Used. getLocation()List<Location>WasEndedBy. getLocation()List<Location>WasGeneratedBy. getLocation()List<Location>WasInvalidatedBy. getLocation()List<Location>WasStartedBy. getLocation()
-