Package com.sun.tools.xjc.reader.gbind
Class ConnectedComponent
java.lang.Object
com.sun.tools.xjc.reader.gbind.ConnectedComponent
Represents one strongly-connected component
of the
Element graph.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanReturns true iff thisConnectedComponentcan match a substring whose length is greater than 1.final booleanReturns true iff thisConnectedComponentforms a cut set of a graph.iterator()toString()Just produces debug representationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ConnectedComponent
public ConnectedComponent()
-
-
Method Details
-
isCollection
public final boolean isCollection()Returns true iff thisConnectedComponentcan 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 thisConnectedComponentforms a cut set of a graph.That means any valid element sequence must have at least one value for this property.
-
iterator
-
toString
Just produces debug representation
-