Class Bibliography


  • public class Bibliography
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Bibliography()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Publication publication)  
      java.util.Collection<Publication> allOfType​(java.lang.String type)  
      boolean hasType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • publications

        public java.util.Collection<Publication> publications
      • knownTypes

        public java.util.Set<java.lang.String> knownTypes
    • Constructor Detail

      • Bibliography

        public Bibliography()
    • Method Detail

      • hasType

        public boolean hasType​(java.lang.String type)
      • allOfType

        public java.util.Collection<Publication> allOfType​(java.lang.String type)