gate.creole.ontology
Class SymmetricPropertyImpl
java.lang.Object
gate.creole.ontology.OntologyResourceImpl
gate.creole.ontology.PropertyImpl
gate.creole.ontology.ObjectPropertyImpl
gate.creole.ontology.SymmetricPropertyImpl
- All Implemented Interfaces:
- ObjectProperty, OntologyConstants, OntologyResource, Property, SymmetricProperty
public class SymmetricPropertyImpl
- extends ObjectPropertyImpl
- implements SymmetricProperty
- Author:
- Valentin Tablan
Fields inherited from class gate.creole.ontology.PropertyImpl |
directDomain, directRange, domain, functional, inverseFunctional, range, samePropertiesSet, subPropertiesSet, subPropertiesTransitiveClosure, superPropertiesSet, superPropertiesTransitiveClosure |
Methods inherited from class gate.creole.ontology.PropertyImpl |
addSubProperty, calculateSubPropertiesClosure, calculateSuperPropertiesClosure, getDomain, getName, getSamePropertyAs, getSubProperties, getSuperProperties, getURI, isFunctional, isInverseFunctional, isValidDomain, isValidRange, recalculateDomain, recalculateRange, removeSubProperty, removeSuperProperty, setFunctional, setInverseFunctional, setSamePropertyAs, setURI, toString |
Methods inherited from class gate.creole.ontology.OntologyResourceImpl |
addPropertyValue, getComment, getOntology, getPropertyValue, getPropertyValues, getSetPropertiesNames, getTaxonomy, removePropertyValue, removePropertyValues, setComment, setName, setOntology |
Methods inherited from interface gate.creole.ontology.Property |
addSubProperty, addSuperProperty, getDomain, getRange, getSamePropertyAs, getSubProperties, getSuperProperties, isFunctional, isInverseFunctional, isValidDomain, isValidRange, removeSubProperty, removeSuperProperty, setFunctional, setInverseFunctional, setSamePropertyAs |
Methods inherited from interface gate.creole.ontology.OntologyResource |
addPropertyValue, getComment, getName, getOntology, getPropertyValues, getSetPropertiesNames, getTaxonomy, getURI, removePropertyValue, removePropertyValues, setComment, setName, setURI |
SymmetricPropertyImpl
public SymmetricPropertyImpl(String name,
String comment,
OClass aDomainClass,
OClass aRange,
Ontology anOntology)
- Parameters:
name
- comment
- aDomainClass
- aRange
- anOntology
-
SymmetricPropertyImpl
public SymmetricPropertyImpl(String name,
String comment,
Set aDomain,
Set aRange,
Ontology anOntology)
- Parameters:
name
- comment
- aDomain
- aRange
- anOntology
-