Package jadex.bridge

Class FactoryFilter

    • Field Detail

      • type

        protected java.lang.String type
        The component type.
      • model

        protected java.lang.String model
        The model to be loaded.
      • imports

        protected java.lang.String[] imports
        The imports (if any).
    • Constructor Detail

      • FactoryFilter

        public FactoryFilter​(java.lang.String model,
                             java.lang.String[] imports,
                             IResourceIdentifier rid)
        Find a matching component factory.
        Parameters:
        model - The model to be loaded.
        imports - The imports (if any).
        classloader - The class loader (if any).
      • FactoryFilter

        public FactoryFilter​(java.lang.String type)
        Find a component factory for loading a specific component type.
        Parameters:
        type - The component type.
    • Method Detail

      • hashCode

        public int hashCode()
        Get the hashcode.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Test if equal.
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object