Interface SymmetricProperty

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

public interface SymmetricProperty extends ObjectProperty

Interface that encapsulates a property that is symmetric, i.e. one in which if p(x, y) holds, thenp(y, x) must also hold.