net.java.rdf.annotations
Annotation Type transitive


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface transitive

Specifies that a relation is transitive. Only applies therefore to elements of java that can be construed as relations. A relations R is transitive iff if R(A,B) and R(B,C) then R(A,C).

Author:
Henry Story