Package de.undercouch.citeproc.ris
Class RISLibrary
- java.lang.Object
-
- de.undercouch.citeproc.ris.RISLibrary
-
public class RISLibrary extends Object
A container for RIS references- Author:
- Michel Kraemer
-
-
Constructor Summary
Constructors Constructor Description RISLibrary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddReference(RISReference reference)Adds a reference to this libraryList<RISReference>getReferences()
-
-
-
Method Detail
-
addReference
public void addReference(RISReference reference)
Adds a reference to this library- Parameters:
reference- the reference to add
-
getReferences
public List<RISReference> getReferences()
- Returns:
- an unmodifiable list of references in this library
-
-