Interface TransitiveProperty

All Superinterfaces:
FrontsNode, ObjectProperty, OntProperty, OntResource, Property, RDFNode, Resource
All Known Implementing Classes:
TransitivePropertyImpl

public interface TransitiveProperty extends ObjectProperty

Interface that denotes a property that is transitive i.e. one in which if x p y holds, and y p z holds, then x p z must also hold.