Package org.kie.pmml.api.identifiers
Class LocalPredictionId
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.pmml.api.identifiers.LocalPredictionId
-
- All Implemented Interfaces:
org.kie.efesto.common.api.identifiers.Id,org.kie.efesto.common.api.identifiers.LocalId
public class LocalPredictionId extends org.kie.efesto.common.api.identifiers.LocalUriId implements org.kie.efesto.common.api.identifiers.Id
-
-
Constructor Summary
Constructors Constructor Description LocalPredictionId(String fileName, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()Stringname()org.kie.efesto.common.api.identifiers.LocalIdtoLocalId()
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFileName
public String getFileName()
-
name
public String name()
-
toLocalId
public org.kie.efesto.common.api.identifiers.LocalId toLocalId()
- Specified by:
toLocalIdin interfaceorg.kie.efesto.common.api.identifiers.Id- Overrides:
toLocalIdin classorg.kie.efesto.common.api.identifiers.LocalUriId
-
-