Uses of Interface
org.openprovenance.prov.model.MentionOf
-
Packages that use MentionOf 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 MentionOf in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return MentionOf Modifier and Type Method Description MentionOfObjectFactory. createMentionOf()MentionOfBeanTraversal. doAction(MentionOf o)MentionOfModelConstructor. newMentionOf(QualifiedName e2, QualifiedName e1, QualifiedName b)MentionOfProvFactory. newMentionOf(MentionOf r)MentionOfProvFactory. newMentionOf(QualifiedName infra, QualifiedName supra, QualifiedName bundle)Methods in org.openprovenance.prov.model with parameters of type MentionOf Modifier and Type Method Description MentionOfBeanTraversal. doAction(MentionOf o)voidIndexedDocument. doAction(MentionOf s)voidNamespaceGatherer. doAction(MentionOf men)ObjectProvFactory.Cloner. doAction(MentionOf s)voidStatementAction. doAction(MentionOf s)ObjectStatementActionValue. doAction(MentionOf s)MentionOfProvFactory. newMentionOf(MentionOf r) -
Uses of MentionOf in org.openprovenance.prov.vanilla
Methods in org.openprovenance.prov.vanilla that return MentionOf Modifier and Type Method Description MentionOfModelConstructor. newMentionOf(QualifiedName e2, QualifiedName e1, QualifiedName b)
-