All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.harium.suneidesis.concept.Characteristic Maven / Gradle / Ivy

The newest version!
package com.harium.suneidesis.concept;

public class Characteristic extends Concept {

    public Characteristic(String name) {
        super(name, ConceptType.CHARACTERISTIC);
    }

    @Override
    public Characteristic wrap(Concept concept) {
        super.wrap(concept);
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy