Class Representation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Link> links  
    • Constructor Summary

      Constructors 
      Constructor Description
      Representation​(Link... linker)  
    • Method Summary

      Modifier and Type Method Description
      void addLink​(Link link)  
      protected Link getLinkByRelationName​(Relation relation)  
      • Methods inherited from class java.lang.Object

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

      • links

        protected java.util.List<Link> links
    • Constructor Detail

      • Representation

        public Representation​(Link... linker)
    • Method Detail

      • addLink

        public void addLink​(Link link)
      • getLinkByRelationName

        protected Link getLinkByRelationName​(Relation relation)