Uses of Interface
info.oais.interfaces.infomodel.poss1Provenance.Actor
Package | Description |
---|---|
info.oais.implementation.infomodel.poss1Provenance |
This package contains an implementation which should be useful for dealing with ProvenanceInformation.
|
info.oais.interfaces.infomodel.poss1Provenance |
This package contains interfaces which should be useful for dealing with ProvenanceInformation.
|
-
Uses of Actor in info.oais.implementation.infomodel.poss1Provenance
Classes in info.oais.implementation.infomodel.poss1Provenance that implement Actor Modifier and Type Class Description class
ActorImpl1
An Actor is the entity, system or perons which instigates of performs the Step which is being recorded in the ProvenanceFields in info.oais.implementation.infomodel.poss1Provenance declared as Actor Modifier and Type Field Description Actor
ProvenanceStepImpl1. m_Actor
Internal value for the Actor.Methods in info.oais.implementation.infomodel.poss1Provenance that return Actor Modifier and Type Method Description Actor
ProvenanceStepImpl1. getActor()
Get the Actor involved in the activity.Methods in info.oais.implementation.infomodel.poss1Provenance with parameters of type Actor Modifier and Type Method Description void
ProvenanceStepImpl1. setActor(Actor act)
Set the Actor involved in the activity. -
Uses of Actor in info.oais.interfaces.infomodel.poss1Provenance
Methods in info.oais.interfaces.infomodel.poss1Provenance that return Actor Modifier and Type Method Description Actor
ProvenanceStep. getActor()
Get the Actor involved in the activity.Methods in info.oais.interfaces.infomodel.poss1Provenance with parameters of type Actor Modifier and Type Method Description void
ProvenanceStep. setActor(Actor act)
Set the Actor involved in the activity.