Class Mapping


  • public class Mapping
    extends java.lang.Object
    • Constructor Detail

      • Mapping

        public Mapping()
    • Method Detail

      • getSource

        public Vertex getSource​(int i)
      • getTarget

        public Vertex getTarget​(int i)
      • getTargets

        public java.util.List<Vertex> getTargets()
      • getSources

        public java.util.List<Vertex> getSources()
      • containsSource

        public boolean containsSource​(Vertex sourceVertex)
      • containsTarget

        public boolean containsTarget​(Vertex targetVertex)
      • size

        public int size()
      • removeLastElement

        public Mapping removeLastElement()
      • getMap

        public com.google.common.collect.BiMap<Vertex,​Vertex> getMap()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object