Uses of Interface
org.gcube.informationsystem.model.reference.properties.PropagationConstraint
Packages that use PropagationConstraint
Package
Description
-
Uses of PropagationConstraint in org.gcube.informationsystem.model.impl.properties
Classes in org.gcube.informationsystem.model.impl.properties that implement PropagationConstraintModifier and TypeClassDescriptionfinal classThe default implementation of thePropagationConstraintinterface. -
Uses of PropagationConstraint in org.gcube.informationsystem.model.impl.relations
Fields in org.gcube.informationsystem.model.impl.relations declared as PropagationConstraintModifier and TypeFieldDescriptionprotected PropagationConstraintRelationImpl.propagationConstraintThe propagation constraint of the relation.Methods in org.gcube.informationsystem.model.impl.relations that return PropagationConstraintModifier and TypeMethodDescriptionRelationImpl.getPropagationConstraint()Returns the propagation constraint for this relation.Methods in org.gcube.informationsystem.model.impl.relations with parameters of type PropagationConstraintModifier and TypeMethodDescriptionvoidRelationImpl.setPropagationConstraint(PropagationConstraint propagationConstraint) Sets the propagation constraint for this relation.Constructors in org.gcube.informationsystem.model.impl.relations with parameters of type PropagationConstraintModifierConstructorDescriptionConsistsOfImpl(S source, T target, PropagationConstraint propagationConstraint) Constructs a newConsistsOfImplwith the given source, target, and propagation constraint.DummyIsRelatedTo(S source, T target, PropagationConstraint propagationConstraint) Constructs a new dummy relation with the given source, target, and propagation constraint.IsRelatedToImpl(S source, T target, PropagationConstraint propagationConstraint) Constructs a newIsRelatedToImplwith the given source, target, and propagation constraint.protectedRelationImpl(S source, T target, PropagationConstraint propagationConstraint) Constructs a newRelationImplwith the given source, target, and propagation constraint. -
Uses of PropagationConstraint in org.gcube.informationsystem.model.reference.relations
Methods in org.gcube.informationsystem.model.reference.relations that return PropagationConstraintModifier and TypeMethodDescriptionRelation.getPropagationConstraint()Returns the propagation constraint for this relation.Methods in org.gcube.informationsystem.model.reference.relations with parameters of type PropagationConstraintModifier and TypeMethodDescriptionvoidRelation.setPropagationConstraint(PropagationConstraint propagationConstraint) Sets the propagation constraint for this relation.