Package org.kie.pmml.api.identifiers
Class LocalComponentIdPmml
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.efesto.common.api.identifiers.ModelLocalUriId
-
- org.kie.pmml.api.identifiers.AbstractModelLocalUriIdPmml
-
- org.kie.pmml.api.identifiers.LocalComponentIdPmml
-
- All Implemented Interfaces:
Serializable,org.kie.efesto.common.api.identifiers.Id,org.kie.efesto.common.api.identifiers.LocalId
public class LocalComponentIdPmml extends AbstractModelLocalUriIdPmml
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPREFIX-
Fields inherited from class org.kie.pmml.api.identifiers.AbstractModelLocalUriIdPmml
fileName, name
-
-
Constructor Summary
Constructors Constructor Description LocalComponentIdPmml(String fileName, String name)
-
Method Summary
-
Methods inherited from class org.kie.pmml.api.identifiers.AbstractModelLocalUriIdPmml
equals, getFileName, hashCode, name, toLocalId
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-