Class IsRelatedToImpl<S extends Resource,​T extends Resource>

    • Constructor Detail

      • IsRelatedToImpl

        protected IsRelatedToImpl()
        Default constructor.
      • IsRelatedToImpl

        public IsRelatedToImpl​(S source,
                               T target)
        Constructs a new IsRelatedToImpl with the given source and target.
        Parameters:
        source - The source resource.
        target - The target resource.
      • IsRelatedToImpl

        public IsRelatedToImpl​(S source,
                               T target,
                               PropagationConstraint propagationConstraint)
        Constructs a new IsRelatedToImpl with the given source, target, and propagation constraint.
        Parameters:
        source - The source resource.
        target - The target resource.
        propagationConstraint - The propagation constraint.