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

    • Constructor Detail

      • DummyIsRelatedTo

        public DummyIsRelatedTo()
        Default constructor.
      • DummyIsRelatedTo

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