Package org.dmg.pmml
Class Entity<V>
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.Entity<V>
-
- All Implemented Interfaces:
java.io.Serializable,HasId<Entity<V>,V>,HasLocator,Visitable
- Direct Known Subclasses:
AssociationRule,Cluster,NeuralEntity,Node,Rule,Segment,SequenceRule
public abstract class Entity<V> extends PMMLObject implements HasId<Entity<V>,V>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Entity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasId()-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-