Uses of Interface
org.gcube.informationsystem.model.reference.properties.PropagationConstraint
-
-
Uses of PropagationConstraint in org.gcube.informationsystem.model.impl.properties
Classes in org.gcube.informationsystem.model.impl.properties that implement PropagationConstraint Modifier and Type Class Description classPropagationConstraintImplThe default implementation of thePropagationConstraintinterface. -
Uses of PropagationConstraint in org.gcube.informationsystem.model.impl.relations
Fields in org.gcube.informationsystem.model.impl.relations declared as PropagationConstraint Modifier and Type Field Description protected PropagationConstraintRelationImpl. propagationConstraintThe propagation constraint of the relation.Methods in org.gcube.informationsystem.model.impl.relations that return PropagationConstraint Modifier and Type Method Description PropagationConstraintRelationImpl. getPropagationConstraint()Returns the propagation constraint for this relation.Methods in org.gcube.informationsystem.model.impl.relations with parameters of type PropagationConstraint Modifier and Type Method Description voidRelationImpl. setPropagationConstraint(PropagationConstraint propagationConstraint)Sets the propagation constraint for this relation.Constructors in org.gcube.informationsystem.model.impl.relations with parameters of type PropagationConstraint Constructor Description ConsistsOfImpl(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.RelationImpl(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 PropagationConstraint Modifier and Type Method Description PropagationConstraintRelation. getPropagationConstraint()Returns the propagation constraint for this relation.Methods in org.gcube.informationsystem.model.reference.relations with parameters of type PropagationConstraint Modifier and Type Method Description voidRelation. setPropagationConstraint(PropagationConstraint propagationConstraint)Sets the propagation constraint for this relation.
-