All Implemented Interfaces:
Serializable, Element, IdentifiableElement, RelationElement<Context,Context>, IsParentOf

public final class IsParentOfImpl extends RelationElementImpl<Context,Context> implements IsParentOf
The default implementation of the IsParentOf interface.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • IsParentOfImpl

      protected IsParentOfImpl()
      Default constructor.
    • IsParentOfImpl

      public IsParentOfImpl(Context source, Context target)
      Constructs a new IsParentOfImpl with the given source and target.
      Parameters:
      source - The source context.
      target - The target context.