Package com.sun.tools.xjc.reader.gbind
Class ConnectedComponent
- java.lang.Object
-
- com.sun.tools.xjc.reader.gbind.ConnectedComponent
-
-
Constructor Summary
Constructors Constructor Description ConnectedComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCollection()
Returns true iff thisConnectedComponent
can match a substring whose length is greater than 1.boolean
isRequired()
Returns true iff thisConnectedComponent
forms a cut set of a graph.java.util.Iterator<Element>
iterator()
java.lang.String
toString()
Just produces debug representation
-
-
-
Method Detail
-
isCollection
public final boolean isCollection()
Returns true iff thisConnectedComponent
can match a substring whose length is greater than 1.That means this property will become a collection property.
-
isRequired
public final boolean isRequired()
Returns true iff thisConnectedComponent
forms a cut set of a graph.That means any valid element sequence must have at least one value for this property.
-
iterator
public java.util.Iterator<Element> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<Element>
-
toString
public java.lang.String toString()
Just produces debug representation- Overrides:
toString
in classjava.lang.Object
-
-