|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.schema.impl.osl.AbstractCardinalityConstraint net.ontopia.topicmaps.schema.impl.osl.AbstractScopedCardinalityConstraint net.ontopia.topicmaps.schema.impl.osl.VariantConstraint
public class VariantConstraint
INTERNAL: Represents a constraint on the allowed variant names of a base name.
Field Summary | |
---|---|
protected TopicNameConstraint |
parent
|
Fields inherited from class net.ontopia.topicmaps.schema.impl.osl.AbstractScopedCardinalityConstraint |
---|
scope |
Fields inherited from class net.ontopia.topicmaps.schema.impl.osl.AbstractCardinalityConstraint |
---|
maximum, minimum |
Fields inherited from interface net.ontopia.topicmaps.schema.core.CardinalityConstraintIF |
---|
INFINITY |
Constructor Summary | |
---|---|
VariantConstraint(TopicNameConstraint parent)
INTERNAL: Creates a new variant name constraint belonging to the given base name constraint. |
Method Summary | |
---|---|
TopicNameConstraint |
getParent()
INTERNAL: Returns the base name constraint that is the parent of this constraint. |
Methods inherited from class net.ontopia.topicmaps.schema.impl.osl.AbstractScopedCardinalityConstraint |
---|
getScopeSpecification, matches, setScopeSpecification |
Methods inherited from class net.ontopia.topicmaps.schema.impl.osl.AbstractCardinalityConstraint |
---|
getMaximum, getMinimum, setMaximum, setMinimum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TopicNameConstraint parent
Constructor Detail |
---|
public VariantConstraint(TopicNameConstraint parent)
Method Detail |
---|
public TopicNameConstraint getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |