@PortedFrom(file="ConceptWithDep.h", name="Concept") public class ConceptWDep extends Object implements Serializable
| Constructor and Description |
|---|
ConceptWDep(int p)
c'tor with empty dep-set
|
ConceptWDep(int p,
DepSet dep) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDep(DepSet d)
add dep-set to a CWD
|
boolean |
equals(Object obj) |
int |
getConcept() |
DepSet |
getDep() |
int |
hashCode() |
String |
toString() |
public ConceptWDep(int p)
p - ppublic ConceptWDep(int p,
DepSet dep)
p - pdep - dep@PortedFrom(file="ConceptWithDep.h", name="getC") public int getConcept()
@PortedFrom(file="ConceptWithDep.h", name="getDep") public DepSet getDep()
@PortedFrom(file="ConceptWithDep.h", name="addDep") public void addDep(DepSet d)
d - dpublic String toString()
Copyright © 2018 The University of Manchester. All rights reserved.