public final class QuantifiedRule extends ValueObject implements Rule
Modifier and Type | Field and Description |
---|---|
Quantifier |
quantifier |
Rule |
rule |
Constructor and Description |
---|
QuantifiedRule(Rule rule,
Quantifier quantifier) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final Rule rule
public final Quantifier quantifier
public QuantifiedRule(Rule rule, Quantifier quantifier)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.