Class ConsistsOfImpl<S extends Resource,​T extends Facet>

    • Constructor Detail

      • ConsistsOfImpl

        protected ConsistsOfImpl()
        Default constructor.
      • ConsistsOfImpl

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

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