Package org.dmg.pmml
Interface HasId<E extends PMMLObject & HasId<E,V>,V>
-
- All Known Subinterfaces:
HasRequiredId<E>
- All Known Implementing Classes:
AssociationRule,BranchNode,ClassifierNode,Cluster,ComplexNode,CompoundRule,CountingBranchNode,CountingLeafNode,Entity,Item,Itemset,LeafNode,NeuralEntity,NeuralInput,Neuron,Node,Rule,Segment,Sequence,SequenceRule,SetPredicate,SimpleNode,SimpleRule,TextDocument,VectorInstance
public interface HasId<E extends PMMLObject & HasId<E,V>,V>A marker interface for PMML elements that specify the
idattribute.In a collection of
HasIdelements, all non-nullidentifier values must be unique. However, there may be multipleHasIdelements withnullidentifier values.- See Also:
Indexable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VgetId()EsetId(V id)
-