Class AttributePathNameSearchType

java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection.AttributePathNameSearchType

public class AttributePathNameSearchType
extends Object
  • Constructor Details

    • AttributePathNameSearchType

      public AttributePathNameSearchType​(String attributePath, String attributeName, SearchType searchType, String niceID)
  • Method Details

    • getAttributePath

      public String getAttributePath()
    • getAttributeName

      public String getAttributeName()
    • getSearchType

      public SearchType getSearchType()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getNiceID

      public String getNiceID()
    • isInEdge

      public boolean isInEdge()
    • isInNode

      public boolean isInNode()
    • setInEdge

      public void setInEdge​(boolean inEdge)
    • setInNode

      public void setInNode​(boolean inNode)
    • getAttributeValue

      public double getAttributeValue​(GraphElement ge, double returnIfNotAvail)
    • setAttributeValue

      public void setAttributeValue​(GraphElement ge, double value)
    • setAttributeValue

      public void setAttributeValue​(GraphElement ge, Color color)