Package org.biopax.paxtools.controller
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 Summary
FieldsFields inherited from class org.biopax.paxtools.controller.PropertyAccessorAdapter
domain, multipleCardinality, range -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.biopax.paxtools.controller.PropertyAccessorAdapter
getDomain, getRange, getValueFromBeans, isMultipleCardinalityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.biopax.paxtools.controller.PropertyAccessor
getValueFromBean
-
Field Details
-
impl
-
-
Constructor Details
-
DecoratingPropertyAccessor
-
-
Method Details
-
isUnknown
Description copied from interface:PropertyAccessorChecks 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
-