Class DecoratingPropertyAccessor<D extends BioPAXElement,R>

java.lang.Object
org.biopax.paxtools.controller.PropertyAccessorAdapter<D,R>
org.biopax.paxtools.controller.DecoratingPropertyAccessor<D,R>
All Implemented Interfaces:
PropertyAccessor<D,R>
Direct Known Subclasses:
FilteredByDomainPropertyAccessor, FilteredPropertyAccessor, TransitivePropertyAccessor

public abstract class DecoratingPropertyAccessor<D extends BioPAXElement,R> extends PropertyAccessorAdapter<D,R>
  • Field Details

  • Constructor Details

    • DecoratingPropertyAccessor

      protected DecoratingPropertyAccessor(PropertyAccessor<D,R> impl)
  • Method Details

    • isUnknown

      public boolean isUnknown(Object value)
      Description copied from interface: PropertyAccessor
      Checks if the value is unkown. In this context a value is regarded to be unknown if it is null (unset).
      Parameters:
      value - the value to be checked
      Returns:
      true if the value is unknown