Uses of Class
org.eclipse.epsilon.emc.bibtex.domain.Publication
-
Packages that use Publication Package Description org.eclipse.epsilon.emc.bibtex org.eclipse.epsilon.emc.bibtex.domain -
-
Uses of Publication in org.eclipse.epsilon.emc.bibtex
Methods in org.eclipse.epsilon.emc.bibtex that return Publication Modifier and Type Method Description protected Publication
BibtexModel. createInstanceInModel(String type)
Methods in org.eclipse.epsilon.emc.bibtex that return types with arguments of type Publication Modifier and Type Method Description protected Collection<Publication>
BibtexModel. allContentsFromModel()
protected Collection<Publication>
BibtexModel. getAllOfKindFromModel(String kind)
protected Collection<Publication>
BibtexModel. getAllOfTypeFromModel(String type)
-
Uses of Publication in org.eclipse.epsilon.emc.bibtex.domain
Fields in org.eclipse.epsilon.emc.bibtex.domain with type parameters of type Publication Modifier and Type Field Description Collection<Publication>
Bibliography. publications
Methods in org.eclipse.epsilon.emc.bibtex.domain that return types with arguments of type Publication Modifier and Type Method Description Collection<Publication>
Bibliography. allOfType(String type)
Methods in org.eclipse.epsilon.emc.bibtex.domain with parameters of type Publication Modifier and Type Method Description void
Bibliography. add(Publication publication)
-