Uses of Interface
info.oais.interfaces.infomodel.poss1Provenance.Action
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 Action in info.oais.implementation.infomodel.poss1Provenance
Classes in info.oais.implementation.infomodel.poss1Provenance that implement Action Modifier and Type Class Description class
ActionImpl1
The activity which is to be recorded in the Provenance.Fields in info.oais.implementation.infomodel.poss1Provenance declared as Action Modifier and Type Field Description Action
ProvenanceStepImpl1. m_Action
Internal value for the Action.Methods in info.oais.implementation.infomodel.poss1Provenance that return Action Modifier and Type Method Description Action
ProvenanceStepImpl1. getAction()
Get the Action involved in the activity.Methods in info.oais.implementation.infomodel.poss1Provenance with parameters of type Action Modifier and Type Method Description void
ProvenanceStepImpl1. setAction(Action action)
Set the Action involved in the activity. -
Uses of Action in info.oais.interfaces.infomodel.poss1Provenance
Methods in info.oais.interfaces.infomodel.poss1Provenance that return Action Modifier and Type Method Description Action
ProvenanceStep. getAction()
Get the Action involved in the activity.Methods in info.oais.interfaces.infomodel.poss1Provenance with parameters of type Action Modifier and Type Method Description void
ProvenanceStep. setAction(Action action)
Set the Action involved in the activity.