Groovy Documentation

org.linkedin.glu.provisioner.core.model
[Groovy] Class LogicOrSystemFilterChain

java.lang.Object
  org.linkedin.glu.provisioner.core.model.LogicSystemFilterChain
      org.linkedin.glu.provisioner.core.model.LogicOrSystemFilterChain

class LogicOrSystemFilterChain
extends LogicSystemFilterChain

Implement composite/chain pattern for executing a OR

Authors:
ypujante@linkedin.com


Method Summary
boolean equals(java.lang.Object o)

boolean filter(SystemEntry entry)

java.lang.String getKind()

 
Methods inherited from class LogicSystemFilterChain
and, and, equals, hashCode, toDSL, toExternalRepresentation, toString
 

Method Detail

equals

boolean equals(java.lang.Object o)


filter

boolean filter(SystemEntry entry)


getKind

java.lang.String getKind()


 

Groovy Documentation