Package org.citydb.database.schema.path
Class ComplexAttributeNode
- java.lang.Object
-
- org.citydb.database.schema.path.AbstractNode<ComplexAttribute>
-
- org.citydb.database.schema.path.ComplexAttributeNode
-
public final class ComplexAttributeNode extends AbstractNode<ComplexAttribute>
-
-
Field Summary
-
Fields inherited from class org.citydb.database.schema.path.AbstractNode
child, parent, pathElement, predicate
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ComplexAttributeNode(ComplexAttribute complexAttribute)
protected
ComplexAttributeNode(ComplexAttributeNode other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ComplexAttributeNode
copy()
protected boolean
isValidChild(AbstractPathElement candidate)
protected boolean
isValidPredicate(AbstractNodePredicate candidate)
-
Methods inherited from class org.citydb.database.schema.path.AbstractNode
child, getPathElement, getPredicate, isEqualTo, isSetPredicate, parent, setChild, setPredicate, toString, unsetPredicate
-
-
-
-
Constructor Detail
-
ComplexAttributeNode
protected ComplexAttributeNode(ComplexAttribute complexAttribute)
-
ComplexAttributeNode
protected ComplexAttributeNode(ComplexAttributeNode other)
-
-
Method Detail
-
isValidChild
protected boolean isValidChild(AbstractPathElement candidate)
- Specified by:
isValidChild
in classAbstractNode<ComplexAttribute>
-
isValidPredicate
protected boolean isValidPredicate(AbstractNodePredicate candidate)
- Specified by:
isValidPredicate
in classAbstractNode<ComplexAttribute>
-
copy
protected ComplexAttributeNode copy()
- Specified by:
copy
in classAbstractNode<ComplexAttribute>
-
-