Uses of Interface
org.openprovenance.prov.model.HasLocation
-
Packages that use HasLocation 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 HasLocation in org.openprovenance.prov.model
Subinterfaces of HasLocation in org.openprovenance.prov.model Modifier and Type Interface Description interfaceActivityInterface for the PROV Activity complex type.interfaceAgentInterface for the PROV Agent complex type.interfaceElementInterface for an Entity, an Activity, or an Agent.interfaceEntityInterface for the PROV Entity complex type.interfaceUsedInterface for PROV Usage association.interfaceWasEndedByInterface for PROV End association.interfaceWasGeneratedByInterface for PROV Generation association.interfaceWasInvalidatedByInterface for PROV Invalidation association.interfaceWasStartedByInterface for PROV Start association.Methods in org.openprovenance.prov.model with parameters of type HasLocation Modifier and Type Method Description List<Attribute>BeanTraversal. convertLocationAttributes(HasLocation e, List<Attribute> acc) -
Uses of HasLocation in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement HasLocation Modifier and Type Class Description classActivityclassAgentclassEntityclassUsedclassWasEndedByclassWasGeneratedByclassWasInvalidatedByclassWasStartedBy
-