Class ClassifierHelper.PureAttributesGetter

  • All Implemented Interfaces:
    java.util.function.Function<Classifier,​java.util.Collection<? extends Element>>
    Enclosing class:
    ClassifierHelper

    static class ClassifierHelper.PureAttributesGetter
    extends java.lang.Object
    implements java.util.function.Function<Classifier,​java.util.Collection<? extends Element>>
    A getter for pure attributes - just Property, not Port
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<Property> apply​(Classifier classifier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • PureAttributesGetter

        PureAttributesGetter()
    • Method Detail

      • apply

        public java.util.Collection<Property> apply​(Classifier classifier)
        Specified by:
        apply in interface java.util.function.Function<Classifier,​java.util.Collection<? extends Element>>