Package org.openehealth.ipf.commons.core.modules.api


package org.openehealth.ipf.commons.core.modules.api
  • Class
    Description
    Aggregates a Collection of S objects into one T object.
    Abstract class that serializes parsing, translating and rendering steps.
    Extracts a piece of information from an object addressed by a expression
     
     
    Defines methods for parsing a external representation of information into an internal model.
    Predicate interface for matching a source object for certain criteria.
    Interface for creating an externalized version of an internal object model.
     
    Splits a S object into a Collection of T objects.
    Translates one internal data structure into another one.
     
    Validation interface.